Skip to content

Instantly share code, notes, and snippets.

@HighwayofLife
Created April 15, 2017 00:30
Show Gist options
  • Save HighwayofLife/964dedbfb4561cabd718d379c24c990a to your computer and use it in GitHub Desktop.
Save HighwayofLife/964dedbfb4561cabd718d379c24c990a to your computer and use it in GitHub Desktop.
Terraform Crash on Azurerm Template Deployment for Azure Service Fabric
This file has been truncated, but you can view the full file.
2017/04/14 19:41:37 [INFO] Terraform version: 0.9.2 6365269541c8e3150ebe638a5c555e1424071417+CHANGES
2017/04/14 19:41:37 [INFO] Go runtime version: go1.8
2017/04/14 19:41:37 [INFO] CLI args: []string{"/opt/terraform/terraform", "apply"}
2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/04/14 19:41:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/14 19:41:37 [INFO] CLI command args: []string{"apply"}
2017/04/14 19:41:37 [DEBUG] command: loading backend config file: /var/lib/jenkins/workspace/TerraformSFCluster/cicd-azure
2017/04/14 19:41:37 [DEBUG] command: no data state file found for backend config
2017/04/14 19:41:37 [DEBUG] New state was assigned lineage "0059b3a9-a9a6-43f3-8f93-ad88f6ba9a30"
2017/04/14 19:41:37 [INFO] command: backend initialized: <nil>
2017/04/14 19:41:37 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/04/14 19:41:37 [INFO] backend/local: starting Apply operation
2017/04/14 19:41:37 [TRACE] Preserving existing state lineage "38213277-3a7a-4467-b2fc-a695e525b1f4"
2017/04/14 19:41:37 [TRACE] Preserving existing state lineage "38213277-3a7a-4467-b2fc-a695e525b1f4"
2017/04/14 19:41:37 [INFO] terraform: building graph: GraphTypeInput
2017/04/14 19:41:37 [TRACE] ConfigTransformer: Starting for path: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420260d20), RawConfig:(*config.RawConfig)(0xc42021ff20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_template_deployment", RawCount:(*config.RawConfig)(0xc42001a9c0), RawConfig:(*config.RawConfig)(0xc420260f00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
2017/04/14 19:41:37 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42047b450), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:37 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Attach provider request: []string{} azurerm
2017/04/14 19:41:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203770e0)}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_subscription_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminPassword" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.applicationDiagnosticsStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.supportLogStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_secret" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.nicName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.dnsName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.virtualNetworkName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbIPName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceTag" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.computeLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminUserName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.publicIPAddressName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: [var.resourceGroupName var.clusterLocation var.resourceTag]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: [var.computeLocation var.adminPassword var.clusterLocation var.lbIPName var.adminUserName var.lbName var.virtualNetworkName var.clusterName var.resourceGroupName var.supportLogStorageAccountName var.vmImageSku var.applicationDiagnosticsStorageAccountName var.nicName var.vmStorageAccountName var.publicIPAddressName var.dnsName]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_tenant_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceGroupName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmImageSku" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [var.azure_tenant_id var.azure_client_id var.azure_client_secret var.azure_subscription_id]
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeAbstractResource
azurerm_template_deployment.sfcluster - *terraform.NodeAbstractResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] Starting graph walk: walkInput
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "root"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "azurerm_template_deployment.sfcluster", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "provider.azurerm", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.sfcluster", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminUserName': walking
2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.nicName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.nicName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_secret': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.computeLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceGroupName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmImageSku': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbIPName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.supportLogStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceTag': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_tenant_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminPassword': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.applicationDiagnosticsStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.publicIPAddressName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_subscription_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/14 19:41:37 [TRACE] [walkInput] Entering eval tree: provider.azurerm
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/14 19:41:37 [DEBUG] plugin: starting plugin: /opt/terraform/terraform []string{"/opt/terraform/terraform", "internal-plugin", "provider", "azurerm"}
2017/04/14 19:41:37 [DEBUG] plugin: waiting for RPC address for: /opt/terraform/terraform
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.dnsName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.dnsName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.virtualNetworkName': walking
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [INFO] Terraform version: 0.9.2 6365269541c8e3150ebe638a5c555e1424071417+CHANGES
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [INFO] Go runtime version: go1.8
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [INFO] CLI args: []string{"/opt/terraform/terraform", "internal-plugin", "provider", "azurerm"}
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/14 19:41:37 [DEBUG] plugin: terraform: 2017/04/14 19:41:37 [INFO] CLI command args: []string{"internal-plugin", "provider", "azurerm"}
2017/04/14 19:41:37 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:37 [INFO] Starting provider plugin azurerm
2017/04/14 19:41:37 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:37 [DEBUG] plugin: plugin address: unix /tmp/plugin932110527
2017/04/14 19:41:37 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:37 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [TRACE] [walkInput] Exiting eval tree: provider.azurerm
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "root"
2017/04/14 19:41:37 [DEBUG] vertex 'root.root': walking
2017/04/14 19:41:37 [INFO] terraform: building graph: GraphTypeValidate
2017/04/14 19:41:37 [TRACE] ConfigTransformer: Starting for path: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420260d20), RawConfig:(*config.RawConfig)(0xc42021ff20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_template_deployment", RawCount:(*config.RawConfig)(0xc42001a9c0), RawConfig:(*config.RawConfig)(0xc420260f00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
2017/04/14 19:41:37 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42047b450), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:37 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Attach provider request: []string{} azurerm
2017/04/14 19:41:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203770e0)}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminUserName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.dnsName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmImageSku" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [var.azure_client_id var.azure_client_secret var.azure_subscription_id var.azure_tenant_id]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_subscription_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_tenant_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceGroupName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.computeLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminPassword" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.virtualNetworkName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_secret" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.publicIPAddressName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.applicationDiagnosticsStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.supportLogStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: [var.computeLocation var.adminUserName var.adminPassword var.clusterLocation var.lbIPName var.vmImageSku var.applicationDiagnosticsStorageAccountName var.nicName var.lbName var.virtualNetworkName var.clusterName var.resourceGroupName var.supportLogStorageAccountName var.vmStorageAccountName var.publicIPAddressName var.dnsName]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceTag" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.nicName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbIPName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: [var.resourceTag var.resourceGroupName var.clusterLocation]
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResource
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] Starting graph walk: walkValidate
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "root"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "azurerm_template_deployment.sfcluster", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "provider.azurerm", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.sfcluster", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.publicIPAddressName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceTag': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_subscription_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmImageSku': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.virtualNetworkName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_secret': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminPassword': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.supportLogStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.computeLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.applicationDiagnosticsStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbIPName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminUserName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.nicName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.nicName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.dnsName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.dnsName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_tenant_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/14 19:41:37 [TRACE] [walkValidate] Entering eval tree: provider.azurerm
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceGroupName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceName': walking
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': evaluating
2017/04/14 19:41:37 [TRACE] [walkValidate] Entering eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/14 19:41:37 [TRACE] [walkValidate] Exiting eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': expanding/walking dynamic subgraph
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': evaluating
2017/04/14 19:41:37 [TRACE] [walkValidate] Entering eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': evaluating
2017/04/14 19:41:37 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/14 19:41:37 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': expanding/walking dynamic subgraph
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42047b450), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeValidatableResourceInstance
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': evaluating
2017/04/14 19:41:37 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/14 19:41:37 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [TRACE] [walkValidate] Exiting eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "root"
2017/04/14 19:41:37 [DEBUG] vertex 'root.root': walking
2017/04/14 19:41:37 [INFO] backend/local: apply calling Refresh
2017/04/14 19:41:37 [INFO] terraform: building graph: GraphTypeRefresh
2017/04/14 19:41:37 [TRACE] StateTransformer: starting
2017/04/14 19:41:37 [TRACE] StateTransformer: Module: [root]
2017/04/14 19:41:37 [TRACE] StateTransformer: Resource "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420758f50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.StateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
2017/04/14 19:41:37 [TRACE] ConfigTransformer: Starting for path: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
2017/04/14 19:41:37 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420758f50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/14 19:41:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.sfcluster
2017/04/14 19:41:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420260d20), RawConfig:(*config.RawConfig)(0xc42021ff20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Attach provider request: []string{} azurerm
2017/04/14 19:41:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203770e0)}
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminUserName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.adminPassword" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_subscription_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.publicIPAddressName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.virtualNetworkName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.lbIPName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.applicationDiagnosticsStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceGroupName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.vmImageSku" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.supportLogStorageAccountName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_id" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_client_secret" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.resourceTag" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.computeLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.nicName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.dnsName" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: [var.resourceGroupName var.clusterLocation var.resourceTag]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.clusterLocation" references: []
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [var.azure_tenant_id var.azure_client_id var.azure_client_secret var.azure_subscription_id]
2017/04/14 19:41:37 [DEBUG] ReferenceTransformer: "var.azure_tenant_id" references: []
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodeRefreshableResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:37 [DEBUG] Starting graph walk: walkRefresh
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "root"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added new vertex: "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.nicName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.clusterName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.resourceName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.dnsName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_resource_group.sfcluster"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.lbName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "root" waiting on "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "provider.azurerm", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.sfcluster", sending new deps
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.vmImageSku"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.vmImageSku': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_client_secret"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_client_secret': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminPassword"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminPassword': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.publicIPAddressName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.publicIPAddressName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceGroupName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceGroupName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.resourceTag"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.resourceTag': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.computeLocation"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.computeLocation': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbIPName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbIPName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.applicationDiagnosticsStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.nicName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.nicName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.dnsName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.dnsName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.adminUserName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.adminUserName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.virtualNetworkName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.virtualNetworkName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.clusterName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.clusterName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.lbName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.lbName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.supportLogStorageAccountName"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.supportLogStorageAccountName': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_tenant_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_tenant_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "var.azure_subscription_id"
2017/04/14 19:41:37 [DEBUG] vertex 'root.var.azure_subscription_id': walking
2017/04/14 19:41:37 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/14 19:41:37 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/14 19:41:37 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:37 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/14 19:41:38 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:38 [DEBUG] AzureRM Request:
2017/04/14 19:41:38 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/14 19:41:38 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/14 19:41:38 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.2
2017/04/14 19:41:38 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSIsImtpZCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOC8iLCJpYXQiOjE0OTIxOTg1OTgsIm5iZiI6MTQ5MjE5ODU5OCwiZXhwIjoxNDkyMjAyNDk4LCJhaW8iOiJZMlpnWUpBV2tUeFVGUEV4MWpTcTRIVGc5SThDQUE9PSIsImFwcGlkIjoiMGUzNDNiZTMtMGUwYi00YjRkLTgyMmYtOGQ1Mjg4N2ZiNjE2IiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvZWU2OWJlMjctZDkzOC00ZWI1LTg3MTEtYzVlNjljYTQzNzE4LyIsIm9pZCI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInN1YiI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInRpZCI6ImVlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOCIsInZlciI6IjEuMCJ9.PkJIo68uBpbbfMfNMrGTX1-NWRPEwh-7bjLT6a8RisOqw2cNNKsM4WA7MgQAuMZyep8UJgqscxIEVJaidD1KkSTBFFSNKgOXLjMgBTjUzMvRloLxDW3tGwbh6WmDNWKMsvxbvWtcNXzR_zhIHLLPzsV13p3FhTRY85LVOCRPzQt6quMVPx_0ZNktFGJen55I2CqiMfq5f_TeGwNw4VKpSaiQc9JDxzN26BFVvEi_dX_0tFOTFP5nvIHuQAgWi1sSNklZy-J1fIZTdQ8qLIu84QWRVrKlf_FOvIPvZ4A_OD-x5xxAzteYxnVESkFagPnFdJAPl2aXyURlh4koG-VVDA
2017/04/14 19:41:38 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/14 19:41:38 [DEBUG] plugin: terraform:
2017/04/14 19:41:38 [DEBUG] plugin: terraform:
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/14 19:41:39 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Date: Fri, 14 Apr 2017 19:41:37 GMT
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Expires: -1
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/14 19:41:39 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 09603084-0f16-44a4-b6ff-ef752c7b9dcc
2017/04/14 19:41:39 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14994
2017/04/14 19:41:39 [DEBUG] plugin: terraform: X-Ms-Request-Id: 09603084-0f16-44a4-b6ff-ef752c7b9dcc
2017/04/14 19:41:39 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: SOUTHCENTRALUS:20170414T194138Z:09603084-0f16-44a4-b6ff-ef752c7b9dcc
2017/04/14 19:41:39 [DEBUG] plugin: terraform:
2017/04/14 19:41:39 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"dee7ba80-6a55-4f3b-a86c-746a9231ae49","roleDefinitionId":"6715d172-49c4-46f6-bb21-60512a8689dc"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"ddbf3205-c6bd-46ae-8127-60eb93363864","roleDefinitionId":"b7f84953-1d03-4eab-9ea4-45f065258ff8"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},"resourceTypes":[{"resourceType":"availabilitySets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},"resourceTypes":[{"resourceType":"registries","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2016-03-01","2015-07-01"]},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"]},{"resourceType":"metrics","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-10-01"]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2017-04-01","2017-03-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["2016-08-10","2016-06-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01"]},{"resourceType":"locations/backupStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocatedStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocateStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.SiteRecovery","namespace":"Microsoft.SiteRecovery","authorization":{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"},"resourceTypes":[{"resourceType":"SiteRecoveryVault","locations":["East US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","North Central US","South Central US","Central US","East US 2","Central India","South India"],"apiVersions":["2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"a6aa9161-5291-40bb-8c5c-923b567bee3b","roleDefinitionId":"070ab87f-0efc-4423-b18b-756f3bdb0236"},"resourceTypes":[{"resourceType":"storageAccounts","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd","roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostnameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"validate","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"isusernameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sourceControls","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"availableStacks","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"listSitesAssignedToHostName","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/domainOwnershipIdentifiers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/slots/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"certificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"serverFarms","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverFarms/workers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"runtimes","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"georegions","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/premieraddons","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"hostingEnvironments/multiRolePools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"deploymentLocations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"functions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"classicMobileServices","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"connections","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/apiOperations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"connectionGateways","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations/connectionGatewayInstallations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"f3c21649-0979-4721-ac85-b0216b2cf413","roleDefinitionId":"933fba7e-2ed3-4da8-973d-8bd8298a9b40"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"5e5abe2b-83cd-4786-826a-a05653ebb103","roleDefinitionId":"766c4d9b-ef83-4f73-8352-1450a506a69b"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"38c77d00-5fcb-4cce-9d93-af4738258e3c","roleDefinitionId":"E006F9C7-F333-477C-8AD6-1F3A9FE87F55"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"ea2f600a-4980-45b7-89bf-d34da487bda1","roleDefinitionId":"54d7f2e3-5040-48a7-ae90-eebf629cfa0b"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a","roleDefinitionId":"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"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","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"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"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":["West Europe","West US","Central US","East US 2","North Europe","Japan East","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"499b84ac-1321-427f-aa17-267ca6975798","roleDefinitionId":"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] Skipping provider registration for namespace Microsoft.Resources
2017/04/14 19:41:39 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:39 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:39 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': evaluating
2017/04/14 19:41:39 [TRACE] [walkRefresh] Entering eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalRefresh
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/14 19:41:39 [TRACE] [walkRefresh] Exiting eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "root"
2017/04/14 19:41:39 [DEBUG] vertex 'root.root': walking
2017/04/14 19:41:39 [INFO] backend/local: apply calling Plan
2017/04/14 19:41:39 [INFO] terraform: building graph: GraphTypePlan
2017/04/14 19:41:39 [TRACE] ConfigTransformer: Starting for path: []
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
2017/04/14 19:41:39 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/14 19:41:39 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.sfcluster
2017/04/14 19:41:39 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420260d20), RawConfig:(*config.RawConfig)(0xc42021ff20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:39 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_template_deployment.sfcluster
2017/04/14 19:41:39 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_template_deployment", RawCount:(*config.RawConfig)(0xc42001a9c0), RawConfig:(*config.RawConfig)(0xc420260f00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
2017/04/14 19:41:39 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:39 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420227900), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Attach provider request: []string{} azurerm
2017/04/14 19:41:39 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203770e0)}
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.lbName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.vmImageSku" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.azure_subscription_id" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.virtualNetworkName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.resourceTag" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.computeLocation" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.adminUserName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.vmStorageAccountName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.lbIPName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [var.azure_tenant_id var.azure_client_id var.azure_client_secret var.azure_subscription_id]
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.azure_client_secret" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.azure_tenant_id" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.clusterName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.clusterLocation" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.nicName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.publicIPAddressName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.dnsName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.applicationDiagnosticsStorageAccountName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: [var.supportLogStorageAccountName var.vmImageSku var.applicationDiagnosticsStorageAccountName var.nicName var.lbName var.virtualNetworkName var.clusterName var.resourceGroupName var.dnsName var.vmStorageAccountName var.publicIPAddressName var.computeLocation var.lbIPName var.adminUserName var.adminPassword var.clusterLocation]
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.azure_client_id" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.resourceName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.adminPassword" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.supportLogStorageAccountName" references: []
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: [var.resourceGroupName var.clusterLocation var.resourceTag]
2017/04/14 19:41:39 [DEBUG] ReferenceTransformer: "var.resourceGroupName" references: []
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.clusterLocation - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
root - terraform.graphNodeRoot
azurerm_resource_group.sfcluster - *terraform.NodePlannableResource
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResource
var.resourceName - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:39 [DEBUG] Starting graph walk: walkPlan
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.azure_client_secret"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.adminUserName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.clusterName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.adminPassword"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.vmImageSku"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.azure_client_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.azure_subscription_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.lbName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.azure_tenant_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.computeLocation"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.vmStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.publicIPAddressName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.resourceName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.supportLogStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "root"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.resourceGroupName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.virtualNetworkName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.resourceTag"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.clusterLocation"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.nicName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.dnsName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added new vertex: "var.lbIPName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.supportLogStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_tenant_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "root" waiting on "var.resourceName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.virtualNetworkName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbIPName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.dnsName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminPassword"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.computeLocation"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminUserName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "var.resourceTag"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmImageSku"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.nicName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_resource_group.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.publicIPAddressName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_subscription_id"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_secret"
2017/04/14 19:41:39 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_resource_group.sfcluster"
2017/04/14 19:41:39 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.sfcluster", sending new deps
2017/04/14 19:41:39 [DEBUG] dag/walk: dependencies changed for "azurerm_template_deployment.sfcluster", sending new deps
2017/04/14 19:41:39 [DEBUG] dag/walk: dependencies changed for "provider.azurerm", sending new deps
2017/04/14 19:41:39 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.vmStorageAccountName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.vmStorageAccountName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.resourceTag"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.resourceTag': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.clusterLocation"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.clusterLocation': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.nicName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.nicName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.dnsName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.dnsName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.resourceGroupName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.resourceGroupName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.virtualNetworkName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.virtualNetworkName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.lbIPName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.lbIPName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.applicationDiagnosticsStorageAccountName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.clusterName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.clusterName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.adminPassword"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.adminPassword': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.vmImageSku"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.vmImageSku': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.azure_client_secret"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.azure_client_secret': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.adminUserName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.adminUserName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.azure_client_id"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.azure_client_id': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.azure_subscription_id"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.azure_subscription_id': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.lbName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.lbName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.publicIPAddressName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.publicIPAddressName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.resourceName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.resourceName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.supportLogStorageAccountName"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.supportLogStorageAccountName': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.azure_tenant_id"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.azure_tenant_id': walking
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/14 19:41:39 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/14 19:41:39 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/14 19:41:39 [TRACE] [walkPlan] Entering eval tree: provider.azurerm
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/14 19:41:39 [DEBUG] dag/walk: walking "var.computeLocation"
2017/04/14 19:41:39 [DEBUG] vertex 'root.var.computeLocation': walking
2017/04/14 19:41:39 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:39 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:39 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/14 19:41:39 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:39 [DEBUG] AzureRM Request:
2017/04/14 19:41:39 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/14 19:41:39 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.2
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSIsImtpZCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOC8iLCJpYXQiOjE0OTIxOTg1OTksIm5iZiI6MTQ5MjE5ODU5OSwiZXhwIjoxNDkyMjAyNDk5LCJhaW8iOiJZMlpnWURCaVYrVzV6dUhXVy9zeTJuNkYxbkpYQUE9PSIsImFwcGlkIjoiMGUzNDNiZTMtMGUwYi00YjRkLTgyMmYtOGQ1Mjg4N2ZiNjE2IiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvZWU2OWJlMjctZDkzOC00ZWI1LTg3MTEtYzVlNjljYTQzNzE4LyIsIm9pZCI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInN1YiI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInRpZCI6ImVlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOCIsInZlciI6IjEuMCJ9.rdPipRoztypdvzTD4sP8Eu7cUNehbbGXAOL1HX3zDgIqvIdMWuQfcqWILOtMKJbXSPE_bGUaO8s3w9QGg-qGrichTWY3XmL1ODN7l2a4WNDoS-ApYUKF0ZTNkvEJ1RvH07PhzQ3z5VYiouyCifU_epnSD6zFGFkqNXx_IOJq8Xk-J_O2DzrMZr3aH3KZpnHXWjjDZyVHR0PYDD-4A6Ypu1k3iPglaegp80-f7RnJRudieY5CiVA4Z6JMvUiOnq6_Oo10M-C_rMz_q0a-95DqQR-3H-aERZV3QwLz0-18onYdGaMTPal3YFEjpktk2S8A5JBnWvbqY2_04sTqs5sn6g
2017/04/14 19:41:39 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/14 19:41:39 [DEBUG] plugin: terraform:
2017/04/14 19:41:39 [DEBUG] plugin: terraform:
2017/04/14 19:41:40 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:40 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/14 19:41:40 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Date: Fri, 14 Apr 2017 19:41:39 GMT
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Expires: -1
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/14 19:41:40 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 5f544076-1e09-488b-8b45-2992d43bfb7f
2017/04/14 19:41:40 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14993
2017/04/14 19:41:40 [DEBUG] plugin: terraform: X-Ms-Request-Id: 5f544076-1e09-488b-8b45-2992d43bfb7f
2017/04/14 19:41:40 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: SOUTHCENTRALUS:20170414T194139Z:5f544076-1e09-488b-8b45-2992d43bfb7f
2017/04/14 19:41:40 [DEBUG] plugin: terraform:
2017/04/14 19:41:40 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"dee7ba80-6a55-4f3b-a86c-746a9231ae49","roleDefinitionId":"6715d172-49c4-46f6-bb21-60512a8689dc"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"ddbf3205-c6bd-46ae-8127-60eb93363864","roleDefinitionId":"b7f84953-1d03-4eab-9ea4-45f065258ff8"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},"resourceTypes":[{"resourceType":"availabilitySets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},"resourceTypes":[{"resourceType":"registries","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2016-03-01","2015-07-01"]},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"]},{"resourceType":"metrics","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-10-01"]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2017-04-01","2017-03-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["2016-08-10","2016-06-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01"]},{"resourceType":"locations/backupStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocatedStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocateStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.SiteRecovery","namespace":"Microsoft.SiteRecovery","authorization":{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"},"resourceTypes":[{"resourceType":"SiteRecoveryVault","locations":["East US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","North Central US","South Central US","Central US","East US 2","Central India","South India"],"apiVersions":["2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"a6aa9161-5291-40bb-8c5c-923b567bee3b","roleDefinitionId":"070ab87f-0efc-4423-b18b-756f3bdb0236"},"resourceTypes":[{"resourceType":"storageAccounts","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd","roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostnameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"validate","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"isusernameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sourceControls","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"availableStacks","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"listSitesAssignedToHostName","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/domainOwnershipIdentifiers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/slots/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"certificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"serverFarms","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverFarms/workers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"runtimes","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"georegions","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/premieraddons","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"hostingEnvironments/multiRolePools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"deploymentLocations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"functions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"classicMobileServices","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"connections","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/apiOperations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"connectionGateways","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations/connectionGatewayInstallations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"f3c21649-0979-4721-ac85-b0216b2cf413","roleDefinitionId":"933fba7e-2ed3-4da8-973d-8bd8298a9b40"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"5e5abe2b-83cd-4786-826a-a05653ebb103","roleDefinitionId":"766c4d9b-ef83-4f73-8352-1450a506a69b"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"38c77d00-5fcb-4cce-9d93-af4738258e3c","roleDefinitionId":"E006F9C7-F333-477C-8AD6-1F3A9FE87F55"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"ea2f600a-4980-45b7-89bf-d34da487bda1","roleDefinitionId":"54d7f2e3-5040-48a7-ae90-eebf629cfa0b"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a","roleDefinitionId":"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"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","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"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"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":["West Europe","West US","Central US","East US 2","North Europe","Japan East","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"499b84ac-1321-427f-aa17-267ca6975798","roleDefinitionId":"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/14 19:41:40 [TRACE] [walkPlan] Exiting eval tree: provider.azurerm
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': evaluating
2017/04/14 19:41:40 [TRACE] [walkPlan] Entering eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/14 19:41:40 [TRACE] [walkPlan] Exiting eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': expanding/walking dynamic subgraph
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] OrphanResourceCount: Starting...
2017/04/14 19:41:40 [TRACE] OrphanResourceCount: Checking: azurerm_resource_group.sfcluster
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] Attaching resource state to "azurerm_resource_group.sfcluster": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420227900), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "azurerm_resource_group.sfcluster" references: []
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.sfcluster"
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "azurerm_resource_group.sfcluster"
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': walking
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_resource_group.sfcluster': evaluating
2017/04/14 19:41:40 [TRACE] [walkPlan] Entering eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': evaluating
2017/04/14 19:41:40 [TRACE] [walkPlan] Entering eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/04/14 19:41:40 [TRACE] [walkPlan] Exiting eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': expanding/walking dynamic subgraph
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] OrphanResourceCount: Starting...
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: []
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodePlannableResourceInstance
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:40 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': evaluating
2017/04/14 19:41:40 [TRACE] [walkPlan] Entering eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/14 19:41:40 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:40 [DEBUG] Instance Diff is nil in Diff()
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/14 19:41:40 [TRACE] [walkPlan] Exiting eval tree: azurerm_resource_group.sfcluster
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalWriteState
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/04/14 19:41:40 [TRACE] [walkPlan] Exiting eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "root"
2017/04/14 19:41:40 [DEBUG] vertex 'root.root': walking
2017/04/14 19:41:40 [INFO] terraform: building graph: GraphTypeApply
2017/04/14 19:41:40 [TRACE] DiffTransformer: starting
2017/04/14 19:41:40 [TRACE] DiffTransformer: Module: CREATE: azurerm_template_deployment.sfcluster
deployment_mode: "" => "Incremental"
name: "" => "jenkinssf" (forces new resource)
outputs.%: "" => "<computed>"
parameters.%: "" => "15"
parameters.adminPassword: "" => "TestAdminPass1234`"
parameters.adminUserName: "" => "testadmin"
parameters.applicationDiagnosticsStorageAccountName: "" => "applogsajenkinssf1234"
parameters.clusterLocation: "" => "southcentralus"
parameters.clusterName: "" => "jenkinssf"
parameters.computeLocation: "" => "southcentralus"
parameters.dnsName: "" => "jenkinssf"
parameters.lbIPName: "" => "jenkinssf-lbip"
parameters.lbName: "" => "jenkinssf-lb"
parameters.nicName: "" => "nic-jenkinssf"
parameters.publicIPAddressName: "" => "jenkinssf-pubip"
parameters.supportLogStorageAccountName: "" => "suplogsajenkinssf1234"
parameters.virtualNetworkName: "" => "jenkinssf-vnet"
parameters.vmImageSku: "" => "2016-Datacenter"
parameters.vmStorageAccountName: "" => "jenkinssf-vmsa"
resource_group_name: "" => "sfcluster" (forces new resource)
template_body: "" => "{\"$schema\":\"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json\",\"contentVersion\":\"1.0.0.0\",\"outputs\":{\"clusterProperties\":{\"type\":\"object\",\"value\":\"[reference(parameters('clusterName'))]\"}},\"parameters\":{\"addressPrefix\":{\"defaultValue\":\"10.0.0.0/16\",\"type\":\"string\"},\"adminPassword\":{\"metadata\":{\"description\":\"Remote desktop user password. Must be a strong password\"},\"type\":\"securestring\"},\"adminUserName\":{\"defaultValue\":\"testadm\",\"metadata\":{\"description\":\"Remote desktop user Id\"},\"type\":\"string\"},\"applicationDiagnosticsStorageAccountName\":{\"defaultValue\":\"[toLower(concat(uniqueString(resourceGroup().id), '3' ))]\",\"metadata\":{\"description\":\"Name for the storage account that contains application diagnostics data from the cluster\"},\"type\":\"string\"},\"applicationDiagnosticsStorageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the application diagnostics storage account\"},\"type\":\"string\"},\"clusterLocation\":{\"metadata\":{\"description\":\"Location of the Cluster\"},\"type\":\"string\"},\"clusterName\":{\"defaultValue\":\"Cluster\",\"metadata\":{\"description\":\"Name of your cluster - Between 3 and 23 characters. Letters and numbers only\"},\"type\":\"string\"},\"computeLocation\":{\"type\":\"string\"},\"dnsName\":{\"type\":\"string\"},\"lbIPName\":{\"defaultValue\":\"PublicIP-LB-FE\",\"type\":\"string\"},\"lbName\":{\"defaultValue\":\"LoadBalancer\",\"type\":\"string\"},\"nicName\":{\"defaultValue\":\"NIC\",\"type\":\"string\"},\"nt0InstanceCount\":{\"defaultValue\":5,\"metadata\":{\"description\":\"Instance count for node type\"},\"type\":\"int\"},\"nt0applicationEndPort\":{\"defaultValue\":30000,\"type\":\"int\"},\"nt0applicationStartPort\":{\"defaultValue\":20000,\"type\":\"int\"},\"nt0ephemeralEndPort\":{\"defaultValue\":65534,\"type\":\"int\"},\"nt0ephemeralStartPort\":{\"defaultValue\":49152,\"type\":\"int\"},\"nt0fabricHttpGatewayPort\":{\"defaultValue\":19080,\"type\":\"int\"},\"nt0fabricTcpGatewayPort\":{\"defaultValue\":19000,\"type\":\"int\"},\"overProvision\":{\"defaultValue\":\"false\",\"type\":\"string\"},\"publicIPAddressName\":{\"defaultValue\":\"PublicIP-VM\",\"type\":\"string\"},\"publicIPAddressType\":{\"allowedValues\":[\"Dynamic\"],\"defaultValue\":\"Dynamic\",\"type\":\"string\"},\"storageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the VM image storage account\"},\"type\":\"string\"},\"subnet0Name\":{\"defaultValue\":\"Subnet-0\",\"type\":\"string\"},\"subnet0Prefix\":{\"defaultValue\":\"10.0.0.0/24\",\"type\":\"string\"},\"supportLogStorageAccountName\":{\"defaultValue\":\"[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]\",\"metadata\":{\"description\":\"Name for the storage account that contains support logs from the cluster\"},\"type\":\"string\"},\"supportLogStorageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the support log storage account\"},\"type\":\"string\"},\"virtualNetworkName\":{\"defaultValue\":\"VNet\",\"type\":\"string\"},\"vmImageOffer\":{\"defaultValue\":\"WindowsServer\",\"type\":\"string\"},\"vmImagePublisher\":{\"defaultValue\":\"MicrosoftWindowsServer\",\"type\":\"string\"},\"vmImageSku\":{\"defaultValue\":\"2012-R2-Datacenter\",\"type\":\"string\"},\"vmImageVersion\":{\"defaultValue\":\"latest\",\"type\":\"string\"},\"vmNodeType0Name\":{\"defaultValue\":\"sfnode\",\"maxLength\":9,\"type\":\"string\"},\"vmNodeType0Size\":{\"defaultValue\":\"Standard_DS1_v2\",\"type\":\"string\"},\"vmStorageAccountContainerName\":{\"defaultValue\":\"vhds\",\"type\":\"string\"},\"vmStorageAccountName\":{\"type\":\"string\"}},\"resources\":[{\"apiVersion\":\"[variables('storageApiVersion')]\",\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('supportLogStorageAccountName')]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('supportLogStorageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('storageApiVersion')]\",\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('applicationDiagnosticsStorageAccountName')]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('applicationDiagnosticsStorageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('vNetApiVersion')]\",\"dependsOn\":[],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('virtualNetworkName')]\",\"properties\":{\"addressSpace\":{\"addressPrefixes\":[\"[parameters('addressPrefix')]\"]},\"subnets\":[{\"name\":\"[parameters('subnet0Name')]\",\"properties\":{\"addressPrefix\":\"[parameters('subnet0Prefix')]\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/virtualNetworks\"},{\"apiVersion\":\"[variables('publicIPApiVersion')]\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[concat(parameters('lbIPName'),'-','0')]\",\"properties\":{\"dnsSettings\":{\"domainNameLabel\":\"[parameters('dnsName')]\"},\"publicIPAllocationMethod\":\"Dynamic\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/publicIPAddresses\"},{\"apiVersion\":\"[variables('lbApiVersion')]\",\"dependsOn\":[\"[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]\"],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]\",\"properties\":{\"backendAddressPools\":[{\"name\":\"LoadBalancerBEAddressPool\",\"properties\":{}}],\"frontendIPConfigurations\":[{\"name\":\"LoadBalancerIPConfig\",\"properties\":{\"publicIPAddress\":{\"id\":\"[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]\"}}}],\"inboundNatPools\":[{\"name\":\"LoadBalancerBEAddressNatPool\",\"properties\":{\"backendPort\":\"3389\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPortRangeEnd\":\"4500\",\"frontendPortRangeStart\":\"3389\",\"protocol\":\"tcp\"}}],\"loadBalancingRules\":[{\"name\":\"LBRule\",\"properties\":{\"backendAddressPool\":{\"id\":\"[variables('lbPoolID0')]\"},\"backendPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"enableFloatingIP\":\"false\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"idleTimeoutInMinutes\":\"5\",\"probe\":{\"id\":\"[variables('lbProbeID0')]\"},\"protocol\":\"tcp\"}},{\"name\":\"LBHttpRule\",\"properties\":{\"backendAddressPool\":{\"id\":\"[variables('lbPoolID0')]\"},\"backendPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"enableFloatingIP\":\"false\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"idleTimeoutInMinutes\":\"5\",\"probe\":{\"id\":\"[variables('lbHttpProbeID0')]\"},\"protocol\":\"tcp\"}}],\"probes\":[{\"name\":\"FabricGatewayProbe\",\"properties\":{\"intervalInSeconds\":5,\"numberOfProbes\":2,\"port\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"protocol\":\"tcp\"}},{\"name\":\"FabricHttpGatewayProbe\",\"properties\":{\"intervalInSeconds\":5,\"numberOfProbes\":2,\"port\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"protocol\":\"tcp\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/loadBalancers\"},{\"apiVersion\":\"2015-06-15\",\"location\":\"[resourceGroup().location]\",\"name\":\"[concat('nsg', parameters('subnet0Name'))]\",\"properties\":{\"securityRules\":[{\"comments\":\"allow SMB traffic within the net, used by fabric to move packages around\",\"name\":\"allowSvcFabSMB\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"445\",\"direction\":\"Inbound\",\"priority\":3950,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow ports within vnet that are used by the fabric to talk between nodes\",\"name\":\"allowSvcFabCluser\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"1025-1027\",\"direction\":\"Inbound\",\"priority\":3920,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow fabric ephemeral ports within the vnet\",\"name\":\"allowSvcFabEphemeral\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[concat(parameters('nt0ephemeralStartPort'), '-', parameters('nt0ephemeralEndPort'))]\",\"direction\":\"Inbound\",\"priority\":3930,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow port used to access the fabric cluster web portal\",\"name\":\"allowSvcFabPortal\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"direction\":\"Inbound\",\"priority\":3900,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow port used by the fabric client (includes powershell)\",\"name\":\"allowSvcFabClient\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"direction\":\"Inbound\",\"priority\":3910,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow fabric application ports within the vnet\",\"name\":\"allowSvcFabApplication\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[concat(parameters('nt0applicationStartPort'), '-', parameters('nt0applicationEndPort'))]\",\"direction\":\"Inbound\",\"priority\":3940,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"block all traffic except what we've explicitly allowed\",\"name\":\"blockAll\",\"properties\":{\"access\":\"Deny\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"*\",\"direction\":\"Inbound\",\"priority\":4095,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow RDP within the net\",\"name\":\"allowVNetRDP\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"3389-4500\",\"direction\":\"Inbound\",\"priority\":3960,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/networkSecurityGroups\"},{\"apiVersion\":\"[variables('storageApiVersion')]\",\"copy\":{\"count\":5,\"name\":\"storageLoop\"},\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[variables('uniqueStringArray0')[copyIndex()]]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('storageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('vmssApiVersion')]\",\"dependsOn\":[\"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]\",\"[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\",\"[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]\"],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('vmNodeType0Name')]\",\"properties\":{\"overprovision\":\"[parameters('overProvision')]\",\"upgradePolicy\":{\"mode\":\"Automatic\"},\"virtualMachineProfile\":{\"extensionProfile\":{\"extensions\":[{\"name\":\"[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]\",\"properties\":{\"autoUpgradeMinorVersion\":false,\"protectedSettings\":{\"StorageAccountKey1\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]\",\"StorageAccountKey2\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]\"},\"publisher\":\"Microsoft.Azure.ServiceFabric\",\"settings\":{\"clusterEndpoint\":\"[reference(parameters('clusterName')).clusterEndpoint]\",\"dataPath\":\"D:\\\\\\\\SvcFab\",\"durabilityLevel\":\"Bronze\",\"enableParallelJobs\":true,\"nicPrefixOverride\":\"[parameters('subnet0Prefix')]\",\"nodeTypeRef\":\"[parameters('vmNodeType0Name')]\"},\"type\":\"ServiceFabricNode\",\"typeHandlerVersion\":\"1.0\"}},{\"name\":\"[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]\",\"properties\":{\"autoUpgradeMinorVersion\":true,\"protectedSettings\":{\"storageAccountEndPoint\":\"https://core.windows.net/\",\"storageAccountKey\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]\",\"storageAccountName\":\"[parameters('applicationDiagnosticsStorageAccountName')]\"},\"publisher\":\"Microsoft.Azure.Diagnostics\",\"settings\":{\"StorageAccount\":\"[parameters('applicationDiagnosticsStorageAccountName')]\",\"WadCfg\":{\"DiagnosticMonitorConfiguration\":{\"EtwProviders\":{\"EtwEventSourceProviderConfiguration\":[{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricReliableActorEventTable\"},\"provider\":\"Microsoft-ServiceFabric-Actors\",\"scheduledTransferKeywordFilter\":\"1\",\"scheduledTransferPeriod\":\"PT5M\"},{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricReliableServiceEventTable\"},\"provider\":\"Microsoft-ServiceFabric-Services\",\"scheduledTransferPeriod\":\"PT5M\"}],\"EtwManifestProviderConfiguration\":[{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricSystemEventTable\"},\"provider\":\"cbd93bc2-71e5-4566-b3a7-595d8eeca6e8\",\"scheduledTransferKeywordFilter\":\"4611686018427387904\",\"scheduledTransferLogLevelFilter\":\"Information\",\"scheduledTransferPeriod\":\"PT5M\"}]},\"overallQuotaInMB\":\"50000\"}}},\"type\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.5\"}}]},\"networkProfile\":{\"networkInterfaceConfigurations\":[{\"name\":\"[concat(parameters('nicName'), '-0')]\",\"properties\":{\"ipConfigurations\":[{\"name\":\"[concat(parameters('nicName'),'-',0)]\",\"properties\":{\"loadBalancerBackendAddressPools\":[{\"id\":\"[variables('lbPoolID0')]\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"[variables('lbNatPoolID0')]\"}],\"subnet\":{\"id\":\"[variables('subnet0Ref')]\"}}}],\"primary\":true}}]},\"osProfile\":{\"adminPassword\":\"[parameters('adminPassword')]\",\"adminUsername\":\"[parameters('adminUsername')]\",\"computernamePrefix\":\"[parameters('vmNodeType0Name')]\"},\"storageProfile\":{\"imageReference\":{\"offer\":\"[parameters('vmImageOffer')]\",\"publisher\":\"[parameters('vmImagePublisher')]\",\"sku\":\"[parameters('vmImageSku')]\",\"version\":\"[parameters('vmImageVersion')]\"},\"osDisk\":{\"caching\":\"ReadOnly\",\"createOption\":\"FromImage\",\"name\":\"vmssosdisk\",\"vhdContainers\":[\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\"]}}}},\"sku\":{\"capacity\":\"[parameters('nt0InstanceCount')]\",\"name\":\"[parameters('vmNodeType0Size')]\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Compute/virtualMachineScaleSets\"},{\"apiVersion\":\"2016-09-01\",\"dependsOn\":[\"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\"],\"location\":\"[parameters('clusterLocation')]\",\"name\":\"[parameters('clusterName')]\",\"properties\":{\"clientCertificateCommonNames\":[],\"clientCertificateThumbprints\":[],\"clusterState\":\"Default\",\"diagnosticsStorageAccountConfig\":{\"blobEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]\",\"protectedAccountKeyName\":\"StorageAccountKey1\",\"queueEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]\",\"storageAccountName\":\"[parameters('supportLogStorageAccountName')]\",\"tableEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]\"},\"fabricSettings\":[],\"managementEndpoint\":\"[concat('http://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]\",\"nodeTypes\":[{\"applicationPorts\":{\"endPort\":\"[parameters('nt0applicationEndPort')]\",\"startPort\":\"[parameters('nt0applicationStartPort')]\"},\"clientConnectionEndpointPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"durabilityLevel\":\"Bronze\",\"ephemeralPorts\":{\"endPort\":\"[parameters('nt0ephemeralEndPort')]\",\"startPort\":\"[parameters('nt0ephemeralStartPort')]\"},\"httpGatewayEndpointPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"isPrimary\":true,\"name\":\"[parameters('vmNodeType0Name')]\",\"vmInstanceCount\":\"[parameters('nt0InstanceCount')]\"}],\"provisioningState\":\"Default\",\"reliabilityLevel\":\"Silver\",\"upgradeMode\":\"Automatic\",\"vmImage\":\"Windows\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.ServiceFabric/clusters\"}],\"variables\":{\"lbApiVersion\":\"2015-06-15\",\"lbHttpProbeID0\":\"[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]\",\"lbID0\":\"[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\"lbIPConfig0\":\"[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]\",\"lbNatPoolID0\":\"[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]\",\"lbPoolID0\":\"[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]\",\"lbProbeID0\":\"[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]\",\"publicIPApiVersion\":\"2015-06-15\",\"storageApiVersion\":\"2016-01-01\",\"subnet0Ref\":\"[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]\",\"uniqueStringArray0\":[\"[concat(variables('vmStorageAccountName0'), '0')]\",\"[concat(variables('vmStorageAccountName0'), '1')]\",\"[concat(variables('vmStorageAccountName0'), '2')]\",\"[concat(variables('vmStorageAccountName0'), '3')]\",\"[concat(variables('vmStorageAccountName0'), '4')]\"],\"vNetApiVersion\":\"2015-06-15\",\"vmStorageAccountName0\":\"[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]\",\"vmssApiVersion\":\"2016-03-30\",\"vnetID\":\"[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]\"}}"
2017/04/14 19:41:40 [TRACE] DiffTransformer: Resource "azurerm_template_deployment.sfcluster": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"parameters.vmStorageAccountName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf-vmsa", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.computeLocation":*terraform.ResourceAttrDiff{Old:"", New:"southcentralus", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "outputs.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.supportLogStorageAccountName":*terraform.ResourceAttrDiff{Old:"", New:"suplogsajenkinssf1234", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.nicName":*terraform.ResourceAttrDiff{Old:"", New:"nic-jenkinssf", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "resource_group_name":*terraform.ResourceAttrDiff{Old:"", New:"sfcluster", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "parameters.clusterLocation":*terraform.ResourceAttrDiff{Old:"", New:"southcentralus", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "parameters.adminPassword":*terraform.ResourceAttrDiff{Old:"", New:"TestAdminPass1234`", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.virtualNetworkName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf-vnet", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.adminUserName":*terraform.ResourceAttrDiff{Old:"", New:"testadmin", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.dnsName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "deployment_mode":*terraform.ResourceAttrDiff{Old:"", New:"Incremental", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "template_body":*terraform.ResourceAttrDiff{Old:"", New:"{\"$schema\":\"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json\",\"contentVersion\":\"1.0.0.0\",\"outputs\":{\"clusterProperties\":{\"type\":\"object\",\"value\":\"[reference(parameters('clusterName'))]\"}},\"parameters\":{\"addressPrefix\":{\"defaultValue\":\"10.0.0.0/16\",\"type\":\"string\"},\"adminPassword\":{\"metadata\":{\"description\":\"Remote desktop user password. Must be a strong password\"},\"type\":\"securestring\"},\"adminUserName\":{\"defaultValue\":\"testadm\",\"metadata\":{\"description\":\"Remote desktop user Id\"},\"type\":\"string\"},\"applicationDiagnosticsStorageAccountName\":{\"defaultValue\":\"[toLower(concat(uniqueString(resourceGroup().id), '3' ))]\",\"metadata\":{\"description\":\"Name for the storage account that contains application diagnostics data from the cluster\"},\"type\":\"string\"},\"applicationDiagnosticsStorageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the application diagnostics storage account\"},\"type\":\"string\"},\"clusterLocation\":{\"metadata\":{\"description\":\"Location of the Cluster\"},\"type\":\"string\"},\"clusterName\":{\"defaultValue\":\"Cluster\",\"metadata\":{\"description\":\"Name of your cluster - Between 3 and 23 characters. Letters and numbers only\"},\"type\":\"string\"},\"computeLocation\":{\"type\":\"string\"},\"dnsName\":{\"type\":\"string\"},\"lbIPName\":{\"defaultValue\":\"PublicIP-LB-FE\",\"type\":\"string\"},\"lbName\":{\"defaultValue\":\"LoadBalancer\",\"type\":\"string\"},\"nicName\":{\"defaultValue\":\"NIC\",\"type\":\"string\"},\"nt0InstanceCount\":{\"defaultValue\":5,\"metadata\":{\"description\":\"Instance count for node type\"},\"type\":\"int\"},\"nt0applicationEndPort\":{\"defaultValue\":30000,\"type\":\"int\"},\"nt0applicationStartPort\":{\"defaultValue\":20000,\"type\":\"int\"},\"nt0ephemeralEndPort\":{\"defaultValue\":65534,\"type\":\"int\"},\"nt0ephemeralStartPort\":{\"defaultValue\":49152,\"type\":\"int\"},\"nt0fabricHttpGatewayPort\":{\"defaultValue\":19080,\"type\":\"int\"},\"nt0fabricTcpGatewayPort\":{\"defaultValue\":19000,\"type\":\"int\"},\"overProvision\":{\"defaultValue\":\"false\",\"type\":\"string\"},\"publicIPAddressName\":{\"defaultValue\":\"PublicIP-VM\",\"type\":\"string\"},\"publicIPAddressType\":{\"allowedValues\":[\"Dynamic\"],\"defaultValue\":\"Dynamic\",\"type\":\"string\"},\"storageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the VM image storage account\"},\"type\":\"string\"},\"subnet0Name\":{\"defaultValue\":\"Subnet-0\",\"type\":\"string\"},\"subnet0Prefix\":{\"defaultValue\":\"10.0.0.0/24\",\"type\":\"string\"},\"supportLogStorageAccountName\":{\"defaultValue\":\"[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]\",\"metadata\":{\"description\":\"Name for the storage account that contains support logs from the cluster\"},\"type\":\"string\"},\"supportLogStorageAccountType\":{\"allowedValues\":[\"Standard_LRS\",\"Standard_GRS\"],\"defaultValue\":\"Standard_LRS\",\"metadata\":{\"description\":\"Replication option for the support log storage account\"},\"type\":\"string\"},\"virtualNetworkName\":{\"defaultValue\":\"VNet\",\"type\":\"string\"},\"vmImageOffer\":{\"defaultValue\":\"WindowsServer\",\"type\":\"string\"},\"vmImagePublisher\":{\"defaultValue\":\"MicrosoftWindowsServer\",\"type\":\"string\"},\"vmImageSku\":{\"defaultValue\":\"2012-R2-Datacenter\",\"type\":\"string\"},\"vmImageVersion\":{\"defaultValue\":\"latest\",\"type\":\"string\"},\"vmNodeType0Name\":{\"defaultValue\":\"sfnode\",\"maxLength\":9,\"type\":\"string\"},\"vmNodeType0Size\":{\"defaultValue\":\"Standard_DS1_v2\",\"type\":\"string\"},\"vmStorageAccountContainerName\":{\"defaultValue\":\"vhds\",\"type\":\"string\"},\"vmStorageAccountName\":{\"type\":\"string\"}},\"resources\":[{\"apiVersion\":\"[variables('storageApiVersion')]\",\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('supportLogStorageAccountName')]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('supportLogStorageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('storageApiVersion')]\",\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('applicationDiagnosticsStorageAccountName')]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('applicationDiagnosticsStorageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('vNetApiVersion')]\",\"dependsOn\":[],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('virtualNetworkName')]\",\"properties\":{\"addressSpace\":{\"addressPrefixes\":[\"[parameters('addressPrefix')]\"]},\"subnets\":[{\"name\":\"[parameters('subnet0Name')]\",\"properties\":{\"addressPrefix\":\"[parameters('subnet0Prefix')]\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/virtualNetworks\"},{\"apiVersion\":\"[variables('publicIPApiVersion')]\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[concat(parameters('lbIPName'),'-','0')]\",\"properties\":{\"dnsSettings\":{\"domainNameLabel\":\"[parameters('dnsName')]\"},\"publicIPAllocationMethod\":\"Dynamic\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/publicIPAddresses\"},{\"apiVersion\":\"[variables('lbApiVersion')]\",\"dependsOn\":[\"[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]\"],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]\",\"properties\":{\"backendAddressPools\":[{\"name\":\"LoadBalancerBEAddressPool\",\"properties\":{}}],\"frontendIPConfigurations\":[{\"name\":\"LoadBalancerIPConfig\",\"properties\":{\"publicIPAddress\":{\"id\":\"[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]\"}}}],\"inboundNatPools\":[{\"name\":\"LoadBalancerBEAddressNatPool\",\"properties\":{\"backendPort\":\"3389\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPortRangeEnd\":\"4500\",\"frontendPortRangeStart\":\"3389\",\"protocol\":\"tcp\"}}],\"loadBalancingRules\":[{\"name\":\"LBRule\",\"properties\":{\"backendAddressPool\":{\"id\":\"[variables('lbPoolID0')]\"},\"backendPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"enableFloatingIP\":\"false\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"idleTimeoutInMinutes\":\"5\",\"probe\":{\"id\":\"[variables('lbProbeID0')]\"},\"protocol\":\"tcp\"}},{\"name\":\"LBHttpRule\",\"properties\":{\"backendAddressPool\":{\"id\":\"[variables('lbPoolID0')]\"},\"backendPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"enableFloatingIP\":\"false\",\"frontendIPConfiguration\":{\"id\":\"[variables('lbIPConfig0')]\"},\"frontendPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"idleTimeoutInMinutes\":\"5\",\"probe\":{\"id\":\"[variables('lbHttpProbeID0')]\"},\"protocol\":\"tcp\"}}],\"probes\":[{\"name\":\"FabricGatewayProbe\",\"properties\":{\"intervalInSeconds\":5,\"numberOfProbes\":2,\"port\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"protocol\":\"tcp\"}},{\"name\":\"FabricHttpGatewayProbe\",\"properties\":{\"intervalInSeconds\":5,\"numberOfProbes\":2,\"port\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"protocol\":\"tcp\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/loadBalancers\"},{\"apiVersion\":\"2015-06-15\",\"location\":\"[resourceGroup().location]\",\"name\":\"[concat('nsg', parameters('subnet0Name'))]\",\"properties\":{\"securityRules\":[{\"comments\":\"allow SMB traffic within the net, used by fabric to move packages around\",\"name\":\"allowSvcFabSMB\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"445\",\"direction\":\"Inbound\",\"priority\":3950,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow ports within vnet that are used by the fabric to talk between nodes\",\"name\":\"allowSvcFabCluser\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"1025-1027\",\"direction\":\"Inbound\",\"priority\":3920,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow fabric ephemeral ports within the vnet\",\"name\":\"allowSvcFabEphemeral\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[concat(parameters('nt0ephemeralStartPort'), '-', parameters('nt0ephemeralEndPort'))]\",\"direction\":\"Inbound\",\"priority\":3930,\"protocol\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow port used to access the fabric cluster web portal\",\"name\":\"allowSvcFabPortal\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"direction\":\"Inbound\",\"priority\":3900,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow port used by the fabric client (includes powershell)\",\"name\":\"allowSvcFabClient\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"direction\":\"Inbound\",\"priority\":3910,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow fabric application ports within the vnet\",\"name\":\"allowSvcFabApplication\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"[concat(parameters('nt0applicationStartPort'), '-', parameters('nt0applicationEndPort'))]\",\"direction\":\"Inbound\",\"priority\":3940,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"block all traffic except what we've explicitly allowed\",\"name\":\"blockAll\",\"properties\":{\"access\":\"Deny\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"*\",\"direction\":\"Inbound\",\"priority\":4095,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}},{\"comments\":\"allow RDP within the net\",\"name\":\"allowVNetRDP\",\"properties\":{\"access\":\"Allow\",\"destinationAddressPrefix\":\"*\",\"destinationPortRange\":\"3389-4500\",\"direction\":\"Inbound\",\"priority\":3960,\"protocol\":\"*\",\"sourceAddressPrefix\":\"*\",\"sourcePortRange\":\"*\"}}]},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Network/networkSecurityGroups\"},{\"apiVersion\":\"[variables('storageApiVersion')]\",\"copy\":{\"count\":5,\"name\":\"storageLoop\"},\"dependsOn\":[],\"kind\":\"Storage\",\"location\":\"[parameters('computeLocation')]\",\"name\":\"[variables('uniqueStringArray0')[copyIndex()]]\",\"properties\":{},\"sku\":{\"name\":\"[parameters('storageAccountType')]\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Storage/storageAccounts\"},{\"apiVersion\":\"[variables('vmssApiVersion')]\",\"dependsOn\":[\"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]\",\"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]\",\"[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\",\"[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]\"],\"location\":\"[parameters('computeLocation')]\",\"name\":\"[parameters('vmNodeType0Name')]\",\"properties\":{\"overprovision\":\"[parameters('overProvision')]\",\"upgradePolicy\":{\"mode\":\"Automatic\"},\"virtualMachineProfile\":{\"extensionProfile\":{\"extensions\":[{\"name\":\"[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]\",\"properties\":{\"autoUpgradeMinorVersion\":false,\"protectedSettings\":{\"StorageAccountKey1\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]\",\"StorageAccountKey2\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]\"},\"publisher\":\"Microsoft.Azure.ServiceFabric\",\"settings\":{\"clusterEndpoint\":\"[reference(parameters('clusterName')).clusterEndpoint]\",\"dataPath\":\"D:\\\\\\\\SvcFab\",\"durabilityLevel\":\"Bronze\",\"enableParallelJobs\":true,\"nicPrefixOverride\":\"[parameters('subnet0Prefix')]\",\"nodeTypeRef\":\"[parameters('vmNodeType0Name')]\"},\"type\":\"ServiceFabricNode\",\"typeHandlerVersion\":\"1.0\"}},{\"name\":\"[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]\",\"properties\":{\"autoUpgradeMinorVersion\":true,\"protectedSettings\":{\"storageAccountEndPoint\":\"https://core.windows.net/\",\"storageAccountKey\":\"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]\",\"storageAccountName\":\"[parameters('applicationDiagnosticsStorageAccountName')]\"},\"publisher\":\"Microsoft.Azure.Diagnostics\",\"settings\":{\"StorageAccount\":\"[parameters('applicationDiagnosticsStorageAccountName')]\",\"WadCfg\":{\"DiagnosticMonitorConfiguration\":{\"EtwProviders\":{\"EtwEventSourceProviderConfiguration\":[{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricReliableActorEventTable\"},\"provider\":\"Microsoft-ServiceFabric-Actors\",\"scheduledTransferKeywordFilter\":\"1\",\"scheduledTransferPeriod\":\"PT5M\"},{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricReliableServiceEventTable\"},\"provider\":\"Microsoft-ServiceFabric-Services\",\"scheduledTransferPeriod\":\"PT5M\"}],\"EtwManifestProviderConfiguration\":[{\"DefaultEvents\":{\"eventDestination\":\"ServiceFabricSystemEventTable\"},\"provider\":\"cbd93bc2-71e5-4566-b3a7-595d8eeca6e8\",\"scheduledTransferKeywordFilter\":\"4611686018427387904\",\"scheduledTransferLogLevelFilter\":\"Information\",\"scheduledTransferPeriod\":\"PT5M\"}]},\"overallQuotaInMB\":\"50000\"}}},\"type\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.5\"}}]},\"networkProfile\":{\"networkInterfaceConfigurations\":[{\"name\":\"[concat(parameters('nicName'), '-0')]\",\"properties\":{\"ipConfigurations\":[{\"name\":\"[concat(parameters('nicName'),'-',0)]\",\"properties\":{\"loadBalancerBackendAddressPools\":[{\"id\":\"[variables('lbPoolID0')]\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"[variables('lbNatPoolID0')]\"}],\"subnet\":{\"id\":\"[variables('subnet0Ref')]\"}}}],\"primary\":true}}]},\"osProfile\":{\"adminPassword\":\"[parameters('adminPassword')]\",\"adminUsername\":\"[parameters('adminUsername')]\",\"computernamePrefix\":\"[parameters('vmNodeType0Name')]\"},\"storageProfile\":{\"imageReference\":{\"offer\":\"[parameters('vmImageOffer')]\",\"publisher\":\"[parameters('vmImagePublisher')]\",\"sku\":\"[parameters('vmImageSku')]\",\"version\":\"[parameters('vmImageVersion')]\"},\"osDisk\":{\"caching\":\"ReadOnly\",\"createOption\":\"FromImage\",\"name\":\"vmssosdisk\",\"vhdContainers\":[\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\"]}}}},\"sku\":{\"capacity\":\"[parameters('nt0InstanceCount')]\",\"name\":\"[parameters('vmNodeType0Size')]\",\"tier\":\"Standard\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.Compute/virtualMachineScaleSets\"},{\"apiVersion\":\"2016-09-01\",\"dependsOn\":[\"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\"],\"location\":\"[parameters('clusterLocation')]\",\"name\":\"[parameters('clusterName')]\",\"properties\":{\"clientCertificateCommonNames\":[],\"clientCertificateThumbprints\":[],\"clusterState\":\"Default\",\"diagnosticsStorageAccountConfig\":{\"blobEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]\",\"protectedAccountKeyName\":\"StorageAccountKey1\",\"queueEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]\",\"storageAccountName\":\"[parameters('supportLogStorageAccountName')]\",\"tableEndpoint\":\"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]\"},\"fabricSettings\":[],\"managementEndpoint\":\"[concat('http://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]\",\"nodeTypes\":[{\"applicationPorts\":{\"endPort\":\"[parameters('nt0applicationEndPort')]\",\"startPort\":\"[parameters('nt0applicationStartPort')]\"},\"clientConnectionEndpointPort\":\"[parameters('nt0fabricTcpGatewayPort')]\",\"durabilityLevel\":\"Bronze\",\"ephemeralPorts\":{\"endPort\":\"[parameters('nt0ephemeralEndPort')]\",\"startPort\":\"[parameters('nt0ephemeralStartPort')]\"},\"httpGatewayEndpointPort\":\"[parameters('nt0fabricHttpGatewayPort')]\",\"isPrimary\":true,\"name\":\"[parameters('vmNodeType0Name')]\",\"vmInstanceCount\":\"[parameters('nt0InstanceCount')]\"}],\"provisioningState\":\"Default\",\"reliabilityLevel\":\"Silver\",\"upgradeMode\":\"Automatic\",\"vmImage\":\"Windows\"},\"tags\":{\"clusterName\":\"[parameters('clusterName')]\",\"resourceType\":\"Service Fabric\"},\"type\":\"Microsoft.ServiceFabric/clusters\"}],\"variables\":{\"lbApiVersion\":\"2015-06-15\",\"lbHttpProbeID0\":\"[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]\",\"lbID0\":\"[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\"lbIPConfig0\":\"[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]\",\"lbNatPoolID0\":\"[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]\",\"lbPoolID0\":\"[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]\",\"lbProbeID0\":\"[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]\",\"publicIPApiVersion\":\"2015-06-15\",\"storageApiVersion\":\"2016-01-01\",\"subnet0Ref\":\"[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]\",\"uniqueStringArray0\":[\"[concat(variables('vmStorageAccountName0'), '0')]\",\"[concat(variables('vmStorageAccountName0'), '1')]\",\"[concat(variables('vmStorageAccountName0'), '2')]\",\"[concat(variables('vmStorageAccountName0'), '3')]\",\"[concat(variables('vmStorageAccountName0'), '4')]\"],\"vNetApiVersion\":\"2015-06-15\",\"vmStorageAccountName0\":\"[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]\",\"vmssApiVersion\":\"2016-03-30\",\"vnetID\":\"[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]\"}}", NewComputed:false, NewRemoved:false, NewExtra:"{\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json\",\n \"contentVersion\": \"1.0.0.0\",\n \"parameters\": {\n \"clusterLocation\": {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": \"Location of the Cluster\"\n }\n },\n \"clusterName\": {\n \"type\": \"string\",\n \"defaultValue\": \"Cluster\",\n \"metadata\": {\n \"description\": \"Name of your cluster - Between 3 and 23 characters. Letters and numbers only\"\n }\n },\n \"nt0applicationStartPort\": {\n \"type\": \"int\",\n \"defaultValue\": 20000\n },\n \"nt0applicationEndPort\": {\n \"type\": \"int\",\n \"defaultValue\": 30000\n },\n \"nt0ephemeralStartPort\": {\n \"type\": \"int\",\n \"defaultValue\": 49152\n },\n \"nt0ephemeralEndPort\": {\n \"type\": \"int\",\n \"defaultValue\": 65534\n },\n \"nt0fabricTcpGatewayPort\": {\n \"type\": \"int\",\n \"defaultValue\": 19000\n },\n \"nt0fabricHttpGatewayPort\": {\n \"type\": \"int\",\n \"defaultValue\": 19080\n },\n \"subnet0Name\": {\n \"type\": \"string\",\n \"defaultValue\": \"Subnet-0\"\n },\n \"subnet0Prefix\": {\n \"type\": \"string\",\n \"defaultValue\": \"10.0.0.0/24\"\n },\n \"computeLocation\": {\n \"type\": \"string\"\n },\n \"vmStorageAccountName\": {\n \"type\": \"string\"\n },\n \"publicIPAddressName\": {\n \"type\": \"string\",\n \"defaultValue\": \"PublicIP-VM\"\n },\n \"publicIPAddressType\": {\n \"type\": \"string\",\n \"allowedValues\": [\n \"Dynamic\"\n ],\n \"defaultValue\": \"Dynamic\"\n },\n \"vmStorageAccountContainerName\": {\n \"type\": \"string\",\n \"defaultValue\": \"vhds\"\n },\n \"adminUserName\": {\n \"type\": \"string\",\n \"defaultValue\": \"testadm\",\n \"metadata\": {\n \"description\": \"Remote desktop user Id\"\n }\n },\n \"adminPassword\": {\n \"type\": \"securestring\",\n \"metadata\": {\n \"description\": \"Remote desktop user password. Must be a strong password\"\n }\n },\n \"virtualNetworkName\": {\n \"type\": \"string\",\n \"defaultValue\": \"VNet\"\n },\n \"addressPrefix\": {\n \"type\": \"string\",\n \"defaultValue\": \"10.0.0.0/16\"\n },\n \"dnsName\": {\n \"type\": \"string\"\n },\n \"nicName\": {\n \"type\": \"string\",\n \"defaultValue\": \"NIC\"\n },\n \"lbName\": {\n \"type\": \"string\",\n \"defaultValue\": \"LoadBalancer\"\n },\n \"lbIPName\": {\n \"type\": \"string\",\n \"defaultValue\": \"PublicIP-LB-FE\"\n },\n \"overProvision\": {\n \"type\": \"string\",\n \"defaultValue\": \"false\"\n },\n \"vmImagePublisher\": {\n \"type\": \"string\",\n \"defaultValue\": \"MicrosoftWindowsServer\"\n },\n \"vmImageOffer\": {\n \"type\": \"string\",\n \"defaultValue\": \"WindowsServer\"\n },\n \"vmImageSku\": {\n \"type\": \"string\",\n \"defaultValue\": \"2012-R2-Datacenter\"\n },\n \"vmImageVersion\": {\n \"type\": \"string\",\n \"defaultValue\": \"latest\"\n },\n \"storageAccountType\": {\n \"type\": \"string\",\n \"allowedValues\": [\n \"Standard_LRS\",\n \"Standard_GRS\"\n ],\n \"defaultValue\": \"Standard_LRS\",\n \"metadata\": {\n \"description\": \"Replication option for the VM image storage account\"\n }\n },\n \"supportLogStorageAccountType\": {\n \"type\": \"string\",\n \"allowedValues\": [\n \"Standard_LRS\",\n \"Standard_GRS\"\n ],\n \"defaultValue\": \"Standard_LRS\",\n \"metadata\": {\n \"description\": \"Replication option for the support log storage account\"\n }\n },\n \"supportLogStorageAccountName\": {\n \"type\": \"string\",\n \"defaultValue\": \"[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]\",\n \"metadata\": {\n \"description\": \"Name for the storage account that contains support logs from the cluster\"\n }\n },\n \"applicationDiagnosticsStorageAccountType\": {\n \"type\": \"string\",\n \"allowedValues\": [\n \"Standard_LRS\",\n \"Standard_GRS\"\n ],\n \"defaultValue\": \"Standard_LRS\",\n \"metadata\": {\n \"description\": \"Replication option for the application diagnostics storage account\"\n }\n },\n \"applicationDiagnosticsStorageAccountName\": {\n \"type\": \"string\",\n \"defaultValue\": \"[toLower(concat(uniqueString(resourceGroup().id), '3' ))]\",\n \"metadata\": {\n \"description\": \"Name for the storage account that contains application diagnostics data from the cluster\"\n }\n },\n \"nt0InstanceCount\": {\n \"type\": \"int\",\n \"defaultValue\": 5,\n \"metadata\": {\n \"description\": \"Instance count for node type\"\n }\n },\n \"vmNodeType0Name\": {\n \"type\": \"string\",\n \"defaultValue\": \"sfnode\",\n \"maxLength\": 9\n },\n \"vmNodeType0Size\": {\n \"type\": \"string\",\n \"defaultValue\": \"Standard_DS1_v2\"\n }\n },\n \"variables\": {\n \"vmssApiVersion\": \"2016-03-30\",\n \"lbApiVersion\": \"2015-06-15\",\n \"vNetApiVersion\": \"2015-06-15\",\n \"storageApiVersion\": \"2016-01-01\",\n \"publicIPApiVersion\": \"2015-06-15\",\n \"vnetID\": \"[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]\",\n \"subnet0Ref\": \"[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]\",\n \"lbID0\": \"[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\n \"lbIPConfig0\": \"[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]\",\n \"lbPoolID0\": \"[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]\",\n \"lbProbeID0\": \"[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]\",\n \"lbHttpProbeID0\": \"[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]\",\n \"lbNatPoolID0\": \"[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]\",\n \"vmStorageAccountName0\": \"[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]\",\n \"uniqueStringArray0\": [\n \"[concat(variables('vmStorageAccountName0'), '0')]\",\n \"[concat(variables('vmStorageAccountName0'), '1')]\",\n \"[concat(variables('vmStorageAccountName0'), '2')]\",\n \"[concat(variables('vmStorageAccountName0'), '3')]\",\n \"[concat(variables('vmStorageAccountName0'), '4')]\"\n ]\n },\n \"resources\": [\n {\n \"apiVersion\": \"[variables('storageApiVersion')]\",\n \"type\": \"Microsoft.Storage/storageAccounts\",\n \"name\": \"[parameters('supportLogStorageAccountName')]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [],\n \"properties\": {},\n \"kind\": \"Storage\",\n \"sku\": {\n \"name\": \"[parameters('supportLogStorageAccountType')]\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('storageApiVersion')]\",\n \"type\": \"Microsoft.Storage/storageAccounts\",\n \"name\": \"[parameters('applicationDiagnosticsStorageAccountName')]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [],\n \"properties\": {},\n \"kind\": \"Storage\",\n \"sku\": {\n \"name\": \"[parameters('applicationDiagnosticsStorageAccountType')]\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('vNetApiVersion')]\",\n \"type\": \"Microsoft.Network/virtualNetworks\",\n \"name\": \"[parameters('virtualNetworkName')]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [],\n \"properties\": {\n \"addressSpace\": {\n \"addressPrefixes\": [\n \"[parameters('addressPrefix')]\"\n ]\n },\n \"subnets\": [\n {\n \"name\": \"[parameters('subnet0Name')]\",\n \"properties\": {\n \"addressPrefix\": \"[parameters('subnet0Prefix')]\"\n }\n }\n ]\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('publicIPApiVersion')]\",\n \"type\": \"Microsoft.Network/publicIPAddresses\",\n \"name\": \"[concat(parameters('lbIPName'),'-','0')]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"properties\": {\n \"dnsSettings\": {\n \"domainNameLabel\": \"[parameters('dnsName')]\"\n },\n \"publicIPAllocationMethod\": \"Dynamic\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('lbApiVersion')]\",\n \"type\": \"Microsoft.Network/loadBalancers\",\n \"name\": \"[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]\"\n ],\n \"properties\": {\n \"frontendIPConfigurations\": [\n {\n \"name\": \"LoadBalancerIPConfig\",\n \"properties\": {\n \"publicIPAddress\": {\n \"id\": \"[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]\"\n }\n }\n }\n ],\n \"backendAddressPools\": [\n {\n \"name\": \"LoadBalancerBEAddressPool\",\n \"properties\": {}\n }\n ],\n \"loadBalancingRules\": [\n {\n \"name\": \"LBRule\",\n \"properties\": {\n \"backendAddressPool\": {\n \"id\": \"[variables('lbPoolID0')]\"\n },\n \"backendPort\": \"[parameters('nt0fabricTcpGatewayPort')]\",\n \"enableFloatingIP\": \"false\",\n \"frontendIPConfiguration\": {\n \"id\": \"[variables('lbIPConfig0')]\"\n },\n \"frontendPort\": \"[parameters('nt0fabricTcpGatewayPort')]\",\n \"idleTimeoutInMinutes\": \"5\",\n \"probe\": {\n \"id\": \"[variables('lbProbeID0')]\"\n },\n \"protocol\": \"tcp\"\n }\n },\n {\n \"name\": \"LBHttpRule\",\n \"properties\": {\n \"backendAddressPool\": {\n \"id\": \"[variables('lbPoolID0')]\"\n },\n \"backendPort\": \"[parameters('nt0fabricHttpGatewayPort')]\",\n \"enableFloatingIP\": \"false\",\n \"frontendIPConfiguration\": {\n \"id\": \"[variables('lbIPConfig0')]\"\n },\n \"frontendPort\": \"[parameters('nt0fabricHttpGatewayPort')]\",\n \"idleTimeoutInMinutes\": \"5\",\n \"probe\": {\n \"id\": \"[variables('lbHttpProbeID0')]\"\n },\n \"protocol\": \"tcp\"\n }\n }\n ],\n \"probes\": [\n {\n \"name\": \"FabricGatewayProbe\",\n \"properties\": {\n \"intervalInSeconds\": 5,\n \"numberOfProbes\": 2,\n \"port\": \"[parameters('nt0fabricTcpGatewayPort')]\",\n \"protocol\": \"tcp\"\n }\n },\n {\n \"name\": \"FabricHttpGatewayProbe\",\n \"properties\": {\n \"intervalInSeconds\": 5,\n \"numberOfProbes\": 2,\n \"port\": \"[parameters('nt0fabricHttpGatewayPort')]\",\n \"protocol\": \"tcp\"\n }\n }\n ],\n \"inboundNatPools\": [\n {\n \"name\": \"LoadBalancerBEAddressNatPool\",\n \"properties\": {\n \"backendPort\": \"3389\",\n \"frontendIPConfiguration\": {\n \"id\": \"[variables('lbIPConfig0')]\"\n },\n \"frontendPortRangeEnd\": \"4500\",\n \"frontendPortRangeStart\": \"3389\",\n \"protocol\": \"tcp\"\n }\n }\n ]\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"2015-06-15\",\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\n \"name\": \"[concat('nsg', parameters('subnet0Name'))]\",\n \"location\": \"[resourceGroup().location]\",\n \"properties\": {\n \"securityRules\": [\n {\n \"name\": \"allowSvcFabSMB\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"445\",\n \"direction\": \"Inbound\",\n \"priority\": 3950,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"VirtualNetwork\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow SMB traffic within the net, used by fabric to move packages around\"\n },\n {\n \"name\": \"allowSvcFabCluser\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"1025-1027\",\n \"direction\": \"Inbound\",\n \"priority\": 3920,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"VirtualNetwork\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow ports within vnet that are used by the fabric to talk between nodes\"\n },\n {\n \"name\": \"allowSvcFabEphemeral\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"[concat(parameters('nt0ephemeralStartPort'), '-', parameters('nt0ephemeralEndPort'))]\",\n \"direction\": \"Inbound\",\n \"priority\": 3930,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"VirtualNetwork\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow fabric ephemeral ports within the vnet\"\n },\n {\n \"name\": \"allowSvcFabPortal\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"[parameters('nt0fabricHttpGatewayPort')]\",\n \"direction\": \"Inbound\",\n \"priority\": 3900,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"*\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow port used to access the fabric cluster web portal\"\n },\n {\n \"name\": \"allowSvcFabClient\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"[parameters('nt0fabricTcpGatewayPort')]\",\n \"direction\": \"Inbound\",\n \"priority\": 3910,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"*\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow port used by the fabric client (includes powershell)\"\n },\n {\n \"name\": \"allowSvcFabApplication\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"[concat(parameters('nt0applicationStartPort'), '-', parameters('nt0applicationEndPort'))]\",\n \"direction\": \"Inbound\",\n \"priority\": 3940,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"*\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow fabric application ports within the vnet\"\n },\n {\n \"name\": \"blockAll\",\n \"properties\": {\n \"access\": \"Deny\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"*\",\n \"direction\": \"Inbound\",\n \"priority\": 4095,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"*\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"block all traffic except what we've explicitly allowed\"\n },\n {\n \"name\": \"allowVNetRDP\",\n \"properties\": {\n \"access\": \"Allow\",\n \"destinationAddressPrefix\": \"*\",\n \"destinationPortRange\": \"3389-4500\",\n \"direction\": \"Inbound\",\n \"priority\": 3960,\n \"protocol\": \"*\",\n \"sourceAddressPrefix\": \"*\",\n \"sourcePortRange\": \"*\"\n },\n \"comments\": \"allow RDP within the net\"\n }\n ]\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('storageApiVersion')]\",\n \"type\": \"Microsoft.Storage/storageAccounts\",\n \"name\": \"[variables('uniqueStringArray0')[copyIndex()]]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [],\n \"properties\": {},\n \"copy\": {\n \"name\": \"storageLoop\",\n \"count\": 5\n },\n \"kind\": \"Storage\",\n \"sku\": {\n \"name\": \"[parameters('storageAccountType')]\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"[variables('vmssApiVersion')]\",\n \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\n \"name\": \"[parameters('vmNodeType0Name')]\",\n \"location\": \"[parameters('computeLocation')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\n \"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]\",\n \"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]\",\n \"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]\",\n \"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]\",\n \"[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]\",\n \"[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]\",\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\",\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]\"\n ],\n \"properties\": {\n \"overprovision\": \"[parameters('overProvision')]\",\n \"upgradePolicy\": {\n \"mode\": \"Automatic\"\n },\n \"virtualMachineProfile\": {\n \"extensionProfile\": {\n \"extensions\": [\n {\n \"name\": \"[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]\",\n \"properties\": {\n \"type\": \"ServiceFabricNode\",\n \"autoUpgradeMinorVersion\": false,\n \"protectedSettings\": {\n \"StorageAccountKey1\": \"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]\",\n \"StorageAccountKey2\": \"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]\"\n },\n \"publisher\": \"Microsoft.Azure.ServiceFabric\",\n \"settings\": {\n \"clusterEndpoint\": \"[reference(parameters('clusterName')).clusterEndpoint]\",\n \"nodeTypeRef\": \"[parameters('vmNodeType0Name')]\",\n \"dataPath\": \"D:\\\\\\\\SvcFab\",\n \"durabilityLevel\": \"Bronze\",\n \"enableParallelJobs\": true,\n \"nicPrefixOverride\": \"[parameters('subnet0Prefix')]\"\n },\n \"typeHandlerVersion\": \"1.0\"\n }\n },\n {\n \"name\": \"[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]\",\n \"properties\": {\n \"type\": \"IaaSDiagnostics\",\n \"autoUpgradeMinorVersion\": true,\n \"protectedSettings\": {\n \"storageAccountName\": \"[parameters('applicationDiagnosticsStorageAccountName')]\",\n \"storageAccountKey\": \"[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]\",\n \"storageAccountEndPoint\": \"https://core.windows.net/\"\n },\n \"publisher\": \"Microsoft.Azure.Diagnostics\",\n \"settings\": {\n \"WadCfg\": {\n \"DiagnosticMonitorConfiguration\": {\n \"overallQuotaInMB\": \"50000\",\n \"EtwProviders\": {\n \"EtwEventSourceProviderConfiguration\": [\n {\n \"provider\": \"Microsoft-ServiceFabric-Actors\",\n \"scheduledTransferKeywordFilter\": \"1\",\n \"scheduledTransferPeriod\": \"PT5M\",\n \"DefaultEvents\": {\n \"eventDestination\": \"ServiceFabricReliableActorEventTable\"\n }\n },\n {\n \"provider\": \"Microsoft-ServiceFabric-Services\",\n \"scheduledTransferPeriod\": \"PT5M\",\n \"DefaultEvents\": {\n \"eventDestination\": \"ServiceFabricReliableServiceEventTable\"\n }\n }\n ],\n \"EtwManifestProviderConfiguration\": [\n {\n \"provider\": \"cbd93bc2-71e5-4566-b3a7-595d8eeca6e8\",\n \"scheduledTransferLogLevelFilter\": \"Information\",\n \"scheduledTransferKeywordFilter\": \"4611686018427387904\",\n \"scheduledTransferPeriod\": \"PT5M\",\n \"DefaultEvents\": {\n \"eventDestination\": \"ServiceFabricSystemEventTable\"\n }\n }\n ]\n }\n }\n },\n \"StorageAccount\": \"[parameters('applicationDiagnosticsStorageAccountName')]\"\n },\n \"typeHandlerVersion\": \"1.5\"\n }\n }\n ]\n },\n \"networkProfile\": {\n \"networkInterfaceConfigurations\": [\n {\n \"name\": \"[concat(parameters('nicName'), '-0')]\",\n \"properties\": {\n \"ipConfigurations\": [\n {\n \"name\": \"[concat(parameters('nicName'),'-',0)]\",\n \"properties\": {\n \"loadBalancerBackendAddressPools\": [\n {\n \"id\": \"[variables('lbPoolID0')]\"\n }\n ],\n \"loadBalancerInboundNatPools\": [\n {\n \"id\": \"[variables('lbNatPoolID0')]\"\n }\n ],\n \"subnet\": {\n \"id\": \"[variables('subnet0Ref')]\"\n }\n }\n }\n ],\n \"primary\": true\n }\n }\n ]\n },\n \"osProfile\": {\n \"adminPassword\": \"[parameters('adminPassword')]\",\n \"adminUsername\": \"[parameters('adminUsername')]\",\n \"computernamePrefix\": \"[parameters('vmNodeType0Name')]\"\n },\n \"storageProfile\": {\n \"imageReference\": {\n \"publisher\": \"[parameters('vmImagePublisher')]\",\n \"offer\": \"[parameters('vmImageOffer')]\",\n \"sku\": \"[parameters('vmImageSku')]\",\n \"version\": \"[parameters('vmImageVersion')]\"\n },\n \"osDisk\": {\n \"vhdContainers\": [\n \"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\n \"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\n \"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\n \"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\",\n \"[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]\"\n ],\n \"name\": \"vmssosdisk\",\n \"caching\": \"ReadOnly\",\n \"createOption\": \"FromImage\"\n }\n }\n }\n },\n \"sku\": {\n \"name\": \"[parameters('vmNodeType0Size')]\",\n \"capacity\": \"[parameters('nt0InstanceCount')]\",\n \"tier\": \"Standard\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n },\n {\n \"apiVersion\": \"2016-09-01\",\n \"type\": \"Microsoft.ServiceFabric/clusters\",\n \"name\": \"[parameters('clusterName')]\",\n \"location\": \"[parameters('clusterLocation')]\",\n \"dependsOn\": [\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]\"\n ],\n \"properties\": {\n \"clientCertificateCommonNames\": [],\n \"clientCertificateThumbprints\": [],\n \"clusterState\": \"Default\",\n \"diagnosticsStorageAccountConfig\": {\n \"blobEndpoint\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]\",\n \"protectedAccountKeyName\": \"StorageAccountKey1\",\n \"queueEndpoint\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]\",\n \"storageAccountName\": \"[parameters('supportLogStorageAccountName')]\",\n \"tableEndpoint\": \"[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]\"\n },\n \"fabricSettings\": [],\n \"managementEndpoint\": \"[concat('http://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]\",\n \"nodeTypes\": [\n {\n \"name\": \"[parameters('vmNodeType0Name')]\",\n \"applicationPorts\": {\n \"endPort\": \"[parameters('nt0applicationEndPort')]\",\n \"startPort\": \"[parameters('nt0applicationStartPort')]\"\n },\n \"clientConnectionEndpointPort\": \"[parameters('nt0fabricTcpGatewayPort')]\",\n \"durabilityLevel\": \"Bronze\",\n \"ephemeralPorts\": {\n \"endPort\": \"[parameters('nt0ephemeralEndPort')]\",\n \"startPort\": \"[parameters('nt0ephemeralStartPort')]\"\n },\n \"httpGatewayEndpointPort\": \"[parameters('nt0fabricHttpGatewayPort')]\",\n \"isPrimary\": true,\n \"vmInstanceCount\": \"[parameters('nt0InstanceCount')]\"\n }\n ],\n \"provisioningState\": \"Default\",\n \"reliabilityLevel\": \"Silver\",\n \"upgradeMode\": \"Automatic\",\n \"vmImage\": \"Windows\"\n },\n \"tags\": {\n \"resourceType\": \"Service Fabric\",\n \"clusterName\": \"[parameters('clusterName')]\"\n }\n }\n ],\n \"outputs\": {\n \"clusterProperties\": {\n \"value\": \"[reference(parameters('clusterName'))]\",\n \"type\": \"object\"\n }\n }\n}", RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.%":*terraform.ResourceAttrDiff{Old:"", New:"15", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.clusterName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.lbName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf-lb", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.applicationDiagnosticsStorageAccountName":*terraform.ResourceAttrDiff{Old:"", New:"applogsajenkinssf1234", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.lbIPName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf-lbip", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.vmImageSku":*terraform.ResourceAttrDiff{Old:"", New:"2016-Datacenter", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "parameters.publicIPAddressName":*terraform.ResourceAttrDiff{Old:"", New:"jenkinssf-pubip", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.DiffTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
2017/04/14 19:41:40 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/04/14 19:41:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"sfcluster", Type:"azurerm_template_deployment", RawCount:(*config.RawConfig)(0xc42001a9c0), RawConfig:(*config.RawConfig)(0xc420260f00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
2017/04/14 19:41:40 [DEBUG] Resource state not found for "azurerm_template_deployment.sfcluster": azurerm_template_deployment.sfcluster
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Attach provider request: []string{} azurerm
2017/04/14 19:41:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203770e0)}
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ProvisionerTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.resourceGroupName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.resourceName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.clusterName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.adminPassword" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.azure_client_secret" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.azure_subscription_id" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.clusterLocation" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.computeLocation" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.adminUserName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.supportLogStorageAccountName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "azurerm_template_deployment.sfcluster" references: [var.computeLocation var.adminPassword var.clusterLocation var.lbIPName var.adminUserName var.virtualNetworkName var.clusterName var.resourceGroupName var.supportLogStorageAccountName var.vmImageSku var.applicationDiagnosticsStorageAccountName var.nicName var.lbName var.vmStorageAccountName var.publicIPAddressName var.dnsName]
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [var.azure_client_id var.azure_client_secret var.azure_subscription_id var.azure_tenant_id]
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.azure_client_id" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.resourceTag" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.nicName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.publicIPAddressName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.dnsName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.lbIPName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.azure_tenant_id" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.vmStorageAccountName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.virtualNetworkName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.lbName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.applicationDiagnosticsStorageAccountName" references: []
2017/04/14 19:41:40 [DEBUG] ReferenceTransformer: "var.vmImageSku" references: []
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_template_deployment.sfcluster - *terraform.NodeApplyableResource
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.adminPassword - *terraform.NodeRootVariable
var.adminUserName - *terraform.NodeRootVariable
var.applicationDiagnosticsStorageAccountName - *terraform.NodeRootVariable
var.azure_client_id - *terraform.NodeRootVariable
var.azure_client_secret - *terraform.NodeRootVariable
var.azure_subscription_id - *terraform.NodeRootVariable
var.azure_tenant_id - *terraform.NodeRootVariable
var.clusterLocation - *terraform.NodeRootVariable
var.clusterName - *terraform.NodeRootVariable
var.computeLocation - *terraform.NodeRootVariable
var.dnsName - *terraform.NodeRootVariable
var.lbIPName - *terraform.NodeRootVariable
var.lbName - *terraform.NodeRootVariable
var.nicName - *terraform.NodeRootVariable
var.publicIPAddressName - *terraform.NodeRootVariable
var.resourceGroupName - *terraform.NodeRootVariable
var.resourceName - *terraform.NodeRootVariable
var.resourceTag - *terraform.NodeRootVariable
var.supportLogStorageAccountName - *terraform.NodeRootVariable
var.virtualNetworkName - *terraform.NodeRootVariable
var.vmImageSku - *terraform.NodeRootVariable
var.vmStorageAccountName - *terraform.NodeRootVariable
2017/04/14 19:41:40 [DEBUG] Starting graph walk: walkApply
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.clusterLocation"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.publicIPAddressName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.lbIPName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.virtualNetworkName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.adminPassword"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.azure_client_secret"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.azure_subscription_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.azure_client_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.dnsName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.vmStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.resourceName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.clusterName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.computeLocation"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.resourceGroupName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.resourceTag"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.nicName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.lbName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.vmImageSku"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.azure_tenant_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.adminUserName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added new vertex: "var.supportLogStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_subscription_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminUserName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.dnsName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.supportLogStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "provider.azurerm"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resourceTag"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.publicIPAddressName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_tenant_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resourceName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.adminPassword"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbIPName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.vmImageSku"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.nicName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.resourceGroupName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.lbName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_id"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.computeLocation"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterName"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "provider.azurerm" waiting on "var.azure_client_secret"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.clusterLocation"
2017/04/14 19:41:40 [DEBUG] dag/walk: added edge: "azurerm_template_deployment.sfcluster" waiting on "var.virtualNetworkName"
2017/04/14 19:41:40 [DEBUG] dag/walk: dependencies changed for "provider.azurerm", sending new deps
2017/04/14 19:41:40 [DEBUG] dag/walk: dependencies changed for "azurerm_template_deployment.sfcluster", sending new deps
2017/04/14 19:41:40 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.resourceGroupName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.resourceGroupName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.resourceTag"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.resourceTag': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.nicName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.nicName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.lbName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.lbName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.vmImageSku"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.vmImageSku': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.azure_tenant_id"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.azure_tenant_id': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.adminUserName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.adminUserName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.supportLogStorageAccountName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.supportLogStorageAccountName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.clusterLocation"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.clusterLocation': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.publicIPAddressName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.publicIPAddressName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.lbIPName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.lbIPName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.applicationDiagnosticsStorageAccountName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.applicationDiagnosticsStorageAccountName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.virtualNetworkName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.virtualNetworkName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.adminPassword"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.adminPassword': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.azure_client_secret"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.azure_client_secret': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.azure_subscription_id"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.azure_subscription_id': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.azure_client_id"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.azure_client_id': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/14 19:41:40 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/14 19:41:40 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/14 19:41:40 [TRACE] [walkApply] Entering eval tree: provider.azurerm
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.dnsName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.dnsName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.vmStorageAccountName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.vmStorageAccountName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.resourceName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.resourceName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.clusterName"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.clusterName': walking
2017/04/14 19:41:40 [DEBUG] dag/walk: walking "var.computeLocation"
2017/04/14 19:41:40 [DEBUG] vertex 'root.var.computeLocation': walking
2017/04/14 19:41:40 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:40 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:40 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/14 19:41:40 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:40 [DEBUG] AzureRM Request:
2017/04/14 19:41:40 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/14 19:41:40 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.2
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSIsImtpZCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOC8iLCJpYXQiOjE0OTIxOTg2MDAsIm5iZiI6MTQ5MjE5ODYwMCwiZXhwIjoxNDkyMjAyNTAwLCJhaW8iOiJZMlpnWVBqMDFxWXg1azIwbWFmOXZIY1dMT24vQVE9PSIsImFwcGlkIjoiMGUzNDNiZTMtMGUwYi00YjRkLTgyMmYtOGQ1Mjg4N2ZiNjE2IiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvZWU2OWJlMjctZDkzOC00ZWI1LTg3MTEtYzVlNjljYTQzNzE4LyIsIm9pZCI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInN1YiI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInRpZCI6ImVlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOCIsInZlciI6IjEuMCJ9.Mu4W_keM9jq-YcmMS-x1szhU_HSFfKJbRnn0zN5hOvEyfYmzqM4y2ZuOlGZTn6Gzh_TJdUdmHC0VLlUG_9Sa9bF_JXE_7MROt48k5mC2R-3yYgBMCRgbFaHZEMYhb91eayPpl6zuq1GV5X9U6zpL4qyHtezmIOgBvs-tV9Z8IVrirmJ9K5YhS9naQCGQ8v_fSUhebFYO7HLWiA2GhDtjjfXQYKhCtprmXlzF_gEQaSXA-VEVT1cGDcydK7nTzAQa20h4YWoNbWcITYp-2BhuIMwslVah5aq38R_9OhcN4Mq1841LaxyAQlqASXir8PJg1lywYxSLzROb9fo8VbVYJg
2017/04/14 19:41:40 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/14 19:41:40 [DEBUG] plugin: terraform:
2017/04/14 19:41:40 [DEBUG] plugin: terraform:
2017/04/14 19:41:41 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:41 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/14 19:41:41 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Date: Fri, 14 Apr 2017 19:41:39 GMT
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Expires: -1
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/14 19:41:41 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 2b331125-07ae-4c9b-8e1e-b4db1c1a46e4
2017/04/14 19:41:41 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14992
2017/04/14 19:41:41 [DEBUG] plugin: terraform: X-Ms-Request-Id: 2b331125-07ae-4c9b-8e1e-b4db1c1a46e4
2017/04/14 19:41:41 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: SOUTHCENTRALUS:20170414T194140Z:2b331125-07ae-4c9b-8e1e-b4db1c1a46e4
2017/04/14 19:41:41 [DEBUG] plugin: terraform:
2017/04/14 19:41:41 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"dee7ba80-6a55-4f3b-a86c-746a9231ae49","roleDefinitionId":"6715d172-49c4-46f6-bb21-60512a8689dc"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"ddbf3205-c6bd-46ae-8127-60eb93363864","roleDefinitionId":"b7f84953-1d03-4eab-9ea4-45f065258ff8"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},"resourceTypes":[{"resourceType":"availabilitySets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},"resourceTypes":[{"resourceType":"registries","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2016-03-01","2015-07-01"]},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"]},{"resourceType":"metrics","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-10-01"]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2017-04-01","2017-03-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["2016-08-10","2016-06-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01"]},{"resourceType":"locations/backupStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocatedStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocateStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.SiteRecovery","namespace":"Microsoft.SiteRecovery","authorization":{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"},"resourceTypes":[{"resourceType":"SiteRecoveryVault","locations":["East US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","North Central US","South Central US","Central US","East US 2","Central India","South India"],"apiVersions":["2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"a6aa9161-5291-40bb-8c5c-923b567bee3b","roleDefinitionId":"070ab87f-0efc-4423-b18b-756f3bdb0236"},"resourceTypes":[{"resourceType":"storageAccounts","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd","roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostnameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"validate","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"isusernameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sourceControls","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"availableStacks","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"listSitesAssignedToHostName","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/domainOwnershipIdentifiers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/slots/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"certificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"serverFarms","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverFarms/workers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"runtimes","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"georegions","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/premieraddons","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"hostingEnvironments/multiRolePools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"deploymentLocations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"functions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"classicMobileServices","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"connections","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/apiOperations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"connectionGateways","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations/connectionGatewayInstallations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"f3c21649-0979-4721-ac85-b0216b2cf413","roleDefinitionId":"933fba7e-2ed3-4da8-973d-8bd8298a9b40"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"5e5abe2b-83cd-4786-826a-a05653ebb103","roleDefinitionId":"766c4d9b-ef83-4f73-8352-1450a506a69b"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"38c77d00-5fcb-4cce-9d93-af4738258e3c","roleDefinitionId":"E006F9C7-F333-477C-8AD6-1F3A9FE87F55"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"ea2f600a-4980-45b7-89bf-d34da487bda1","roleDefinitionId":"54d7f2e3-5040-48a7-ae90-eebf629cfa0b"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a","roleDefinitionId":"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"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","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"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"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":["West Europe","West US","Central US","East US 2","North Europe","Japan East","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US"],"apiVersions":["2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"499b84ac-1321-427f-aa17-267ca6975798","roleDefinitionId":"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/14 19:41:41 [TRACE] [walkApply] Exiting eval tree: provider.azurerm
2017/04/14 19:41:41 [DEBUG] dag/walk: walking "azurerm_template_deployment.sfcluster"
2017/04/14 19:41:41 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': walking
2017/04/14 19:41:41 [DEBUG] vertex 'root.azurerm_template_deployment.sfcluster': evaluating
2017/04/14 19:41:41 [TRACE] [walkApply] Entering eval tree: azurerm_template_deployment.sfcluster
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:41 [DEBUG] root: eval: terraform.EvalNoop
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalIf
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalDiff
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalCompareDiff
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalReadState
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalApplyPre
2017/04/14 19:41:41 [DEBUG] root: eval: *terraform.EvalApply
2017/04/14 19:41:41 [DEBUG] apply: azurerm_template_deployment.sfcluster: executing Apply
2017/04/14 19:41:41 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:41 [DEBUG] No meta timeoutkey found in Apply()
2017/04/14 19:41:41 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:41 [INFO] preparing arguments for Azure ARM Template Deployment creation.
2017/04/14 19:41:41 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/14 19:41:41 [DEBUG] AzureRM Request:
2017/04/14 19:41:41 [DEBUG] plugin: terraform: PUT /subscriptions/<redacted>/resourcegroups/sfcluster/providers/Microsoft.Resources/deployments/jenkinssf?api-version=2016-09-01 HTTP/1.1
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/14 19:41:41 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.2
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Content-Length: 20005
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSIsImtpZCI6ImEzUU4wQlpTN3M0bk4tQmRyamJGMFlfTGRNTSJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOC8iLCJpYXQiOjE0OTIxOTg2MDAsIm5iZiI6MTQ5MjE5ODYwMCwiZXhwIjoxNDkyMjAyNTAwLCJhaW8iOiJZMlpnWVBqMDFxWXg1azIwbWFmOXZIY1dMT24vQVE9PSIsImFwcGlkIjoiMGUzNDNiZTMtMGUwYi00YjRkLTgyMmYtOGQ1Mjg4N2ZiNjE2IiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvZWU2OWJlMjctZDkzOC00ZWI1LTg3MTEtYzVlNjljYTQzNzE4LyIsIm9pZCI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInN1YiI6IjU2N2NhOTJmLTBkZjEtNDQzYS1iNGRkLWVkZjk3M2M1OTkzOSIsInRpZCI6ImVlNjliZTI3LWQ5MzgtNGViNS04NzExLWM1ZTY5Y2E0MzcxOCIsInZlciI6IjEuMCJ9.Mu4W_keM9jq-YcmMS-x1szhU_HSFfKJbRnn0zN5hOvEyfYmzqM4y2ZuOlGZTn6Gzh_TJdUdmHC0VLlUG_9Sa9bF_JXE_7MROt48k5mC2R-3yYgBMCRgbFaHZEMYhb91eayPpl6zuq1GV5X9U6zpL4qyHtezmIOgBvs-tV9Z8IVrirmJ9K5YhS9naQCGQ8v_fSUhebFYO7HLWiA2GhDtjjfXQYKhCtprmXlzF_gEQaSXA-VEVT1cGDcydK7nTzAQa20h4YWoNbWcITYp-2BhuIMwslVah5aq38R_9OhcN4Mq1841LaxyAQlqASXir8PJg1lywYxSLzROb9fo8VbVYJg
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Content-Type: application/json
2017/04/14 19:41:41 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/14 19:41:41 [DEBUG] plugin: terraform:
2017/04/14 19:41:41 [DEBUG] plugin: terraform: {"properties":{"template":{"$schema":"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json","contentVersion":"1.0.0.0","outputs":{"clusterProperties":{"type":"object","value":"[reference(parameters('clusterName'))]"}},"parameters":{"addressPrefix":{"defaultValue":"10.0.0.0/16","type":"string"},"adminPassword":{"metadata":{"description":"Remote desktop user password. Must be a strong password"},"type":"securestring"},"adminUserName":{"defaultValue":"testadm","metadata":{"description":"Remote desktop user Id"},"type":"string"},"applicationDiagnosticsStorageAccountName":{"defaultValue":"[toLower(concat(uniqueString(resourceGroup().id), '3' ))]","metadata":{"description":"Name for the storage account that contains application diagnostics data from the cluster"},"type":"string"},"applicationDiagnosticsStorageAccountType":{"allowedValues":["Standard_LRS","Standard_GRS"],"defaultValue":"Standard_LRS","metadata":{"description":"Replication option for the application diagnostics storage account"},"type":"string"},"clusterLocation":{"metadata":{"description":"Location of the Cluster"},"type":"string"},"clusterName":{"defaultValue":"Cluster","metadata":{"description":"Name of your cluster - Between 3 and 23 characters. Letters and numbers only"},"type":"string"},"computeLocation":{"type":"string"},"dnsName":{"type":"string"},"lbIPName":{"defaultValue":"PublicIP-LB-FE","type":"string"},"lbName":{"defaultValue":"LoadBalancer","type":"string"},"nicName":{"defaultValue":"NIC","type":"string"},"nt0InstanceCount":{"defaultValue":5,"metadata":{"description":"Instance count for node type"},"type":"int"},"nt0applicationEndPort":{"defaultValue":30000,"type":"int"},"nt0applicationStartPort":{"defaultValue":20000,"type":"int"},"nt0ephemeralEndPort":{"defaultValue":65534,"type":"int"},"nt0ephemeralStartPort":{"defaultValue":49152,"type":"int"},"nt0fabricHttpGatewayPort":{"defaultValue":19080,"type":"int"},"nt0fabricTcpGatewayPort":{"defaultValue":19000,"type":"int"},"overProvision":{"defaultValue":"false","type":"string"},"publicIPAddressName":{"defaultValue":"PublicIP-VM","type":"string"},"publicIPAddressType":{"allowedValues":["Dynamic"],"defaultValue":"Dynamic","type":"string"},"storageAccountType":{"allowedValues":["Standard_LRS","Standard_GRS"],"defaultValue":"Standard_LRS","metadata":{"description":"Replication option for the VM image storage account"},"type":"string"},"subnet0Name":{"defaultValue":"Subnet-0","type":"string"},"subnet0Prefix":{"defaultValue":"10.0.0.0/24","type":"string"},"supportLogStorageAccountName":{"defaultValue":"[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]","metadata":{"description":"Name for the storage account that contains support logs from the cluster"},"type":"string"},"supportLogStorageAccountType":{"allowedValues":["Standard_LRS","Standard_GRS"],"defaultValue":"Standard_LRS","metadata":{"description":"Replication option for the support log storage account"},"type":"string"},"virtualNetworkName":{"defaultValue":"VNet","type":"string"},"vmImageOffer":{"defaultValue":"WindowsServer","type":"string"},"vmImagePublisher":{"defaultValue":"MicrosoftWindowsServer","type":"string"},"vmImageSku":{"defaultValue":"2012-R2-Datacenter","type":"string"},"vmImageVersion":{"defaultValue":"latest","type":"string"},"vmNodeType0Name":{"defaultValue":"sfnode","maxLength":9,"type":"string"},"vmNodeType0Size":{"defaultValue":"Standard_DS1_v2","type":"string"},"vmStorageAccountContainerName":{"defaultValue":"vhds","type":"string"},"vmStorageAccountName":{"type":"string"}},"resources":[{"apiVersion":"[variables('storageApiVersion')]","dependsOn":[],"kind":"Storage","location":"[parameters('computeLocation')]","name":"[parameters('supportLogStorageAccountName')]","properties":{},"sku":{"name":"[parameters('supportLogStorageAccountType')]"},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Storage/storageAccounts"},{"apiVersion":"[variables('storageApiVersion')]","dependsOn":[],"kind":"Storage","location":"[parameters('computeLocation')]","name":"[parameters('applicationDiagnosticsStorageAccountName')]","properties":{},"sku":{"name":"[parameters('applicationDiagnosticsStorageAccountType')]"},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Storage/storageAccounts"},{"apiVersion":"[variables('vNetApiVersion')]","dependsOn":[],"location":"[parameters('computeLocation')]","name":"[parameters('virtualNetworkName')]","properties":{"addressSpace":{"addressPrefixes":["[parameters('addressPrefix')]"]},"subnets":[{"name":"[parameters('subnet0Name')]","properties":{"addressPrefix":"[parameters('subnet0Prefix')]"}}]},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Network/virtualNetworks"},{"apiVersion":"[variables('publicIPApiVersion')]","location":"[parameters('computeLocation')]","name":"[concat(parameters('lbIPName'),'-','0')]","properties":{"dnsSettings":{"domainNameLabel":"[parameters('dnsName')]"},"publicIPAllocationMethod":"Dynamic"},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Network/publicIPAddresses"},{"apiVersion":"[variables('lbApiVersion')]","dependsOn":["[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]"],"location":"[parameters('computeLocation')]","name":"[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]","properties":{"backendAddressPools":[{"name":"LoadBalancerBEAddressPool","properties":{}}],"frontendIPConfigurations":[{"name":"LoadBalancerIPConfig","properties":{"publicIPAddress":{"id":"[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]"}}}],"inboundNatPools":[{"name":"LoadBalancerBEAddressNatPool","properties":{"backendPort":"3389","frontendIPConfiguration":{"id":"[variables('lbIPConfig0')]"},"frontendPortRangeEnd":"4500","frontendPortRangeStart":"3389","protocol":"tcp"}}],"loadBalancingRules":[{"name":"LBRule","properties":{"backendAddressPool":{"id":"[variables('lbPoolID0')]"},"backendPort":"[parameters('nt0fabricTcpGatewayPort')]","enableFloatingIP":"false","frontendIPConfiguration":{"id":"[variables('lbIPConfig0')]"},"frontendPort":"[parameters('nt0fabricTcpGatewayPort')]","idleTimeoutInMinutes":"5","probe":{"id":"[variables('lbProbeID0')]"},"protocol":"tcp"}},{"name":"LBHttpRule","properties":{"backendAddressPool":{"id":"[variables('lbPoolID0')]"},"backendPort":"[parameters('nt0fabricHttpGatewayPort')]","enableFloatingIP":"false","frontendIPConfiguration":{"id":"[variables('lbIPConfig0')]"},"frontendPort":"[parameters('nt0fabricHttpGatewayPort')]","idleTimeoutInMinutes":"5","probe":{"id":"[variables('lbHttpProbeID0')]"},"protocol":"tcp"}}],"probes":[{"name":"FabricGatewayProbe","properties":{"intervalInSeconds":5,"numberOfProbes":2,"port":"[parameters('nt0fabricTcpGatewayPort')]","protocol":"tcp"}},{"name":"FabricHttpGatewayProbe","properties":{"intervalInSeconds":5,"numberOfProbes":2,"port":"[parameters('nt0fabricHttpGatewayPort')]","protocol":"tcp"}}]},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Network/loadBalancers"},{"apiVersion":"2015-06-15","location":"[resourceGroup().location]","name":"[concat('nsg', parameters('subnet0Name'))]","properties":{"securityRules":[{"comments":"allow SMB traffic within the net, used by fabric to move packages around","name":"allowSvcFabSMB","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"445","direction":"Inbound","priority":3950,"protocol":"*","sourceAddressPrefix":"VirtualNetwork","sourcePortRange":"*"}},{"comments":"allow ports within vnet that are used by the fabric to talk between nodes","name":"allowSvcFabCluser","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"1025-1027","direction":"Inbound","priority":3920,"protocol":"*","sourceAddressPrefix":"VirtualNetwork","sourcePortRange":"*"}},{"comments":"allow fabric ephemeral ports within the vnet","name":"allowSvcFabEphemeral","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"[concat(parameters('nt0ephemeralStartPort'), '-', parameters('nt0ephemeralEndPort'))]","direction":"Inbound","priority":3930,"protocol":"*","sourceAddressPrefix":"VirtualNetwork","sourcePortRange":"*"}},{"comments":"allow port used to access the fabric cluster web portal","name":"allowSvcFabPortal","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"[parameters('nt0fabricHttpGatewayPort')]","direction":"Inbound","priority":3900,"protocol":"*","sourceAddressPrefix":"*","sourcePortRange":"*"}},{"comments":"allow port used by the fabric client (includes powershell)","name":"allowSvcFabClient","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"[parameters('nt0fabricTcpGatewayPort')]","direction":"Inbound","priority":3910,"protocol":"*","sourceAddressPrefix":"*","sourcePortRange":"*"}},{"comments":"allow fabric application ports within the vnet","name":"allowSvcFabApplication","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"[concat(parameters('nt0applicationStartPort'), '-', parameters('nt0applicationEndPort'))]","direction":"Inbound","priority":3940,"protocol":"*","sourceAddressPrefix":"*","sourcePortRange":"*"}},{"comments":"block all traffic except what we've explicitly allowed","name":"blockAll","properties":{"access":"Deny","destinationAddressPrefix":"*","destinationPortRange":"*","direction":"Inbound","priority":4095,"protocol":"*","sourceAddressPrefix":"*","sourcePortRange":"*"}},{"comments":"allow RDP within the net","name":"allowVNetRDP","properties":{"access":"Allow","destinationAddressPrefix":"*","destinationPortRange":"3389-4500","direction":"Inbound","priority":3960,"protocol":"*","sourceAddressPrefix":"*","sourcePortRange":"*"}}]},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Network/networkSecurityGroups"},{"apiVersion":"[variables('storageApiVersion')]","copy":{"count":5,"name":"storageLoop"},"dependsOn":[],"kind":"Storage","location":"[parameters('computeLocation')]","name":"[variables('uniqueStringArray0')[copyIndex()]]","properties":{},"sku":{"name":"[parameters('storageAccountType')]"},"tags":{"clusterName":"[parameters('clusterName')]","resourceType":"Service Fabric"},"type":"Microsoft.Storage/storageAccounts"},{"apiVersion":"[variables('vmssApiVersion')]","dependsOn":["[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]","[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]","[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]","[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]","[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]","[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]","[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]","[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]","[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]"],"location":"[parameters('computeLocation')]","name":"[parameters('vmNodeType0Name')]","properties":{"overprovision":"[parameters('overProvision')]","upgradePolicy":{"mode":"Automatic"},"virtualMachineProfile":{"extensionProfile":{"extensions":[{"name":"[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]","properties":{"autoUpgradeMinorVersion":false,"protectedSettings":{"StorageAccountKey1":"[listKeys(resourceId('Microsoft.Storage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment