Skip to content

Instantly share code, notes, and snippets.

@springcomp
Last active December 13, 2023 14:19
Show Gist options
  • Save springcomp/4226d77975bedf0b57ac89ca0cc34021 to your computer and use it in GitHub Desktop.
Save springcomp/4226d77975bedf0b57ac89ca0cc34021 to your computer and use it in GitHub Desktop.
Terraform Issue with azurerm_storage_account
provider "azurerm" {
features {}
subscription_id = var.subscription_id
tenant_id = var.tenant_id
}
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
}
}
}
resource "azurerm_storage_account" "storage" {
name = "<storage-account-name>"
resource_group_name = "<resource-group-name>"
location = "<location>"
account_kind = "StorageV2"
account_tier = "Standard"
account_replication_type = "LRS"
allow_nested_items_to_be_public = false
}
This file has been truncated, but you can view the full file.
2023-12-13T15:06:38.950+0100 [INFO] Terraform version: 1.6.5
2023-12-13T15:06:39.008+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2023-12-13T15:06:39.008+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1
2023-12-13T15:06:39.008+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2023-12-13T15:06:39.008+0100 [DEBUG] using github.com/zclconf/go-cty v1.14.1
2023-12-13T15:06:39.008+0100 [INFO] Go runtime version: go1.21.3
2023-12-13T15:06:39.008+0100 [INFO] CLI args: []string{"C:\\Portable Apps\\Terraform\\terraform.v1.6.5.exe", "init", "-reconfigure", "-backend-config", "tfbackend.tfvars"}
2023-12-13T15:06:39.016+0100 [DEBUG] Attempting to open CLI config file: C:\Users\username\AppData\Roaming\terraform.rc
2023-12-13T15:06:39.040+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-12-13T15:06:39.042+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-12-13T15:06:39.043+0100 [DEBUG] ignoring non-existing provider search directory C:\Users\username\AppData\Roaming\terraform.d\plugins
2023-12-13T15:06:39.047+0100 [DEBUG] ignoring non-existing provider search directory C:\Users\username\AppData\Roaming\HashiCorp\Terraform\plugins
2023-12-13T15:06:39.047+0100 [INFO] CLI command args: []string{"init", "-reconfigure", "-backend-config", "tfbackend.tfvars"}
2023-12-13T15:06:39.056+0100 [DEBUG] checking for provisioner in "."
2023-12-13T15:06:39.056+0100 [DEBUG] checking for provisioner in "C:\\Portable Apps\\Terraform"
2023-12-13T15:06:39.058+0100 [INFO] Testing if Service Principal / Client Certificate is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if Service Principal / Client Secret is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if OIDC is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if Managed Service Identity is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Testing if Obtaining a token from the Azure CLI is applicable for Authentication..
2023-12-13T15:06:39.058+0100 [INFO] Using Obtaining a token from the Azure CLI for Authentication
2023-12-13T15:06:40.618+0100 [INFO] Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant e6cbec2f-2f23-43ca-82c4-51a7c9b71e7a
2023-12-13T15:06:40.618+0100 [DEBUG] Obtaining an MSAL / Microsoft Graph token for Resource Manager..
2023-12-13T15:06:41.719+0100 [DEBUG] Building the Container Client from an Access Token (using user credentials)
2023-12-13T15:06:41.721+0100 [DEBUG] Azure Backend Request:
POST /subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01 HTTP/1.1
Host: management.azure.com
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Length: 0
Accept-Encoding: gzip
2023-12-13T15:06:42.242+0100 [DEBUG] Azure Backend Response for https://management.azure.com/subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01:
HTTP/2.0 200 OK
Cache-Control: no-cache
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:42 GMT
Expires: -1
Pragma: no-cache
Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-Ms-Correlation-Request-Id: 6ad15fb9-bfc1-45f2-9b49-c8b741e981dc
X-Ms-Ratelimit-Remaining-Subscription-Resource-Requests: 11999
X-Ms-Request-Id: 3a1b8795-b0cf-4c22-923b-0d8cb895ad6b
X-Ms-Routing-Request-Id: FRANCECENTRAL:20231213T140642Z:6ad15fb9-bfc1-45f2-9b49-c8b741e981dc
{"keys":[{"keyName":"key1","value":"***REDACTED***","permissions":"FULL"},{"keyName":"key2","value":"***REDACTED***","permissions":"FULL"}]}
2023-12-13T15:06:42.243+0100 [DEBUG] Azure Backend Request:
GET /terraform-states?comp=list&prefix=apim%2Ftest-event-hub4%2Fint.tfstateenv%3A&restype=container HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Type: application/xml; charset=utf-8
X-Ms-Date: Wed, 13 Dec 2023 14:06:42 GMT
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:42.472+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states?comp=list&prefix=apim%2Ftest-event-hub4%2Fint.tfstateenv%3A&restype=container:
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Wed, 13 Dec 2023 14:06:42 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Request-Id: b7976019-401e-0035-16cd-2d7271000000
X-Ms-Version: 2018-11-09
100
<?xml version="1.0" encoding="utf-8"?><EnumerationResults ServiceEndpoint="https://storage-account-name.blob.core.windows.net/" ContainerName="terraform-states"><Prefix>apim/test-event-hub4/int.tfstateenv:</Prefix><Blobs /><NextMarker /></EnumerationResults>
0
2023-12-13T15:06:42.524+0100 [DEBUG] checking for provisioner in "."
2023-12-13T15:06:42.525+0100 [DEBUG] checking for provisioner in "C:\\Portable Apps\\Terraform"
2023-12-13T15:06:42.526+0100 [DEBUG] Building the Blob Client from an Access Token (using user credentials)
2023-12-13T15:06:42.527+0100 [DEBUG] Azure Backend Request:
POST /subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01 HTTP/1.1
Host: management.azure.com
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Length: 0
Accept-Encoding: gzip
2023-12-13T15:06:42.728+0100 [DEBUG] Azure Backend Response for https://management.azure.com/subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01:
HTTP/2.0 200 OK
Cache-Control: no-cache
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:42 GMT
Expires: -1
Pragma: no-cache
Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-Ms-Correlation-Request-Id: f71cf643-b594-47cd-8daf-291c84bba1c4
X-Ms-Ratelimit-Remaining-Subscription-Resource-Requests: 11998
X-Ms-Request-Id: 535c6cc3-db60-4435-a569-336a15f75668
X-Ms-Routing-Request-Id: FRANCECENTRAL:20231213T140642Z:f71cf643-b594-47cd-8daf-291c84bba1c4
{"keys":[{"keyName":"key1","value":"***REDACTED***","permissions":"FULL"},{"keyName":"key2","value":"***REDACTED***","permissions":"FULL"}]}
2023-12-13T15:06:42.729+0100 [DEBUG] Azure Backend Request:
GET /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:42 GMT
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:42.913+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:42 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-State: available
X-Ms-Lease-Status: unlocked
X-Ms-Request-Id: a3ccf599-a01e-003d-4fcd-2d687e000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
{
"version": 4,
"terraform_version": "1.6.5",
"serial": 7,
"lineage": "04d662fb-ec98-4847-add2-3b5567401f7e",
"outputs": {},
"resources": [],
"check_results": null
}
2023-12-13T15:06:42.915+0100 [DEBUG] Azure Backend Request:
GET /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:42 GMT
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:42.936+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:42 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-State: available
X-Ms-Lease-Status: unlocked
X-Ms-Request-Id: a3ccf5bc-a01e-003d-6dcd-2d687e000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
{
"version": 4,
"terraform_version": "1.6.5",
"serial": 7,
"lineage": "04d662fb-ec98-4847-add2-3b5567401f7e",
"outputs": {},
"resources": [],
"check_results": null
}
2023-12-13T15:06:42.943+0100 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2023-12-13T15:06:43.087+0100 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/azurerm/versions
2023-12-13T15:06:43.230+0100 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/azurerm/3.84.0/download/windows/386
2023-12-13T15:06:43.341+0100 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-azurerm/3.84.0/terraform-provider-azurerm_3.84.0_SHA256SUMS
2023-12-13T15:06:43.478+0100 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-azurerm/3.84.0/terraform-provider-azurerm_3.84.0_SHA256SUMS.72D7468F.sig
2023-12-13T15:06:47.649+0100 [DEBUG] Provider signed by 34365D9472D7468F HashiCorp Security (hashicorp.com/security) <security@hashicorp.com>
2023-12-13T15:06:50.734+0100 [INFO] Terraform version: 1.6.5
2023-12-13T15:06:50.792+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2023-12-13T15:06:50.792+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1
2023-12-13T15:06:50.792+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2023-12-13T15:06:50.792+0100 [DEBUG] using github.com/zclconf/go-cty v1.14.1
2023-12-13T15:06:50.792+0100 [INFO] Go runtime version: go1.21.3
2023-12-13T15:06:50.792+0100 [INFO] CLI args: []string{"C:\\Portable Apps\\Terraform\\terraform.v1.6.5.exe", "apply", "-var-file", "int.tfvars", "-var", "validate_datadog=false", "-var", "diagnostics_log_enabled=false", "-auto-approve"}
2023-12-13T15:06:50.798+0100 [DEBUG] Attempting to open CLI config file: C:\Users\username\AppData\Roaming\terraform.rc
2023-12-13T15:06:50.799+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-12-13T15:06:50.799+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-12-13T15:06:50.800+0100 [DEBUG] ignoring non-existing provider search directory C:\Users\username\AppData\Roaming\terraform.d\plugins
2023-12-13T15:06:50.801+0100 [DEBUG] ignoring non-existing provider search directory C:\Users\username\AppData\Roaming\HashiCorp\Terraform\plugins
2023-12-13T15:06:50.801+0100 [INFO] CLI command args: []string{"apply", "-var-file", "int.tfvars", "-var", "validate_datadog=false", "-var", "diagnostics_log_enabled=false", "-auto-approve"}
2023-12-13T15:06:50.805+0100 [INFO] Testing if Service Principal / Client Certificate is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if Service Principal / Client Secret is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if OIDC is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if Managed Service Identity is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Testing if Obtaining a token from the Azure CLI is applicable for Authentication..
2023-12-13T15:06:50.805+0100 [INFO] Using Obtaining a token from the Azure CLI for Authentication
2023-12-13T15:06:52.393+0100 [INFO] Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant e6cbec2f-2f23-43ca-82c4-51a7c9b71e7a
2023-12-13T15:06:52.394+0100 [DEBUG] Obtaining an MSAL / Microsoft Graph token for Resource Manager..
2023-12-13T15:06:54.802+0100 [DEBUG] checking for provisioner in "."
2023-12-13T15:06:54.802+0100 [DEBUG] checking for provisioner in "C:\\Portable Apps\\Terraform"
2023-12-13T15:06:54.804+0100 [INFO] backend/local: starting Apply operation
2023-12-13T15:06:54.805+0100 [DEBUG] Building the Blob Client from an Access Token (using user credentials)
2023-12-13T15:06:54.805+0100 [DEBUG] Azure Backend Request:
POST /subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01 HTTP/1.1
Host: management.azure.com
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Length: 0
Accept-Encoding: gzip
2023-12-13T15:06:55.173+0100 [DEBUG] Azure Backend Response for https://management.azure.com/subscriptions/subscription-identifier/resourceGroups/resource-group-name/providers/Microsoft.Storage/storageAccounts/storage-account-name/listKeys?api-version=2021-01-01:
HTTP/2.0 200 OK
Cache-Control: no-cache
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:55 GMT
Expires: -1
Pragma: no-cache
Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-Ms-Correlation-Request-Id: 7e77ffe6-bc19-4eb4-af26-994f5b1f07bb
X-Ms-Ratelimit-Remaining-Subscription-Resource-Requests: 11997
X-Ms-Request-Id: bbd4e21b-52d6-4891-a0ba-e8aa2931f2bb
X-Ms-Routing-Request-Id: FRANCECENTRAL:20231213T140655Z:7e77ffe6-bc19-4eb4-af26-994f5b1f07bb
{"keys":[{"keyName":"key1","value":"***REDACTED***","permissions":"FULL"},{"keyName":"key2","value":"***REDACTED***","permissions":"FULL"}]}
2023-12-13T15:06:55.174+0100 [DEBUG] Azure Backend Request:
GET /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:55.346+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:54 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-State: available
X-Ms-Lease-Status: unlocked
X-Ms-Request-Id: b502f2b1-601e-0022-0acd-2ddb7a000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
{
"version": 4,
"terraform_version": "1.6.5",
"serial": 7,
"lineage": "04d662fb-ec98-4847-add2-3b5567401f7e",
"outputs": {},
"resources": [],
"check_results": null
}
2023-12-13T15:06:55.483+0100 [DEBUG] Azure Backend Request:
HEAD /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.500+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:55 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Access-Tier: Hot
X-Ms-Access-Tier-Inferred: true
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-State: available
X-Ms-Lease-Status: unlocked
X-Ms-Request-Id: b502f390-601e-0022-47cd-2ddb7a000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.501+0100 [DEBUG] Azure Backend Request:
PUT /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate?comp=lease HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Length: 0
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Lease-Action: acquire
X-Ms-Lease-Duration: -1
X-Ms-Proposed-Lease-Id: 6b9af590-fe93-d53c-0b56-314f5425112d
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:55.525+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate?comp=lease:
HTTP/1.1 201 Created
Content-Length: 0
Date: Wed, 13 Dec 2023 14:06:55 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Lease-Id: 6b9af590-fe93-d53c-0b56-314f5425112d
X-Ms-Request-Id: b502f3b4-601e-0022-67cd-2ddb7a000000
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.526+0100 [DEBUG] Azure Backend Request:
HEAD /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Lease-Id: 6b9af590-fe93-d53c-0b56-314f5425112d
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.565+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:55 GMT
Etag: "0x8DBFBE471DC09E2"
Last-Modified: Wed, 13 Dec 2023 14:04:38 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Access-Tier: Hot
X-Ms-Access-Tier-Inferred: true
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-Duration: infinite
X-Ms-Lease-State: leased
X-Ms-Lease-Status: locked
X-Ms-Request-Id: b502f3de-601e-0022-11cd-2ddb7a000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.566+0100 [DEBUG] Azure Backend Request:
PUT /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate?comp=metadata HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
Content-Length: 0
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Lease-Id: 6b9af590-fe93-d53c-0b56-314f5425112d
X-Ms-Meta-Terraformlockid: eyJJRCI6IjZiOWFmNTkwLWZlOTMtZDUzYy0wYjU2LTMxNGY1NDI1MTEyZCIsIk9wZXJhdGlvbiI6Ik9wZXJhdGlvblR5cGVBcHBseSIsIkluZm8iOiIiLCJXaG8iOiJHTE9CQUxcXG1sYWJlbGxlQEZSQzBMVzE1NTY2IiwiVmVyc2lvbiI6IjEuNi41IiwiQ3JlYXRlZCI6IjIwMjMtMTItMTNUMTQ6MDY6NTUuNDgzMTUzNloiLCJQYXRoIjoidGVycmFmb3JtLXN0YXRlcy9hcGltL3Rlc3QtZXZlbnQtaHViNC9pbnQudGZzdGF0ZSJ9
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:55.588+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate?comp=metadata:
HTTP/1.1 200 OK
Content-Length: 0
Date: Wed, 13 Dec 2023 14:06:55 GMT
Etag: "0x8DBFBE4C3A77FE6"
Last-Modified: Wed, 13 Dec 2023 14:06:55 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Request-Id: b502f41f-601e-0022-4acd-2ddb7a000000
X-Ms-Request-Server-Encrypted: true
X-Ms-Version: 2018-11-09
2023-12-13T15:06:55.589+0100 [DEBUG] Azure Backend Request:
GET /terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate HTTP/1.1
Host: storage-account-name.blob.core.windows.net
User-Agent: HashiCorp Terraform/1.6.5 (+https://www.terraform.io)
X-Ms-Date: Wed, 13 Dec 2023 14:06:55 GMT
X-Ms-Version: 2018-11-09
Accept-Encoding: gzip
2023-12-13T15:06:55.609+0100 [DEBUG] Azure Backend Response for https://storage-account-name.blob.core.windows.net/terraform-states/apim%2Ftest-event-hub4%2Fint.tfstate:
HTTP/1.1 200 OK
Content-Length: 180
Accept-Ranges: bytes
Content-Md5: eejZbajSA11zSGEEA1KjvQ==
Content-Type: application/json
Date: Wed, 13 Dec 2023 14:06:55 GMT
Etag: "0x8DBFBE4C3A77FE6"
Last-Modified: Wed, 13 Dec 2023 14:06:55 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
X-Ms-Blob-Type: BlockBlob
X-Ms-Creation-Time: Wed, 13 Dec 2023 13:48:52 GMT
X-Ms-Lease-Duration: infinite
X-Ms-Lease-State: leased
X-Ms-Lease-Status: locked
X-Ms-Meta-Terraformlockid: eyJJRCI6IjZiOWFmNTkwLWZlOTMtZDUzYy0wYjU2LTMxNGY1NDI1MTEyZCIsIk9wZXJhdGlvbiI6Ik9wZXJhdGlvblR5cGVBcHBseSIsIkluZm8iOiIiLCJXaG8iOiJHTE9CQUxcXG1sYWJlbGxlQEZSQzBMVzE1NTY2IiwiVmVyc2lvbiI6IjEuNi41IiwiQ3JlYXRlZCI6IjIwMjMtMTItMTNUMTQ6MDY6NTUuNDgzMTUzNloiLCJQYXRoIjoidGVycmFmb3JtLXN0YXRlcy9hcGltL3Rlc3QtZXZlbnQtaHViNC9pbnQudGZzdGF0ZSJ9
X-Ms-Request-Id: b502f448-601e-0022-71cd-2ddb7a000000
X-Ms-Server-Encrypted: true
X-Ms-Version: 2018-11-09
{
"version": 4,
"terraform_version": "1.6.5",
"serial": 7,
"lineage": "04d662fb-ec98-4847-add2-3b5567401f7e",
"outputs": {},
"resources": [],
"check_results": null
}
2023-12-13T15:06:55.616+0100 [DEBUG] created provider logger: level=debug
2023-12-13T15:06:55.617+0100 [INFO] provider: configuring client automatic mTLS
2023-12-13T15:06:55.779+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe args=[".terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe"]
2023-12-13T15:06:57.365+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe pid=34964
2023-12-13T15:06:57.365+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe
2023-12-13T15:06:57.470+0100 [INFO] provider.terraform-provider-azurerm_v3.84.0_x5.exe: configuring server automatic mTLS: timestamp="2023-12-13T15:06:57.410+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.629+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.630+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:57.629+0100"
2023-12-13T15:06:57.630+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AppService"..: timestamp="2023-12-13T15:06:57.630+0100"
2023-12-13T15:06:57.634+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AppService"..: timestamp="2023-12-13T15:06:57.634+0100"
2023-12-13T15:06:57.639+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:57.639+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:57.639+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automanage"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.640+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automanage"..: timestamp="2023-12-13T15:06:57.640+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Communication"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.641+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Communication"..: timestamp="2023-12-13T15:06:57.641+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Apps"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.642+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Apps"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:57.642+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cost Management"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.643+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:57.643+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Disks"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Disks"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ElasticSan"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ElasticSan"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Graph Services"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Graph Services"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.644+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:57.644+0100"
2023-12-13T15:06:57.648+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:57.648+0100"
2023-12-13T15:06:57.648+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:57.648+0100"
2023-12-13T15:06:57.648+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:57.648+0100"
2023-12-13T15:06:57.648+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:57.648+0100"
2023-12-13T15:06:57.649+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:57.649+0100"
2023-12-13T15:06:57.649+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:57.649+0100"
2023-12-13T15:06:57.649+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lab Service"..: timestamp="2023-12-13T15:06:57.649+0100"
2023-12-13T15:06:57.649+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lab Service"..: timestamp="2023-12-13T15:06:57.649+0100"
2023-12-13T15:06:57.650+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:57.650+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:57.650+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:57.650+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:57.650+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:57.651+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:57.651+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:57.651+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:57.651+0100"
2023-12-13T15:06:57.651+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:57.651+0100"
2023-12-13T15:06:57.653+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:57.653+0100"
2023-12-13T15:06:57.653+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mobile Network"..: timestamp="2023-12-13T15:06:57.653+0100"
2023-12-13T15:06:57.654+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mobile Network"..: timestamp="2023-12-13T15:06:57.654+0100"
2023-12-13T15:06:57.654+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:57.654+0100"
2023-12-13T15:06:57.654+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:57.654+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:57.654+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.655+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:57.655+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network Function"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network Function"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "New Relic"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "New Relic"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Nginx"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.656+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Palo Alto"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.657+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Palo Alto"..: timestamp="2023-12-13T15:06:57.656+0100"
2023-12-13T15:06:57.657+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:57.657+0100"
2023-12-13T15:06:57.657+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:57.657+0100"
2023-12-13T15:06:57.657+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:57.657+0100"
2023-12-13T15:06:57.657+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:57.657+0100"
2023-12-13T15:06:57.658+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:57.658+0100"
2023-12-13T15:06:57.658+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:57.658+0100"
2023-12-13T15:06:57.658+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:57.658+0100"
2023-12-13T15:06:57.658+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:57.658+0100"
2023-12-13T15:06:57.659+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.659+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.659+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.659+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:57.659+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Networking"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Networking"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.660+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Mover"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Mover"..: timestamp="2023-12-13T15:06:57.660+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Orbital"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Voice Services"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Voice Services"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.661+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.662+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:57.661+0100"
2023-12-13T15:06:57.662+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:57.662+0100"
2023-12-13T15:06:57.662+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:57.662+0100"
2023-12-13T15:06:57.663+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Center"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.663+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Center"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.663+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.663+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:57.663+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Advisor"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.664+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:57.664+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:57.665+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.666+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:57.666+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Attestation"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.667+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:57.667+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Billing"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Billing"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Blueprints"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.669+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.670+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:57.669+0100"
2023-12-13T15:06:57.670+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CDN"..: timestamp="2023-12-13T15:06:57.670+0100"
2023-12-13T15:06:57.670+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CDN"..: timestamp="2023-12-13T15:06:57.670+0100"
2023-12-13T15:06:57.672+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:57.672+0100"
2023-12-13T15:06:57.672+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:57.672+0100"
2023-12-13T15:06:57.672+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:57.672+0100"
2023-12-13T15:06:57.673+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:57.673+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Connections"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Connections"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.675+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:57.675+0100"
2023-12-13T15:06:57.676+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:57.676+0100"
2023-12-13T15:06:57.676+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:57.676+0100"
2023-12-13T15:06:57.676+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:57.676+0100"
2023-12-13T15:06:57.676+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:57.676+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Datadog"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.677+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:57.677+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Database Migration"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.678+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataProtection"..: timestamp="2023-12-13T15:06:57.678+0100"
2023-12-13T15:06:57.679+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp="2023-12-13T15:06:57.679+0100"
2023-12-13T15:06:57.679+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Share"..: timestamp="2023-12-13T15:06:57.679+0100"
2023-12-13T15:06:57.680+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:57.680+0100"
2023-12-13T15:06:57.680+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:57.680+0100"
2023-12-13T15:06:57.680+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp="2023-12-13T15:06:57.680+0100"
2023-12-13T15:06:57.680+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Test"..: timestamp="2023-12-13T15:06:57.680+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DNS"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DNS"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Elastic"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.681+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventGrid"..: timestamp="2023-12-13T15:06:57.681+0100"
2023-12-13T15:06:57.682+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:57.682+0100"
2023-12-13T15:06:57.684+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:57.683+0100"
2023-12-13T15:06:57.686+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp="2023-12-13T15:06:57.686+0100"
2023-12-13T15:06:57.686+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Firewall"..: timestamp="2023-12-13T15:06:57.686+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.687+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:57.687+0100"
2023-12-13T15:06:57.688+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp="2023-12-13T15:06:57.688+0100"
2023-12-13T15:06:57.688+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "HDInsight"..: timestamp="2023-12-13T15:06:57.688+0100"
2023-12-13T15:06:57.688+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp="2023-12-13T15:06:57.688+0100"
2023-12-13T15:06:57.688+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Health Care"..: timestamp="2023-12-13T15:06:57.688+0100"
2023-12-13T15:06:57.689+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:57.689+0100"
2023-12-13T15:06:57.689+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:57.689+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.690+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:57.690+0100"
2023-12-13T15:06:57.691+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp="2023-12-13T15:06:57.691+0100"
2023-12-13T15:06:57.691+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Legacy"..: timestamp="2023-12-13T15:06:57.691+0100"
2023-12-13T15:06:57.691+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:57.691+0100"
2023-12-13T15:06:57.691+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:57.691+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logic"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logic"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logz"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logz"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.692+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maintenance"..: timestamp="2023-12-13T15:06:57.692+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Management Group"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maps"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maps"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.693+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MariaDB"..: timestamp="2023-12-13T15:06:57.693+0100"
2023-12-13T15:06:57.694+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:57.694+0100"
2023-12-13T15:06:57.694+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:57.694+0100"
2023-12-13T15:06:57.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp="2023-12-13T15:06:57.697+0100"
2023-12-13T15:06:57.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp="2023-12-13T15:06:57.697+0100"
2023-12-13T15:06:57.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:57.697+0100"
2023-12-13T15:06:57.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:57.697+0100"
2023-12-13T15:06:57.698+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:57.698+0100"
2023-12-13T15:06:57.698+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:57.698+0100"
2023-12-13T15:06:57.698+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:57.698+0100"
2023-12-13T15:06:57.698+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:57.698+0100"
2023-12-13T15:06:57.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:57.699+0100"
2023-12-13T15:06:57.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:57.699+0100"
2023-12-13T15:06:57.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:57.699+0100"
2023-12-13T15:06:57.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:57.699+0100"
2023-12-13T15:06:57.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:57.699+0100"
2023-12-13T15:06:57.701+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:57.700+0100"
2023-12-13T15:06:57.701+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:57.701+0100"
2023-12-13T15:06:57.703+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:57.703+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Portal"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Portal"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PowerBI"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp="2023-12-13T15:06:57.704+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS"..: timestamp="2023-12-13T15:06:57.705+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Purview"..: timestamp="2023-12-13T15:06:57.705+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Purview"..: timestamp="2023-12-13T15:06:57.705+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:57.705+0100"
2023-12-13T15:06:57.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:57.705+0100"
2023-12-13T15:06:57.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis"..: timestamp="2023-12-13T15:06:57.706+0100"
2023-12-13T15:06:57.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis"..: timestamp="2023-12-13T15:06:57.706+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:57.706+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:57.706+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Relay"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Relay"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp="2023-12-13T15:06:57.707+0100"
2023-12-13T15:06:57.708+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp="2023-12-13T15:06:57.708+0100"
2023-12-13T15:06:57.709+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp="2023-12-13T15:06:57.709+0100"
2023-12-13T15:06:57.709+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp="2023-12-13T15:06:57.709+0100"
2023-12-13T15:06:57.709+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:57.709+0100"
2023-12-13T15:06:57.709+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:57.709+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SQL"..: timestamp="2023-12-13T15:06:57.709+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SQL"..: timestamp="2023-12-13T15:06:57.710+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:57.710+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:57.710+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:57.710+0100"
2023-12-13T15:06:57.710+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:57.710+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Subscription"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Synapse"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.712+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:57.712+0100"
2023-12-13T15:06:57.713+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:57.713+0100"
2023-12-13T15:06:57.713+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp="2023-12-13T15:06:57.713+0100"
2023-12-13T15:06:57.713+0100 [DEBUG] provider: using plugin: version=5
2023-12-13T15:06:57.981+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-13T15:06:58.000+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe pid=34964
2023-12-13T15:06:58.000+0100 [DEBUG] provider: plugin exited
2023-12-13T15:06:58.000+0100 [DEBUG] Building and walking validate graph
2023-12-13T15:06:58.001+0100 [DEBUG] ProviderTransformer: "azurerm_storage_account.storage" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.region" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-CORRELATION-ID" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.environment" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: [var.subscription-id var.tenant-id]
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GBL-DOMAIN" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-DIVISION" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GBL-OUTSOURCER" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-ENVIRONMENT" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.location" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-MARKET" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GBL-CLOUD" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.validate_datadog" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.project" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.shortprojectlabel" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GBL-EXPOSURE" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.diagnostics_log_enabled" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-CONTACT" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GBL-DATACLASS" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-REGION" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.tenant-id" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.GOV-NAME" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.FINOPS" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "var.subscription-id" references: []
2023-12-13T15:06:58.001+0100 [DEBUG] ReferenceTransformer: "azurerm_storage_account.storage" references: [var.location]
2023-12-13T15:06:58.002+0100 [DEBUG] Starting graph walk: walkValidate
2023-12-13T15:06:58.003+0100 [DEBUG] created provider logger: level=debug
2023-12-13T15:06:58.003+0100 [INFO] provider: configuring client automatic mTLS
2023-12-13T15:06:58.048+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe args=[".terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe"]
2023-12-13T15:06:58.053+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe pid=27788
2023-12-13T15:06:58.053+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe
2023-12-13T15:06:58.148+0100 [INFO] provider.terraform-provider-azurerm_v3.84.0_x5.exe: configuring server automatic mTLS: timestamp="2023-12-13T15:06:58.084+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.269+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AppService"..: timestamp="2023-12-13T15:06:58.269+0100"
2023-12-13T15:06:58.271+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AppService"..: timestamp="2023-12-13T15:06:58.271+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.276+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.276+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automanage"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.277+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automanage"..: timestamp="2023-12-13T15:06:58.277+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Communication"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Communication"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.278+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Apps"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Apps"..: timestamp="2023-12-13T15:06:58.278+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cost Management"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.279+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.279+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Disks"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Disks"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ElasticSan"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ElasticSan"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.280+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Graph Services"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Graph Services"..: timestamp="2023-12-13T15:06:58.280+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.281+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:58.281+0100"
2023-12-13T15:06:58.282+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:58.282+0100"
2023-12-13T15:06:58.282+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:58.282+0100"
2023-12-13T15:06:58.282+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lab Service"..: timestamp="2023-12-13T15:06:58.282+0100"
2023-12-13T15:06:58.282+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lab Service"..: timestamp="2023-12-13T15:06:58.282+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.283+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mobile Network"..: timestamp="2023-12-13T15:06:58.283+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mobile Network"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.284+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:58.284+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network Function"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network Function"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "New Relic"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "New Relic"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Nginx"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Palo Alto"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Palo Alto"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.285+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.286+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:58.285+0100"
2023-12-13T15:06:58.286+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:58.286+0100"
2023-12-13T15:06:58.286+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.286+0100"
2023-12-13T15:06:58.286+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.286+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:58.286+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:58.286+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Networking"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.287+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Networking"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:58.287+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Mover"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Mover"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Orbital"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Voice Services"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Voice Services"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.288+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.289+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:58.288+0100"
2023-12-13T15:06:58.289+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:58.289+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Center"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Center"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Advisor"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.291+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:58.291+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.292+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Attestation"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.293+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.293+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.293+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:58.292+0100"
2023-12-13T15:06:58.293+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:58.293+0100"
2023-12-13T15:06:58.294+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.294+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.294+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.294+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.294+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Billing"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Billing"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Blueprints"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:58.294+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CDN"..: timestamp="2023-12-13T15:06:58.295+0100"
2023-12-13T15:06:58.295+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CDN"..: timestamp="2023-12-13T15:06:58.295+0100"
2023-12-13T15:06:58.297+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.296+0100"
2023-12-13T15:06:58.297+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.296+0100"
2023-12-13T15:06:58.297+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:58.296+0100"
2023-12-13T15:06:58.298+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:58.298+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Connections"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Connections"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.299+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:58.299+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Datadog"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.300+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:58.300+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Database Migration"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataProtection"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.301+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp="2023-12-13T15:06:58.301+0100"
2023-12-13T15:06:58.302+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Share"..: timestamp="2023-12-13T15:06:58.302+0100"
2023-12-13T15:06:58.303+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:58.302+0100"
2023-12-13T15:06:58.303+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:58.302+0100"
2023-12-13T15:06:58.303+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp="2023-12-13T15:06:58.303+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Test"..: timestamp="2023-12-13T15:06:58.303+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DNS"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DNS"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Elastic"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.304+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventGrid"..: timestamp="2023-12-13T15:06:58.304+0100"
2023-12-13T15:06:58.305+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:58.305+0100"
2023-12-13T15:06:58.307+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:58.307+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Firewall"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "HDInsight"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.308+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp="2023-12-13T15:06:58.308+0100"
2023-12-13T15:06:58.309+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Health Care"..: timestamp="2023-12-13T15:06:58.309+0100"
2023-12-13T15:06:58.309+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.309+0100"
2023-12-13T15:06:58.309+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.309+0100"
2023-12-13T15:06:58.310+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:58.310+0100"
2023-12-13T15:06:58.310+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:58.310+0100"
2023-12-13T15:06:58.310+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:58.310+0100"
2023-12-13T15:06:58.310+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:58.310+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Legacy"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logic"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.311+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logic"..: timestamp="2023-12-13T15:06:58.311+0100"
2023-12-13T15:06:58.312+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logz"..: timestamp="2023-12-13T15:06:58.312+0100"
2023-12-13T15:06:58.312+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logz"..: timestamp="2023-12-13T15:06:58.312+0100"
2023-12-13T15:06:58.312+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.312+0100"
2023-12-13T15:06:58.312+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.312+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp="2023-12-13T15:06:58.312+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maintenance"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Management Group"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maps"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maps"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MariaDB"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.313+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:58.313+0100"
2023-12-13T15:06:58.315+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp="2023-12-13T15:06:58.315+0100"
2023-12-13T15:06:58.315+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp="2023-12-13T15:06:58.315+0100"
2023-12-13T15:06:58.315+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:58.315+0100"
2023-12-13T15:06:58.315+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:58.315+0100"
2023-12-13T15:06:58.317+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.317+0100"
2023-12-13T15:06:58.317+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.317+0100"
2023-12-13T15:06:58.317+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.317+0100"
2023-12-13T15:06:58.317+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.317+0100"
2023-12-13T15:06:58.318+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.318+0100"
2023-12-13T15:06:58.318+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.318+0100"
2023-12-13T15:06:58.318+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:58.318+0100"
2023-12-13T15:06:58.318+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:58.318+0100"
2023-12-13T15:06:58.319+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:58.318+0100"
2023-12-13T15:06:58.319+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:58.319+0100"
2023-12-13T15:06:58.319+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:58.319+0100"
2023-12-13T15:06:58.319+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:58.319+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Portal"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Portal"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PowerBI"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Purview"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Purview"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.320+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:58.320+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Relay"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Relay"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.321+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp="2023-12-13T15:06:58.321+0100"
2023-12-13T15:06:58.322+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp="2023-12-13T15:06:58.322+0100"
2023-12-13T15:06:58.322+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp="2023-12-13T15:06:58.322+0100"
2023-12-13T15:06:58.322+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp="2023-12-13T15:06:58.322+0100"
2023-12-13T15:06:58.322+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:58.322+0100"
2023-12-13T15:06:58.322+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:58.322+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SQL"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SQL"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.323+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.323+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Subscription"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Synapse"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.324+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp="2023-12-13T15:06:58.324+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp="2023-12-13T15:06:58.325+0100"
2023-12-13T15:06:58.325+0100 [DEBUG] provider: using plugin: version=5
2023-12-13T15:06:58.422+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-13T15:06:58.433+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe pid=27788
2023-12-13T15:06:58.433+0100 [DEBUG] provider: plugin exited
2023-12-13T15:06:58.433+0100 [INFO] backend/local: apply calling Plan
2023-12-13T15:06:58.433+0100 [DEBUG] Building and walking plan graph for NormalMode
2023-12-13T15:06:58.434+0100 [DEBUG] ProviderTransformer: "azurerm_storage_account.storage (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-ENVIRONMENT" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GBL-OUTSOURCER" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-CORRELATION-ID" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: [var.subscription-id var.tenant-id]
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.diagnostics_log_enabled" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.location" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-MARKET" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-CONTACT" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-DIVISION" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.region" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GBL-DOMAIN" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.FINOPS" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "azurerm_storage_account.storage (expand)" references: [var.location]
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GBL-DATACLASS" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.project" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.shortprojectlabel" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.environment" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GBL-EXPOSURE" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.tenant-id" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.subscription-id" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-REGION" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.validate_datadog" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GBL-CLOUD" references: []
2023-12-13T15:06:58.434+0100 [DEBUG] ReferenceTransformer: "var.GOV-NAME" references: []
2023-12-13T15:06:58.435+0100 [DEBUG] Starting graph walk: walkPlan
2023-12-13T15:06:58.435+0100 [DEBUG] created provider logger: level=debug
2023-12-13T15:06:58.436+0100 [INFO] provider: configuring client automatic mTLS
2023-12-13T15:06:58.479+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe args=[".terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe"]
2023-12-13T15:06:58.486+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe pid=34324
2023-12-13T15:06:58.486+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.84.0/windows_386/terraform-provider-azurerm_v3.84.0_x5.exe
2023-12-13T15:06:58.576+0100 [INFO] provider.terraform-provider-azurerm_v3.84.0_x5.exe: configuring server automatic mTLS: timestamp="2023-12-13T15:06:58.518+0100"
2023-12-13T15:06:58.696+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.696+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.696+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.696+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:58.696+0100"
2023-12-13T15:06:58.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:58.697+0100"
2023-12-13T15:06:58.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:58.697+0100"
2023-12-13T15:06:58.697+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "AppService"..: timestamp="2023-12-13T15:06:58.697+0100"
2023-12-13T15:06:58.699+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "AppService"..: timestamp="2023-12-13T15:06:58.699+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Arc Resource Bridge"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.704+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:58.704+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automanage"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automanage"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Communication"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Communication"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.705+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:58.705+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Apps"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Apps"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cost Management"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.706+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:58.706+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Disks"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Disks"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ElasticSan"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ElasticSan"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Graph Services"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Graph Services"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.707+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:58.707+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hybrid Compute"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.744+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:58.744+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lab Service"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lab Service"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.745+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:58.745+0100"
2023-12-13T15:06:58.746+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:58.746+0100"
2023-12-13T15:06:58.746+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mobile Network"..: timestamp="2023-12-13T15:06:58.746+0100"
2023-12-13T15:06:58.746+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mobile Network"..: timestamp="2023-12-13T15:06:58.746+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.747+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:58.747+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network Function"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network Function"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "New Relic"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "New Relic"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Nginx"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Palo Alto"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Palo Alto"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS Resolver"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.748+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.748+0100"
2023-12-13T15:06:58.749+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.749+0100"
2023-12-13T15:06:58.749+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:58.749+0100"
2023-12-13T15:06:58.749+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:58.749+0100"
2023-12-13T15:06:58.749+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:58.749+0100"
2023-12-13T15:06:58.749+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:58.749+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Networking"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Networking"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.750+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Mover"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Mover"..: timestamp="2023-12-13T15:06:58.750+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Orbital"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.751+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.751+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.752+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Voice Services"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.753+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Voice Services"..: timestamp="2023-12-13T15:06:58.752+0100"
2023-12-13T15:06:58.753+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:58.753+0100"
2023-12-13T15:06:58.753+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:58.753+0100"
2023-12-13T15:06:58.753+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:58.753+0100"
2023-12-13T15:06:58.753+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:58.753+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Center"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Center"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Advisor"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "API Management"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "API Management"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "App Configuration"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.754+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp="2023-12-13T15:06:58.754+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Application Insights"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ArcKubernetes"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Attestation"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Authorization"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Automation"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.755+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Automation"..: timestamp="2023-12-13T15:06:58.755+0100"
2023-12-13T15:06:58.756+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.756+0100"
2023-12-13T15:06:58.756+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp="2023-12-13T15:06:58.756+0100"
2023-12-13T15:06:58.756+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Batch"..: timestamp="2023-12-13T15:06:58.756+0100"
2023-12-13T15:06:58.757+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Batch"..: timestamp="2023-12-13T15:06:58.756+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Billing"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Billing"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Blueprints"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Bot"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Bot"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CDN"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.758+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CDN"..: timestamp="2023-12-13T15:06:58.757+0100"
2023-12-13T15:06:58.760+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.760+0100"
2023-12-13T15:06:58.760+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp="2023-12-13T15:06:58.760+0100"
2023-12-13T15:06:58.760+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Compute"..: timestamp="2023-12-13T15:06:58.760+0100"
2023-12-13T15:06:58.760+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Compute"..: timestamp="2023-12-13T15:06:58.760+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Connections"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Connections"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Container Services"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Consumption"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.761+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp="2023-12-13T15:06:58.761+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dashboard"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataBricks"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Datadog"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.762+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Factory"..: timestamp="2023-12-13T15:06:58.762+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Database Migration"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DataProtection"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.763+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp="2023-12-13T15:06:58.763+0100"
2023-12-13T15:06:58.764+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Data Share"..: timestamp="2023-12-13T15:06:58.764+0100"
2023-12-13T15:06:58.765+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:58.765+0100"
2023-12-13T15:06:58.765+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp="2023-12-13T15:06:58.765+0100"
2023-12-13T15:06:58.766+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp="2023-12-13T15:06:58.766+0100"
2023-12-13T15:06:58.766+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Dev Test"..: timestamp="2023-12-13T15:06:58.766+0100"
2023-12-13T15:06:58.767+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.767+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.767+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DNS"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.767+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DNS"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.767+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "DomainServices"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Elastic"..: timestamp="2023-12-13T15:06:58.767+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp="2023-12-13T15:06:58.768+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventGrid"..: timestamp="2023-12-13T15:06:58.768+0100"
2023-12-13T15:06:58.768+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp="2023-12-13T15:06:58.768+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "EventHub"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Firewall"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage Cache"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "HDInsight"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.769+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Health Care"..: timestamp="2023-12-13T15:06:58.769+0100"
2023-12-13T15:06:58.770+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.770+0100"
2023-12-13T15:06:58.770+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp="2023-12-13T15:06:58.770+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp="2023-12-13T15:06:58.771+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "IoT Central"..: timestamp="2023-12-13T15:06:58.771+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "KeyVault"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Kusto"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Legacy"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.772+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.773+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logic"..: timestamp="2023-12-13T15:06:58.772+0100"
2023-12-13T15:06:58.773+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logic"..: timestamp="2023-12-13T15:06:58.773+0100"
2023-12-13T15:06:58.773+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Logz"..: timestamp="2023-12-13T15:06:58.773+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Logz"..: timestamp="2023-12-13T15:06:58.773+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maintenance"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Management Group"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Maps"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Maps"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MariaDB"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Media"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.774+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Media"..: timestamp="2023-12-13T15:06:58.774+0100"
2023-12-13T15:06:58.777+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp="2023-12-13T15:06:58.777+0100"
2023-12-13T15:06:58.777+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp="2023-12-13T15:06:58.777+0100"
2023-12-13T15:06:58.777+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp="2023-12-13T15:06:58.777+0100"
2023-12-13T15:06:58.777+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Monitor"..: timestamp="2023-12-13T15:06:58.777+0100"
2023-12-13T15:06:58.778+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.778+0100"
2023-12-13T15:06:58.778+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp="2023-12-13T15:06:58.778+0100"
2023-12-13T15:06:58.778+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.778+0100"
2023-12-13T15:06:58.778+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp="2023-12-13T15:06:58.778+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Microsoft SQL Server Managed Instances"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "MySQL"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.779+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "NetApp"..: timestamp="2023-12-13T15:06:58.779+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Network"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Network"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Policy"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Policy"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Portal"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Portal"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "PowerBI"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Private DNS"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Purview"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Purview"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.780+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp="2023-12-13T15:06:58.780+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Relay"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Relay"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Resources"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.781+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Resources"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Search"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Search"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp="2023-12-13T15:06:58.781+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Security Center"..: timestamp="2023-12-13T15:06:58.782+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp="2023-12-13T15:06:58.782+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Sentinel"..: timestamp="2023-12-13T15:06:58.782+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp="2023-12-13T15:06:58.782+0100"
2023-12-13T15:06:58.782+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp="2023-12-13T15:06:58.782+0100"
2023-12-13T15:06:58.783+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.783+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.783+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.783+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SignalR"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.783+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "SQL"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "SQL"..: timestamp="2023-12-13T15:06:58.783+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Storage"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Storage"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Subscription"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.784+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Synapse"..: timestamp="2023-12-13T15:06:58.784+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "VMware"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "VMware"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Data Sources for "Web"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.785+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Registering Resources for "Web"..: timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.786+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp="2023-12-13T15:06:58.785+0100"
2023-12-13T15:06:58.786+0100 [DEBUG] provider: using plugin: version=5
2023-12-13T15:06:58.877+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azurerm\"]" changed the config value, but that value is unused
2023-12-13T15:07:09.806+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Using client ID from Azure CLI: "04b07795-8ddb-461a-bbee-02f9e1bf7b46": timestamp="2023-12-13T15:07:09.806+0100"
2023-12-13T15:07:11.405+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: Generated Provider Correlation Request Id: a5d9717b-ff8c-f626-45f6-38612f183f35: timestamp="2023-12-13T15:07:11.405+0100"
2023-12-13T15:07:13.379+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: AzureRM Request:
GET /subscriptions/subscription-identifier/providers?api-version=2022-09-01 HTTP/1.1
Host: management.azure.com
User-Agent: HashiCorp/go-azure-sdk (Go-http-Client/1.1 providers/2022-09-01) HashiCorp Terraform/1.6.5 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provider-azurerm/3.84.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
Accept: application/json; charset=utf-8; IEEE754Compatible=false
Content-Type: application/json; charset=utf-8
Odata-Maxversion: 4.0
Odata-Version: 4.0
X-Ms-Correlation-Request-Id: a5d9717b-ff8c-f626-45f6-38612f183f35
Accept-Encoding: gzip: timestamp="2023-12-13T15:07:13.378+0100"
2023-12-13T15:07:13.379+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: GET https://management.azure.com/subscriptions/subscription-identifier/providers?api-version=2022-09-01: timestamp="2023-12-13T15:07:13.378+0100"
2023-12-13T15:07:15.358+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: {"@level":"debug","@message":"AzureRM Response for https://management.azure.com/subscriptions/subscription-identifier/providers?api-version=2022-09-01: \nHTTP/2.0 200 OK\r\nCache-Control: no-cache\r\nContent-Type: application/json; charset=utf-8\r\nDate: Wed, 13 Dec 2023 14:07:14 GMT\r\nExpires: -1\r\nPragma: no-cache\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nVary: Accept-Encoding\r\nX-Content-Type-Options: nosniff\r\nX-Ms-Correlation-Request-Id: a5d9717b-ff8c-f626-45f6-38612f183f35\r\nX-Ms-Ratelimit-Remaining-Subscription-Reads: 11992\r\nX-Ms-Request-Id: 7b9e8723-9d8b-41ef-a486-606b129bc24b\r\nX-Ms-Routing-Request-Id: FRANCECENTRAL:20231213T140714Z:7b9e8723-9d8b-41ef-a486-606b129bc24b\r\n\r\n{\"value\":[{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.AlertsManagement\",\"namespace\":\"Microsoft.AlertsManagement\",\"authorizations\":[{\"applicationId\":\"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\"roleDefinitionId\":\"b1309299-720d-4159-9897-6158a61aee41\"},{\"applicationId\":\"161a339d-b9f5-41c5-8856-6a6669acac64\",\"roleDefinitionId\":\"b61a6c11-d848-4eec-8c37-fb13ab7d5729\"},{\"applicationId\":\"6bccf540-eb86-4037-af03-7fa058c2db75\",\"roleDefinitionId\":\"89dcede2-9219-403a-9723-d3c6473f9472\"},{\"applicationId\":\"0e282aa8-2770-4b6c-8cf8-fac26e9ebe1f\",\"roleDefinitionId\":\"2dfe42c1-88e3-4036-a4ce-bd17b5c5d578\"}],\"resourceTypes\":[{\"resourceType\":\"alerts\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-11-02-privatepreview\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"alertsSummary\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"smartGroups\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"None\"},{\"resourceType\":\"smartDetectorAlertRules\",\"locations\":[\"global\"],\"apiVersions\":[\"2021-04-01\",\"2019-06-01\",\"2019-03-01\",\"2018-02-01-privatepreview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"migrateFromSmartDetection\",\"locations\":[\"global\"],\"apiVersions\":[\"2021-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"actionRules\",\"locations\":[\"global\"],\"apiVersions\":[\"2021-08-08-preview\",\"2021-08-08\",\"2019-05-05-preview\",\"2018-11-02-privatepreview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"alertsMetaData\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2019-03-01-preview\",\"2019-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"prometheusRuleGroups\",\"locations\":[\"North Central US\",\"West Central US\",\"East US\",\"East US 2\",\"West Europe\",\"West US\",\"West US 2\",\"Central US\",\"South Central US\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Central India\",\"North Europe\",\"UK South\",\"Australia Southeast\",\"Canada Central\",\"Norway East\",\"South Africa North\",\"UAE North\",\"Israel Central\",\"Italy North\",\"France South\",\"Germany West Central\",\"Korea Central\",\"Switzerland North\"],\"apiVersions\":[\"2023-03-01\",\"2021-07-22-preview\"],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2019-05-05-preview\",\"2018-05-05-preview\",\"2018-05-05\",\"2017-11-15-privatepreview\"],\"capabilities\":\"None\"},{\"resourceType\":\"alertRuleRecommendations\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"Sweden Central\",\"Germany West Central\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"tenantActivityLogAlerts\",\"locations\":[\"Global\"],\"apiVersions\":[\"2023-04-01-preview\",\"2023-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"investigations\",\"locations\":[\"North Europe\",\"Canada Central\",\"Canada East\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Germany West Central\",\"Sweden Central\",\"West Europe\",\"UAE North\",\"South Africa North\",\"Norway East\",\"Australia Southeast\",\"UK South\",\"Central India\",\"East Asia\",\"Southeast Asia\",\"Brazil South\"],\"apiVersions\":[\"2023-06-01-preview\"],\"capabilities\":\"SupportsExtension\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Advisor\",\"namespace\":\"Microsoft.Advisor\",\"authorizations\":[{\"applicationId\":\"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7\",\"roleDefinitionId\":\"8a63b04c-3731-409b-9765-f1175c047872\"}],\"resourceTypes\":[{\"resourceType\":\"suppressions\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2022-10-01\",\"2022-09-01\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"configurations\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2022-10-01\",\"2022-09-01\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"recommendations\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2022-10-01\",\"2022-09-01\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"generateRecommendations\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2022-10-01\",\"2022-09-01\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-09-01-preview\",\"2023-01-01-alpha\",\"2022-10-01\",\"2020-07-01-preview\",\"2020-01-01\",\"2017-04-19\",\"2017-03-31\",\"2016-07-12-preview\",\"2016-05-09-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.PolicyInsights\",\"namespace\":\"Microsoft.PolicyInsights\",\"authorizations\":[{\"applicationId\":\"1d78a85d-813d-46f0-b496-dd72f50a3ec0\",\"roleDefinitionId\":\"63d2b225-4c34-4641-8768-21a1f7c68ce8\"},{\"applicationId\":\"8cae6e77-e04e-42ce-b5cb-50d82bce26b1\",\"roleDefinitionId\":\"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7\"}],\"resourceTypes\":[{\"resourceType\":\"policyEvents\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyStates\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2022-04-01\",\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"asyncOperationResults\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"remediations\",\"locations\":[],\"apiVersions\":[\"2021-10-01\",\"2019-07-01\",\"2018-07-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"eventGridFilters\",\"locations\":[],\"apiVersions\":[\"2020-10-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"checkPolicyRestrictions\",\"locations\":[],\"apiVersions\":[\"2023-03-01\",\"2022-03-01\",\"2020-07-01-preview\",\"2020-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyTrackedResources\",\"locations\":[],\"apiVersions\":[\"2018-07-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyMetadata\",\"locations\":[],\"apiVersions\":[\"2019-10-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ResourceHealth\",\"namespace\":\"Microsoft.ResourceHealth\",\"authorizations\":[{\"applicationId\":\"8bdebf23-c0fe-4187-a378-717ad86f6a53\",\"roleDefinitionId\":\"cc026344-c8b1-4561-83ba-59eba84b27cc\"}],\"resourceTypes\":[{\"resourceType\":\"availabilityStatuses\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2023-07-01-preview\",\"2022-10-01-preview\",\"2022-10-01\",\"2022-05-01-preview\",\"2022-05-01\",\"2020-05-01-preview\",\"2020-05-01\",\"2018-08-01-rc\",\"2018-08-01-preview\",\"2018-07-01-rc\",\"2018-07-01-preview\",\"2018-07-01\",\"2017-07-01\",\"2015-01-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"childAvailabilityStatuses\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2023-07-01-preview\",\"2023-07-01-beta\",\"2022-10-01\",\"2018-11-06-beta\",\"2018-08-01-rc\",\"2018-08-01-preview\",\"2018-07-01-rc\",\"2018-07-01-preview\",\"2018-07-01-beta\",\"2017-07-01-rc\",\"2017-07-01-preview\",\"2017-07-01-beta\",\"2017-07-01\",\"2015-01-01-rc\",\"2015-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"childResources\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-preview\",\"2022-10-01\",\"2018-11-06-beta\",\"2018-08-01-rc\",\"2018-08-01-preview\",\"2018-07-01-rc\",\"2018-07-01-preview\",\"2018-07-01-beta\",\"2017-07-01-rc\",\"2017-07-01-preview\",\"2017-07-01-beta\",\"2017-07-01\",\"2015-01-01-rc\",\"2015-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"events\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2022-10-01-rc\",\"2022-10-01\",\"2022-05-01-rc\",\"2022-05-01\",\"2020-09-01-rc\",\"2018-07-01-rc\",\"2018-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metadata\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2023-07-01-preview\",\"2023-07-01-beta\",\"2023-07-01-alpha\",\"2022-10-01-rc\",\"2022-10-01-preview\",\"2022-10-01-beta\",\"2022-10-01-alpha\",\"2022-10-01\",\"2018-07-01-rc\",\"2018-07-01-preview\",\"2018-07-01-beta\",\"2018-07-01-alpha\",\"2018-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"emergingissues\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2023-07-01-preview\",\"2023-07-01-beta\",\"2023-07-01-alpha\",\"2022-10-01-rc\",\"2022-10-01-preview\",\"2022-10-01-beta\",\"2022-10-01-alpha\",\"2022-10-01\",\"2018-11-06-beta\",\"2018-07-01-rc\",\"2018-07-01-preview\",\"2018-07-01-beta\",\"2018-07-01-alpha\",\"2018-07-01\",\"2017-07-01-beta\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01-rc\",\"2023-07-01-preview\",\"2023-07-01-beta\",\"2023-07-01-alpha\",\"2022-10-01-rc\",\"2022-10-01-preview\",\"2022-10-01-beta\",\"2022-10-01-alpha\",\"2022-10-01\",\"2022-05-01-rc\",\"2022-05-01-preview\",\"2022-05-01-beta\",\"2022-05-01-alpha\",\"2022-05-01\",\"2020-05-01-preview\",\"2020-05-01\",\"2018-07-01-preview\",\"2018-07-01\",\"2015-01-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ApiManagement\",\"namespace\":\"Microsoft.ApiManagement\",\"authorization\":{\"applicationId\":\"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\"roleDefinitionId\":\"e263b525-2e60-4418-b655-420bae0b172e\"},\"resourceTypes\":[{\"resourceType\":\"service\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\",\"2019-12-01-preview\",\"2019-12-01\",\"2019-01-01\",\"2018-06-01-preview\",\"2018-01-01\",\"2017-03-01\",\"2016-10-10\",\"2016-07-07\",\"2015-09-15\",\"2014-02-14\"],\"defaultApiVersion\":\"2021-08-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"deletedServices\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\"],\"defaultApiVersion\":\"2021-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\"],\"defaultApiVersion\":\"2021-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/deletedServices\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\"],\"defaultApiVersion\":\"2021-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"validateServiceName\",\"locations\":[],\"apiVersions\":[\"2015-09-15\",\"2014-02-14\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkServiceNameAvailability\",\"locations\":[],\"apiVersions\":[\"2015-09-15\",\"2014-02-14\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\",\"2019-12-01-preview\",\"2019-12-01\",\"2019-01-01\",\"2018-06-01-preview\",\"2018-01-01\",\"2017-03-01\",\"2016-10-10\",\"2016-07-07\",\"2015-09-15\",\"2014-02-14\"],\"defaultApiVersion\":\"2021-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"reportFeedback\",\"locations\":[],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\",\"2019-12-01-preview\",\"2019-12-01\",\"2019-01-01\",\"2018-06-01-preview\",\"2018-01-01\",\"2017-03-01\",\"2016-10-10\",\"2016-07-07\",\"2015-09-15\",\"2014-02-14\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkFeedbackRequired\",\"locations\":[],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\",\"2019-12-01-preview\",\"2019-12-01\",\"2019-01-01\",\"2018-06-01-preview\",\"2018-01-01\",\"2017-03-01\",\"2016-10-10\",\"2016-07-07\",\"2015-09-15\",\"2014-02-14\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\",\"2020-06-01-preview\",\"2019-12-01-preview\",\"2019-12-01\",\"2019-01-01\",\"2018-06-01-preview\",\"2018-01-01\",\"2017-03-01\",\"2016-10-10\",\"2016-07-07\",\"2015-09-15\",\"2014-02-14\"],\"defaultApiVersion\":\"2022-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"getDomainOwnershipIdentifier\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\",\"2020-12-01\"],\"defaultApiVersion\":\"2021-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"service/eventGridFilters\",\"locations\":[\"Central India\",\"UAE North\",\"Australia Central\",\"Germany West Central\",\"West Central US\",\"Norway East\",\"Switzerland North\",\"Korea South\",\"West India\",\"Korea Central\",\"South Africa North\",\"UK West\",\"Brazil South\",\"East Asia\",\"South India\",\"Canada Central\",\"Canada East\",\"Australia Southeast\",\"Japan East\",\"North Central US\",\"Southeast Asia\",\"West US 2\",\"Central US\",\"UK South\",\"Australia East\",\"Japan West\",\"West US\",\"France Central\",\"South Central US\",\"East US 2\",\"East US\",\"North Europe\",\"West Europe\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-05-01-preview\",\"2023-03-01-preview\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-04-01-preview\",\"2021-12-01-preview\",\"2021-08-01\",\"2021-04-01-preview\",\"2021-01-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.EventGrid\",\"namespace\":\"Microsoft.EventGrid\",\"authorizations\":[{\"applicationId\":\"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\"roleDefinitionId\":\"7FE036D8-246F-48BF-A78F-AB3EE699C8F3\"},{\"applicationId\":\"823c0a78-5de0-4445-a7f5-c2f42d7dc89b\"}],\"resourceTypes\":[{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/eventSubscriptions\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"eventSubscriptions\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"topics\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"domains\",\"locations\":[\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2018-09-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"domains/topics\",\"locations\":[\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2018-09-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"topicTypes\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationsStatus\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/topicTypes\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"extensionTopics\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operationResults\",\"locations\":[],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operationsStatus\",\"locations\":[],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-06-01\",\"2020-04-01-preview\",\"2020-01-01-preview\",\"2019-06-01\",\"2019-02-01-preview\",\"2019-01-01\",\"2018-09-15-preview\",\"2018-05-01-preview\",\"2018-01-01\",\"2017-09-15-preview\",\"2017-06-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"systemTopics\",\"locations\":[\"global\",\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"systemTopics/eventSubscriptions\",\"locations\":[\"global\",\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"partnerRegistrations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"partnerConfigurations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"verifiedPartners\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces\",\"locations\":[\"East US 2\",\"West US 3\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"UAE North\",\"East US\",\"Central US\",\"West US 2\",\"UK South\",\"Italy North\",\"Australia Southeast\",\"Brazil South\",\"UK West\",\"North Central US\",\"Central India\",\"Japan East\",\"France Central\",\"Canada Central\",\"Australia East\",\"Japan West\",\"Canada East\",\"South India\",\"Korea Central\",\"Korea South\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Sweden Central\",\"Poland Central\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"partnerNamespaces\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"partnerTopics\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"partnerTopics/eventSubscriptions\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"partnerNamespaces/eventChannels\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-06-01-preview\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"partnerNamespaces/channels\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2022-06-15\",\"2021-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"partnerDestinations\",\"locations\":[\"West Central US\",\"Central US\",\"West US 2\",\"East US\",\"West US\",\"East US 2\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-12-15-preview\",\"2023-06-01-preview\",\"2021-10-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Portal\",\"namespace\":\"Microsoft.Portal\",\"resourceTypes\":[{\"resourceType\":\"dashboards\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-09-01-preview\",\"2020-09-01-alpha\",\"2019-01-01-preview\",\"2018-10-01-preview\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"tenantconfigurations\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-09-01-preview\",\"2019-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"listTenantConfigurationViolations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-09-01-preview\",\"2019-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2015-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-02-01-preview\",\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"consoles\",\"locations\":[],\"apiVersions\":[\"2023-02-01-preview\",\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/consoles\",\"locations\":[\"West US\",\"East US\",\"Central India\",\"North Europe\",\"West Europe\",\"South Central US\",\"Southeast Asia\",\"East US 2\",\"Central US\"],\"apiVersions\":[\"2023-02-01-preview\",\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"userSettings\",\"locations\":[],\"apiVersions\":[\"2023-02-01-preview\",\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/userSettings\",\"locations\":[\"West US\",\"East US\",\"Central India\",\"North Europe\",\"West Europe\",\"South Central US\",\"Southeast Asia\",\"East US 2\",\"Central US\"],\"apiVersions\":[\"2023-02-01-preview\",\"2020-04-01-preview\",\"2018-10-01\",\"2017-12-01-preview\",\"2017-08-01-preview\",\"2017-01-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationFree\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.KeyVault\",\"namespace\":\"Microsoft.KeyVault\",\"authorizations\":[{\"applicationId\":\"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\"roleDefinitionId\":\"1cf9858a-28a2-4228-abba-94e606305b95\"},{\"applicationId\":\"589d5083-6f11-4d30-a62a-a4b316a14abf\",\"roleDefinitionId\":\"1f7e9952-ea79-42b8-a90e-b2dabbe1c1f2\"},{\"applicationId\":\"a1b76039-a76c-499f-a2dd-846b4cc32627\"},{\"applicationId\":\"1341df96-0b28-43da-ba24-7a6ce39be816\"}],\"resourceTypes\":[{\"resourceType\":\"vaults\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\",\"2015-06-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"vaults/secrets\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\",\"2015-06-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"vaults/accessPolicies\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\",\"2015-06-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\",\"2015-06-01\",\"2014-12-19-preview\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2016-10-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\",\"2015-06-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"deletedVaults\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US EUAP\",\"East US 2 EUAP\",\"West Central US\",\"UK South\",\"West Europe\",\"Australia Central\",\"Canada Central\",\"Germany West Central\",\"East Asia\",\"Australia East\",\"Japan East\",\"East US 2\",\"East US\",\"France South\",\"Korea Central\",\"Norway West\",\"South Africa West\",\"Brazil South\",\"South India\",\"Sweden Central\",\"Switzerland West\",\"UAE Central\",\"Australia Central 2\",\"Central India\",\"Central US\",\"Germany North\",\"Canada East\",\"France Central\",\"Korea South\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"Australia Southeast\",\"Southeast Asia\",\"Brazil Southeast\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Japan West\",\"West US 2\",\"West US 3\",\"West US\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\"],\"defaultApiVersion\":\"2022-02-01-preview\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2022-02-01-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deletedVaults\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[\"East US\",\"North Central US\",\"West Europe\",\"North Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West Central US\",\"West US 2\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\"],\"defaultApiVersion\":\"2019-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\",\"2016-10-01\"],\"defaultApiVersion\":\"2019-09-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"vaults/eventGridFilters\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North
2023-12-13T15:07:15.358+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: \",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\",\"2018-02-14-preview\",\"2018-02-14\"],\"defaultApiVersion\":\"2019-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"managedHSMs\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2023-07-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"deletedManagedHSMs\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"],\"defaultApiVersion\":\"2021-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/deletedManagedHSMs\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/managedHsmOperationResults\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedHSMs/keys\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"South India\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\"],\"defaultApiVersion\":\"2022-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"managedHSMs/keys/versions\",\"locations\":[\"East US 2\",\"South Central US\",\"North Europe\",\"West Europe\",\"Canada Central\",\"Central US\",\"Switzerland North\",\"South Africa North\",\"UK South\",\"SouthEast Asia\",\"East Asia\",\"Korea Central\",\"Australia Central\",\"West US\",\"East US\",\"North Central US\",\"West Central US\",\"West US 2\",\"West US 3\",\"Canada East\",\"Japan East\",\"UAE North\",\"Australia East\",\"France Central\",\"Switzerland West\",\"Central India\",\"Brazil South\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"South India\",\"Japan West\",\"Norway East\",\"Norway West\",\"Germany West Central\",\"Italy North\",\"Israel Central\",\"Australia Central 2\",\"Brazil Southeast\",\"West India\",\"Australia Southeast\",\"France South\",\"Germany North\",\"Korea South\",\"South Africa West\",\"UAE Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\"],\"defaultApiVersion\":\"2022-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkMhsmNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\"],\"defaultApiVersion\":\"2022-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"vaults/keys\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\"],\"defaultApiVersion\":\"2019-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"vaults/keys/versions\",\"locations\":[\"North Central US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"East US 2\",\"Central US\",\"South Central US\",\"West US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01-PREVIEW\",\"2023-07-01\",\"2023-02-01\",\"2022-11-01\",\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-04-01-preview\",\"2019-09-01\"],\"defaultApiVersion\":\"2019-09-01\",\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Network\",\"namespace\":\"Microsoft.Network\",\"authorizations\":[{\"applicationId\":\"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\"roleDefinitionId\":\"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"},{\"applicationId\":\"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\"roleDefinitionId\":\"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"},{\"applicationId\":\"1e3e4475-288f-4018-a376-df66fd7fac5f\",\"roleDefinitionId\":\"1d538b69-3d87-4e56-8ff8-25786fd48261\"},{\"applicationId\":\"a0be0c72-870e-46f0-9c49-c98333a996f7\",\"roleDefinitionId\":\"7ce22727-ffce-45a9-930c-ddb2e56fa131\"},{\"applicationId\":\"486c78bf-a0f7-45f1-92fd-37215929e116\",\"roleDefinitionId\":\"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"},{\"applicationId\":\"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\"roleDefinitionId\":\"d813ab6c-bfb7-413e-9462-005b21f0ce09\"},{\"applicationId\":\"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\"roleDefinitionId\":\"8141843c-c51c-4c1e-a5bf-0d351594b86c\"},{\"applicationId\":\"328fd23b-de6e-462c-9433-e207470a5727\",\"roleDefinitionId\":\"79e29e06-4056-41e5-a6b2-959f1f47747e\"},{\"applicationId\":\"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\"roleDefinitionId\":\"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\",\"managedByRoleDefinitionId\":\"82e8942a-bcb6-444a-b1c4-31a3ea463a7d\"},{\"applicationId\":\"b4ca0290-4e73-4e31-ade0-c82ecfaabf6a\",\"roleDefinitionId\":\"18363e25-ff21-4159-ae8d-7dfecb5bd001\"},{\"applicationId\":\"79d7fb34-4bef-4417-8184-ff713af7a679\",\"roleDefinitionId\":\"1c1f11ef-abfa-4abe-a02b-226771d07fc7\"},{\"applicationId\":\"38808189-fa7a-4d8a-807f-eba01edacca6\",\"roleDefinitionId\":\"7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6\"},{\"applicationId\":\"6e02f8e9-db9b-4eb5-aa5a-7c8968375f68\",\"roleDefinitionId\":\"787424c7-f9d2-416b-a939-4d59deb2d259\"},{\"applicationId\":\"60b2e7d5-a27f-426d-a6b1-acced0846fdf\",\"roleDefinitionId\":\"0edb7c43-ed90-4da9-9ca2-e9a5d1521b00\"}],\"resourceTypes\":[{\"resourceType\":\"virtualNetworkGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"localNetworkGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"connections\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"applicationGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"expressRouteCircuits\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"expressRouteServiceProviders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayAvailableWafRuleSets\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayAvailableSslOptions\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayAvailableServerVariables\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayAvailableRequestHeaders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayAvailableResponseHeaders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"routeFilters\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"bgpServiceCommunities\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnSites\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"vpnServerConfigurations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualHubs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"vpnGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"p2sVpnGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"expressRouteGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"expressRoutePortsLocations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRoutePorts\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"UAE North\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"securityPartnerProviders\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"azureFirewalls\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"France Central\",\"Australia Central\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"defaultApiVersion\":\"2020-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"azureFirewallFqdnTags\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayWebApplicationFirewallPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/ApplicationGatewayWafDynamicManifests\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualWans\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"bastionHosts\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"queryExpressRoutePortsBandwidth\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"trafficmanagerprofiles\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"trafficmanagerprofiles/heatMaps\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"trafficmanagerprofiles/azureendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"trafficmanagerprofiles/externalendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"trafficmanagerprofiles/nestedendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkTrafficManagerNameAvailability\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkTrafficManagerNameAvailabilityV2\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\"],\"defaultApiVersion\":\"2022-04-01\",\"capabilities\":\"None\"},{\"resourceType\":\"trafficManagerUserMetricsKeys\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"trafficManagerGeographicHierarchies\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-04-01-preview\",\"2022-04-01\",\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\"],\"defaultApiVersion\":\"2018-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/hybridEdgeZone\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"firewallPolicies\",\"locations\":[\"Italy North\",\"Qatar Central\",\"Poland Central\",\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Brazil Southeast\",\"West US 3\",\"Sweden Central\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"],\"defaultApiVersion\":\"2020-04-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"ipGroups\",\"locations\":[\"Italy North\",\"Qatar Central\",\"Poland Central\",\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Brazil Southeast\",\"West US 3\",\"Sweden Central\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"West Central US\",\"Central US\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: -01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"],\"defaultApiVersion\":\"2020-04-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"azureWebCategories\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"],\"defaultApiVersion\":\"2020-08-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/nfvOperations\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/nfvOperationResults\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualRouters\",\"locations\":[\"Italy North\",\"Qatar Central\",\"Poland Central\",\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Brazil Southeast\",\"West US 3\",\"Sweden Central\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\"],\"defaultApiVersion\":\"2020-04-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkVirtualAppliances\",\"locations\":[\"Italy North\",\"Qatar Central\",\"Poland Central\",\"Brazil Southeast\",\"West US 3\",\"Sweden Central\",\"UAE North\",\"Australia Central 2\",\"UAE Central\",\"Germany North\",\"Central India\",\"Korea South\",\"Switzerland North\",\"Switzerland West\",\"Japan West\",\"France South\",\"South Africa West\",\"West India\",\"Canada East\",\"South India\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"South Africa North\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Brazil South\",\"Japan East\",\"UK West\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West Central US\",\"South Central US\",\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"UK South\",\"East US 2\",\"West US 2\",\"North Central US\",\"Canada Central\",\"France Central\",\"Central US\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\"],\"defaultApiVersion\":\"2020-04-01\",\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkVirtualApplianceSkus\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01-preview\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"],\"defaultApiVersion\":\"2020-04-01\",\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-05-01\",\"2021-06-01\",\"2020-11-01\",\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2019-03-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkFrontdoorNameAvailability\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2021-06-01\",\"2020-07-01\",\"2020-05-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"frontdoors\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2021-06-01\",\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-07-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"frontdoors/frontendEndpoints\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2021-06-01\",\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"frontdoors/frontendEndpoints/customHttpsConfiguration\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2021-06-01\",\"2020-07-01\",\"2020-05-01\",\"2020-04-01\",\"2020-01-01\",\"2019-08-01\",\"2019-05-01\",\"2019-04-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorWebApplicationFirewallPolicies\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2022-05-01\",\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-11-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"frontdoorWebApplicationFirewallManagedRuleSets\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2022-05-01\",\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\"],\"defaultApiVersion\":\"2020-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"networkExperimentProfiles\",\"locations\":[\"global\",\"Central US\",\"East US\",\"East US 2\",\"North Central US\",\"South Central US\",\"West US\",\"West US 2\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\"],\"apiVersions\":[\"2019-11-01\"],\"defaultApiVersion\":\"2019-11-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkManagers\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"defaultApiVersion\":\"2022-05-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkManagerConnections\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"defaultApiVersion\":\"2022-05-01\",\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/queryNetworkSecurityPerimeter\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01-preview\",\"2023-08-01-preview\",\"2023-07-01-preview\",\"2022-02-01-preview\",\"2021-05-01-preview\",\"2021-02-01-preview\"],\"defaultApiVersion\":\"2021-02-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"defaultApiVersion\":\"2022-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"defaultApiVersion\":\"2022-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"networkGroupMemberships\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-06-01-preview\"],\"defaultApiVersion\":\"2022-06-01-preview\",\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/commitInternalAzureNetworkManagerConfiguration\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/internalAzureVirtualNetworkManagerOperation\",\"locations\":[\"West Central US\",\"North Central US\",\"West US\",\"West Europe\",\"UAE Central\",\"Germany North\",\"East US\",\"West India\",\"East US 2\",\"Australia Central\",\"Australia Central 2\",\"South Africa West\",\"Brazil South\",\"UK West\",\"North Europe\",\"Central US\",\"UAE North\",\"Germany West Central\",\"Switzerland West\",\"East Asia\",\"South Africa North\",\"UK South\",\"South India\",\"Australia Southeast\",\"France South\",\"West US 2\",\"Sweden Central\",\"Japan West\",\"Norway East\",\"France Central\",\"West US 3\",\"Central India\",\"Korea South\",\"Brazil Southeast\",\"Korea Central\",\"Southeast Asia\",\"South Central US\",\"Norway West\",\"Australia East\",\"Japan East\",\"Canada East\",\"Canada Central\",\"Switzerland North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"dnszones\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-04-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2016-04-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2016-04-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"getDnsResourceReference\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"internalNotify\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/NS\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/CAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/DS\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/TLSA\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/NAPTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/recordsets\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\",\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"dnszones/dnssecConfigs\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"dnsResolvers\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dnsResolvers/inboundEndpoints\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dnsResolvers/outboundEndpoints\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dnsForwardingRulesets\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dnsForwardingRulesets/forwardingRules\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"dnsForwardingRulesets/virtualNetworkLinks\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks/listDnsResolvers\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks/listDnsForwardingRulesets\",\"locations\":[\"West Central US\",\"East US 2\",\"West Europe\",\"North Europe\",\"Australia East\",\"UK South\",\"South Central US\",\"East US\",\"North Central US\",\"West US 2\",\"West US 3\",\"Southeast Asia\",\"Central India\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\",\"West US\",\"Norway East\",\"UAE North\",\"Australia Southeast\",\"Canada East\",\"Japan West\",\"Italy North\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/dnsResolverOperationResults\",\"locations\":[],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/dnsResolverOperationStatuses\",\"locations\":[],\"apiVersions\":[\"2023-07-01-preview\",\"2023-07-01\",\"2022-07-01\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2020-04-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/dnsResolverPolicyOperationResults\",\"locations\":[],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/dnsResolverPolicyOperationStatuses\",\"locations\":[],\"apiVersions\":[\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"privateDnsZones/virtualNetworkLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"privateDnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZonesInternal\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\"],\"defaultApiVersion\":\"2020-01-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateDnsZones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"defaultApiVersion\":\"2018-09-01\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks/privateDnsZoneLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\"],\"defaultApiVersion\":\"2020-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworks\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualNetworks/taggedTrafficConsumers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"natGateways\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\"],\"defaultApiVersion\":\"2020-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"publicIPAddresses\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"internalPublicIpAddresses\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"customIpPrefixes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2020-06-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkInterfaces\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"dscpConfigurations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2020-06-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"privateEndpoints\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"privateEndpoints/privateLinkServiceProxies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"privateEndpointRedirectMaps\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"loadBalancers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkSecurityGroups\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"applicationSecurityGroups\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2017-09-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"serviceEndpointPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags,
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: SupportsLocation\"},{\"resourceType\":\"networkIntentPolicies\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"routeTables\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"publicIPPrefixes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\"],\"defaultApiVersion\":\"2020-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkWatchers\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkWatchers/connectionMonitors\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkWatchers/flowLogs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkWatchers/pingMeshes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/CheckDnsNameAvailability\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/setLoadBalancerFrontendPublicIpAddresses\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServiceSlots\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2015-06-15\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-10-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/virtualNetworkAvailableEndpointServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/availableDelegations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/serviceTags\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/availablePrivateEndpointTypes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/availableServiceAliases\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkPrivateLinkServiceVisibility\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/autoApprovedPrivateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/batchValidatePrivateEndpointsForResourceMove\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/batchNotifyPrivateEndpointsForResourceMove\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/supportedVirtualMachineSizes\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/setAzureNetworkManagerConfiguration\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/publishResources\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/getAzureNetworkManagerConfiguration\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkAcceleratedNetworkingSupport\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/validateResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/setResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/effectiveResourceOwnership\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2018-01-01\",\"2017-11-01\",\"2017-10-01\",\"2017-09-01\",\"2017-08-01\",\"2017-06-01\",\"2017-04-01\",\"2017-03-01\",\"2016-12-01\",\"2016-11-01\",\"2016-10-01\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\",\"2014-12-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualNetworkTaps\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"privateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/privateLinkServices\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"ddosProtectionPlans\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\"],\"defaultApiVersion\":\"2020-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"networkProfiles\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\",\"2018-06-01\",\"2018-05-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/bareMetalTenants\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-12-01\",\"2019-11-01\",\"2019-09-01\",\"2019-08-01\",\"2019-07-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-12-01\",\"2018-11-01\",\"2018-10-01\",\"2018-08-01\",\"2018-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"ipAllocations\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-01\",\"2020-11-01\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\"],\"defaultApiVersion\":\"2020-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/serviceTagDetails\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/dataTasks\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-06-01\",\"2023-05-01\",\"2023-04-01\",\"2023-02-01\",\"2022-11-01\",\"2022-09-01\",\"2022-07-01\",\"2022-05-01\",\"2022-01-01\",\"2021-12-01\",\"2021-08-01\",\"2021-06-01\",\"2021-05-01\",\"2021-04-01\",\"2021-03-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Databricks\",\"namespace\":\"Microsoft.Databricks\",\"authorizations\":[{\"applicationId\":\"d9327919-6775-4843-9037-3fb0fb0473cb\",\"roleDefinitionId\":\"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\"managedByRoleDefinitionId\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"},{\"applicationId\":\"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d\",\"roleDefinitionId\":\"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\"managedByRoleDefinitionId\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"East US\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"France Central\",\"UAE North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"accessConnectors\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"East US\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"France Central\",\"UAE North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-05-01\",\"2022-10-01-preview\",\"2022-04-01-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"workspaces/virtualNetworkPeerings\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"North Europe\",\"East US\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Brazil South\",\"France Central\",\"Switzerland North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"workspaces/dbWorkspaces\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"North Europe\",\"East US\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Brazil South\",\"France Central\",\"Switzerland North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"West US\",\"West Europe\",\"Japan East\",\"East US\",\"Korea Central\",\"Central US\",\"West US 2\",\"East US 2\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"South Africa North\",\"UAE North\",\"Brazil South\",\"France Central\",\"Switzerland North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\",\"2018-03-15\",\"2018-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"North Europe\",\"East US\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Cen
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: tral\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"UAE North\",\"Brazil South\",\"France Central\",\"Switzerland North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\",\"2018-03-15\",\"2018-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationstatuses\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"East US\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"France Central\",\"UAE North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/getNetworkPolicies\",\"locations\":[\"West US\",\"East US 2\",\"West Europe\",\"East US\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"West US 2\",\"Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"Korea Central\",\"South Africa North\",\"Brazil South\",\"Switzerland North\",\"France Central\",\"UAE North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2023-09-15-preview\",\"2023-02-01\",\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Compute\",\"namespace\":\"Microsoft.Compute\",\"authorizations\":[{\"applicationId\":\"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\"roleDefinitionId\":\"e4770acb-272e-4dc8-87f3-12f44a612224\"},{\"applicationId\":\"a303894e-f1d8-4a37-bf10-67aa654a0596\",\"roleDefinitionId\":\"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"},{\"applicationId\":\"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\"roleDefinitionId\":\"45c8267c-80ba-4b96-9a43-115b8f49fccd\"},{\"applicationId\":\"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\"roleDefinitionId\":\"45c8267c-80ba-4b96-9a43-115b8f49fccd\"},{\"applicationId\":\"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\"roleDefinitionId\":\"ffcd6e5b-8772-457d-bb17-89703c03428f\"},{\"applicationId\":\"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\"roleDefinitionId\":\"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"},{\"applicationId\":\"372140e0-b3b7-4226-8ef9-d57986796201\",\"roleDefinitionId\":\"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"},{\"applicationId\":\"579d9c9d-4c83-4efc-8124-7eba65ed3356\",\"roleDefinitionId\":\"8c99c4ce-d744-4597-a2f0-0a0044d67560\"},{\"applicationId\":\"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\"roleDefinitionId\":\"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"}],\"resourceTypes\":[{\"resourceType\":\"availabilitySets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachines/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachineScaleSets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachineScaleSets/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2015-06-15\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines/extensions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/networkInterfaces\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-09-01\",\"2016-08-01\",\"2016-07-01\",\"2016-06-01\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/publicIPAddresses\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"],\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-10-30-preview\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/vmSizes\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/runCommands\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"],\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/virtualMachines\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/virtualMachineScaleSets\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/publishers\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-03\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-03\",\"2022-08-01\",\"2022-03-03\",\"2022-03-01\",\"2022-01-03\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachines/runCommands\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachineScaleSets/applications\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachines/VMApplications\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/edgeZones\",\"locations\":[],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/edgeZones/vmimages\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/edgeZones/publishers\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\"],\"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\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"restorePointCollections/restorePoints\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"proximityPlacementGroups\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\"],\"defaultApiVersion\":\"2022-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"sshPublicKeys\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"capacityReservationGroups\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2022-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"capacityReservationGroups/capacityReservations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2022-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"virtualMachines/metricDefinitions\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Israel Central\",\"Poland Central\",\"Italy North\"],\"apiVersions\":[\"2014-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/spotEvictionRates\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/spotPriceHistory\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/recommendations\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\"],\"defaultApiVersion\":\"2022-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/resource-group-nameGalleries\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-03\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-03\",\"2022-08-01\",\"2022-03-03\",\"2022-03-01\",\"2022-01-03\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/communityGalleries\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-03\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-03\",\"2022-08-01\",\"2022-03-03\",\"2022-03-01\",\"2022-01-03\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"resource-group-nameVMImages\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"],\"defaultApiVersion\":\"2017-10-15-preview\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"resource-group-nameVMImages/versions\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"],\"defaultApiVersion\":\"2017-10-15-preview\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/artifactPublishers\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\"],\"apiVersions\":[\"2017-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capsoperations\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\",\"2017-10-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"galleries\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"galleries/images\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"galleries/images/versions\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-06-01\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/galleries\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: 019-03-01\",\"2018-06-01\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"galleries/applications\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\"],\"defaultApiVersion\":\"2019-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"galleries/applications/versions\",\"locations\":[\"West Central US\",\"South Central US\",\"East US 2\",\"Southeast Asia\",\"West Europe\",\"West US\",\"East US\",\"Canada Central\",\"North Europe\",\"North Central US\",\"Brazil South\",\"UK West\",\"West India\",\"East Asia\",\"Australia East\",\"Japan East\",\"Korea South\",\"West US 2\",\"Canada East\",\"UK South\",\"Central India\",\"South India\",\"Australia Southeast\",\"Japan West\",\"Korea Central\",\"France Central\",\"Central US\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-07-03\",\"2022-08-03\",\"2022-03-03\",\"2022-01-03\",\"2021-10-01\",\"2021-07-01\",\"2021-03-01\",\"2020-09-30\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\"],\"defaultApiVersion\":\"2019-03-01\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"disks\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"defaultApiVersion\":\"2022-03-02\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"snapshots\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"defaultApiVersion\":\"2022-03-02\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/diskoperations\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"diskEncryptionSets\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\"],\"defaultApiVersion\":\"2022-03-02\",\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"diskAccesses\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\"],\"defaultApiVersion\":\"2022-03-02\",\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"restorePointCollections/restorePoints/diskRestorePoints\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\"],\"defaultApiVersion\":\"2022-03-02\",\"capabilities\":\"None\"},{\"resourceType\":\"virtualMachineScaleSets/disks\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-10-02\",\"2023-04-02\",\"2023-01-02\",\"2022-07-02\",\"2022-03-02\",\"2021-12-01\",\"2021-08-01\",\"2021-04-01\",\"2020-12-01\",\"2020-09-30\",\"2020-06-30\",\"2020-05-01\",\"2019-11-01\",\"2019-07-01\",\"2019-03-01\",\"2018-09-30\",\"2018-06-01\",\"2018-04-01\",\"2017-03-30\",\"2016-04-30-preview\"],\"defaultApiVersion\":\"2022-03-02\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\",\"2020-10-01-preview\"],\"defaultApiVersion\":\"2021-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"cloudServices/roles\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\",\"2020-10-01-preview\"],\"defaultApiVersion\":\"2021-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices/roleInstances\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\",\"2020-10-01-preview\"],\"defaultApiVersion\":\"2021-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/csoperations\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\",\"2020-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/cloudServiceOsVersions\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\"],\"defaultApiVersion\":\"2021-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/cloudServiceOsFamilies\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2022-09-04\",\"2022-04-04\",\"2021-03-01\"],\"defaultApiVersion\":\"2021-03-01\",\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices/networkInterfaces\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices/roleInstances/networkInterfaces\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"cloudServices/publicIPAddresses\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2021-03-01\",\"2020-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\",\"2016-03-30\",\"2015-06-15\",\"2015-05-01-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2016-03-30\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2019-03-01-hybrid\",\"apiVersion\":\"2017-12-01\"},{\"profileVersion\":\"2020-09-01-hybrid\",\"apiVersion\":\"2020-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"images\",\"locations\":[\"Southeast Asia\",\"East US 2\",\"Central US\",\"West Europe\",\"East US\",\"North Central US\",\"South Central US\",\"West US\",\"North Europe\",\"East Asia\",\"Brazil South\",\"West US 2\",\"West Central US\",\"UK West\",\"UK South\",\"Japan East\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"Australia East\",\"Australia Southeast\",\"Korea Central\",\"Korea South\",\"West India\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\",\"2017-03-30\",\"2016-08-30\",\"2016-04-30-preview\"],\"defaultApiVersion\":\"2022-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2017-03-30\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/diagnostics\",\"locations\":[\"West Central US\",\"Southeast Asia\",\"East US 2\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"West US 2\",\"UK South\",\"Australia East\",\"South India\",\"Central India\",\"West India\",\"Korea Central\",\"Korea South\",\"Japan West\",\"Japan East\",\"East Asia\",\"Canada Central\",\"Canada East\",\"South Africa North\",\"Central US\",\"West US 3\",\"West US\",\"UK West\",\"France Central\",\"UAE North\",\"Australia Central\",\"Australia Southeast\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"North Central US\",\"Brazil South\",\"Sweden Central\"],\"apiVersions\":[\"2021-06-01-preview\"],\"defaultApiVersion\":\"2021-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/diagnosticOperations\",\"locations\":[\"West Central US\",\"Southeast Asia\",\"East US 2\",\"East US\",\"South Central US\",\"West Europe\",\"North Europe\",\"West US 2\",\"UK South\",\"Australia East\",\"South India\",\"Central India\",\"West India\",\"Korea Central\",\"Korea South\",\"Japan West\",\"Japan East\",\"East Asia\",\"Canada Central\",\"Canada East\",\"South Africa North\",\"Central US\",\"West US 3\",\"West US\",\"UK West\",\"France Central\",\"UAE North\",\"Australia Central\",\"Australia Southeast\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"North Central US\",\"Brazil South\",\"Sweden Central\"],\"apiVersions\":[\"2021-06-01-preview\"],\"defaultApiVersion\":\"2021-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/logAnalytics\",\"locations\":[\"East US\",\"East US 2\",\"West US\",\"Central US\",\"North Central US\",\"South Central US\",\"North Europe\",\"West Europe\",\"East Asia\",\"Southeast Asia\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Brazil South\",\"South India\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"West US 2\",\"West Central US\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\",\"2018-06-01\",\"2018-04-01\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"hostGroups\",\"locations\":[\"Central US\",\"East US 2\",\"West Europe\",\"Southeast Asia\",\"France Central\",\"North Europe\",\"West US 2\",\"East US\",\"UK South\",\"Japan East\",\"Japan West\",\"East Asia\",\"North Central US\",\"South Central US\",\"Canada East\",\"Korea Central\",\"Brazil South\",\"UK West\",\"Canada Central\",\"West US\",\"West Central US\",\"Central India\",\"South India\",\"Australia Southeast\",\"Korea South\",\"West India\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Australia East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\"],\"defaultApiVersion\":\"2022-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"hostGroups/hosts\",\"locations\":[\"Central US\",\"East US 2\",\"West Europe\",\"Southeast Asia\",\"France Central\",\"North Europe\",\"West US 2\",\"East US\",\"UK South\",\"Japan East\",\"Japan West\",\"East Asia\",\"North Central US\",\"South Central US\",\"Canada East\",\"Korea Central\",\"Brazil South\",\"UK West\",\"Canada Central\",\"West US\",\"West Central US\",\"Central India\",\"South India\",\"Australia Southeast\",\"Korea South\",\"West India\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"Australia East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-07-01\",\"2023-03-01\",\"2022-11-01\",\"2022-08-01\",\"2022-03-01\",\"2021-11-01\",\"2021-07-01\",\"2021-04-01\",\"2021-03-01\",\"2020-12-01\",\"2020-06-01\",\"2019-12-01\",\"2019-07-01\",\"2019-03-01\",\"2018-10-01\"],\"defaultApiVersion\":\"2022-03-01\",\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SupportsTags, SupportsLocation\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DataFactory\",\"namespace\":\"Microsoft.DataFactory\",\"authorizations\":[{\"applicationId\":\"0947a342-ab4a-43be-93b3-b8243fc161e5\",\"roleDefinitionId\":\"f0a6aa2a-e9d8-4bae-bcc2-36b405e8a5da\"},{\"applicationId\":\"5d13f7d7-0567-429c-9880-320e9555e5fc\",\"roleDefinitionId\":\"956a8f20-9168-4c71-8e27-3c0460ac39a4\"}],\"resourceTypes\":[{\"resourceType\":\"factories\",\"locations\":[\"East US\",\"East US 2\",\"Central US\",\"South Central US\",\"Japan East\",\"Canada Central\",\"Australia East\",\"Switzerland North\",\"Germany West Central\",\"Central India\",\"France Central\",\"Korea Central\",\"Brazil South\",\"West Europe\",\"North Europe\",\"UK South\",\"West Central US\",\"West US\",\"West US 2\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Africa North\",\"Australia Southeast\",\"South India\",\"Canada East\",\"UK West\",\"Japan West\",\"Norway East\",\"UAE North\",\"West US 3\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"factories/integrationRuntimes\",\"locations\":[\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"Central US\",\"South Central US\",\"Japan East\",\"Central India\",\"Brazil South\",\"France Central\",\"Korea Central\",\"Australia East\",\"Switzerland North\",\"Germany West Central\",\"Canada Central\",\"West Central US\",\"North Europe\",\"UK South\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Africa North\",\"Australia Southeast\",\"South India\",\"Canada East\",\"UK West\",\"Japan West\",\"Norway East\",\"UAE North\",\"West US 3\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"factories/privateEndpointConnectionProxies\",\"locations\":[\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"Central US\",\"South Central US\",\"Japan East\",\"Central India\",\"Brazil South\",\"France Central\",\"Korea Central\",\"Australia East\",\"Switzerland North\",\"Germany West Central\",\"Canada Central\",\"West Central US\",\"North Europe\",\"UK South\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Africa North\",\"Australia Southeast\",\"South India\",\"Canada East\",\"UK West\",\"Japan West\",\"Norway East\",\"UAE North\",\"West US 3\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"CheckNameAvailability\",\"locations\":[],\"apiVersions\":[\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"East US\",\"West US\",\"North Europe\",\"West Central US\"],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\",\"2017-03-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/configureFactoryRepo\",\"locations\":[\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"Central US\",\"South Central US\",\"Japan East\",\"Australia East\",\"Switzerland North\",\"Germany West Central\",\"Canada Central\",\"Central India\",\"Brazil South\",\"France Central\",\"Korea Central\",\"West Europe\",\"North Europe\",\"UK South\",\"West Central US\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Africa North\",\"Australia Southeast\",\"South India\",\"Canada East\",\"UK West\",\"Japan West\",\"Norway East\",\"UAE North\",\"West US 3\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2018-06-01\",\"2017-09-01-preview\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/getFeatureValue\",\"locations\":[\"East US\",\"East US 2\",\"West Europe\",\"North Europe\",\"UK South\",\"West Central US\",\"West US\",\"Central US\",\"South Central US\",\"Japan East\",\"Australia East\",\"Switzerland North\",\"Germany West Central\",\"Canada Central\",\"Central India\",\"Brazil South\",\"France Central\",\"Korea Central\",\"West US 2\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Africa North\",\"Australia Southeast\",\"South India\",\"Canada East\",\"UK West\",\"Japan West\",\"Norway East\",\"UAE North\",\"West US 3\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2018-06-01\"],\"defaultApiVersion\":\"2018-06-01\",\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.AppConfiguration\",\"namespace\":\"Microsoft.AppConfiguration\",\"authorizations\":[{\"applicationId\":\"35ffadb3-7fc1-497e-b61b-381d28e744cc\",\"roleDefinitionId\":\"fffa409e-a8cc-4cbf-8e1c-6d940b33040e\"}],\"resourceTypes\":[{\"resourceType\":\"configurationStores\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"defaultApiVersion\":\"2019-10-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"configurationStores/keyValues\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"configurationStores/eventGridFilters\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"South India\",\"Qatar Central\",\"Switzerland West\",\"Canada East\",\"Norway West\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Poland Central\",\"Australia Central\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"South India\",\"Qatar Central\",\"Switzerland West\",\"Canada East\",\"Norway West\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Poland Central\",\"Australia Central\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationsStatus\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"South India\",\"Qatar Central\",\"Switzerland West\",\"Canada East\",\"Norway West\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Poland Central\",\"Australia Central\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\",\"2021-03-01-preview\",\"2020-07-01-preview\",\"2020-06-01\",\"2019-11-01-preview\",\"2019-10-01\",\"2019-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"deletedConfigurationStores\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deletedConfigurationStores\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-05-01\",\"2022-03-01-preview\",\"2021-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"configurationStores/replicas\",\"locations\":[\"West Central US\",\"Central US\",\"West US\",\"East US\",\"West Europe\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"UK South\",\"South Central US\",\"East US 2\",\"West US 2\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Central US\",\"Switzerland North\",\"Germany West Central\",\"UAE North\",\"Norway East\",\"South Africa North\",\"UK West\",\"Japan West\",\"West US 3\",\"Brazil Southeast\",\"Sweden Central\",\"Switzerland West\",\"Qatar Central\",\"South India\",\"Poland Central\",\"Canada East\",\"Norway West\",\"Australia Central\",\"Australia Central 2\",\"France South\",\"Korea South\",\"Germany North\",\"Italy North\",\"Israel Central\",\"South Africa West\"],\"apiVersions\":[\"2023-03-01\",\"2022-03-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DevTestLab\",\"namespace\":\"Microsoft.DevTestLab\",\"authorization\":{\"applicationId\":\"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\"roleDefinitionId\":\"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\"managedByRoleDefinitionId\":\"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"},\"resourceTypes\":[{\"resourceType\":\"labs/environments\",\"locations\":[\"Southeast Asia\",\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"Central US\"],\"apiVersions\":[\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"labs\",\"locations\":[\"West Central US\",\"South Central US\",\"Central US\",\"Australia Central\",\"Australia Southeast\",\"Brazil Southeast\",\"Canada Central\",\"Central India\",\"East Asia\",\"East US\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"Qatar Central\",\"South Africa North\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Australia Central 2\",\"Australia East\",\"Brazil South\",\"Canada East\",\"East US 2\",\"France South\",\"Germany West Central\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"defaultApiVersion\":\"2018-10-15-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"schedules\",\"locations\":[\"West Central US\",\"South Central US\",\"Central US\",\"Australia Central\",\"Australia Southeast\",\"Brazil Southeast\",\"Canada Central\",\"Central India\",\"East Asia\",\"East US\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"Qatar Central\",\"South Africa North\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Australia Central 2\",\"Australia East\",\"Brazil South\",\"Canada East\",\"East US 2\",\"France South\",\"Germany West Central\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"labs/virtualMachines\",\"locations\":[\"West Central US\",\"South Central US\",\"Central US\",\"Australia Central\",\"Australia Southeast\",\"Brazil Southeast\",\"Canada Central\",\"Central India\",\"East Asia\",\"East US\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"Qatar Central\",\"South Africa North\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Australia Central 2\",\"Australia East\",\"Brazil South\",\"Canada East\",\"East US 2\",\"France South\",\"Germany West Central\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"labs/serviceRunners\",\"locations\":[\"West Central US\",\"South Central US\",\"Central US\",\"Australia Central\",\"Australia Southeast\",\"Brazil Southeast\",\"Canada Central\",\"Central India\",\"East Asia\",\"East US\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"Qatar Central\",\"South Africa North\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Australia Central 2\",\"Australia East\",\"Brazil South\",\"Canada East\",\"East US 2\",\"France South\",\"Germany West Central\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\"],\"defaultApiVersion\":\"2016-05-15\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"West Central US\",\"South Central US\",\"Central US\",\"Australia Central\",\"Australia Southeast\",\"Brazil Southeast\",\"Canada Central\",\"Central India\",\"East Asia\",\"East US\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"Qatar Central\",\"South Africa North\",\"Switzerland North\",\"UAE North\",\"UK West\",\"West India\",\"Australia Central 2\",\"Australia East\",\"Brazil South\",\"Canada East\",\"East US 2\",\"France South\",\"Germany West Central\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.SignalRService\",\"namespace\":\"Microsoft.SignalRService\",\"authorizations\":[{\"applicationId\":\"cdad765c-f191-43ba-b9f5-7aef392f811d\",\"roleDefinitionId\":\"346b504e-4aec-45d1-be25-a6e10f3cb4fe\"}],\"resourceTypes\":[{\"resourceType\":\"SignalR\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"WebPubSub\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-05-01\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"SignalR/replicas\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"WebPubSub/replicas\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationStatuses\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"West Central US\",\"West US 2\",\"East US\",\"East US 2\",\"West US\",\"Central US\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK Sou
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: th\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"SignalR/eventGridFilters\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"UAE North\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-02-01\",\"2022-08-01-preview\",\"2022-02-01\",\"2021-10-01\",\"2021-09-01-preview\",\"2021-06-01-preview\",\"2021-04-01-preview\",\"2020-07-01-preview\",\"2020-05-01\",\"2018-10-01\",\"2018-03-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/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\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"domains/domainOwnershipIdentifiers\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"topLevelDomains\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"checkDomainAvailability\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"listDomainRecommendations\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"validateDomainRegistrationInformation\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"generateSsoRequest\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"global\"],\"apiVersions\":[\"2023-01-01\",\"2022-09-01\",\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-09-01\",\"2020-06-01\",\"2019-08-01\",\"2018-02-01\",\"2015-04-01\",\"2015-02-01\"],\"apiProfiles\":[{\"profileVersion\":\"2017-03-09-profile\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-03-01-hybrid\",\"apiVersion\":\"2018-02-01\"},{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-02-01\"}],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ChangeAnalysis\",\"namespace\":\"Microsoft.ChangeAnalysis\",\"authorizations\":[{\"applicationId\":\"2cfc91a4-7baa-4a8f-a6c9-5f3d279060b8\",\"roleDefinitionId\":\"f5a6bd90-af71-455c-9030-c486e8c42c95\"},{\"applicationId\":\"3edcf11f-df80-41b2-a5e4-7e213cca30d1\",\"roleDefinitionId\":\"f5a6bd90-af71-455c-9030-c486e8c42c95\"}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2020-04-01-preview\",\"2019-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"resourceChanges\",\"locations\":[],\"apiVersions\":[\"2021-04-01-preview\",\"2021-04-01\",\"2020-04-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"changes\",\"locations\":[],\"apiVersions\":[\"2021-04-01-preview\",\"2021-04-01\",\"2020-10-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"changeSnapshots\",\"locations\":[],\"apiVersions\":[\"2021-04-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"computeChanges\",\"locations\":[],\"apiVersions\":[\"2021-04-01-preview\"],\"capabilities\":\"SupportsExtension\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DataLakeStore\",\"namespace\":\"Microsoft.DataLakeStore\",\"authorization\":{\"applicationId\":\"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\"roleDefinitionId\":\"17eb9cca-f08a-4499-b2d3-852d175f614f\"},\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"defaultApiVersion\":\"2016-11-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"accounts/firewallRules\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/eventGridFilters\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationresults\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capability\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Relay\",\"namespace\":\"Microsoft.Relay\",\"authorizations\":[{\"applicationId\":\"91bb937c-29c2-4275-982f-9465f0caf03d\",\"roleDefinitionId\":\"6ea9e989-a5f4-4187-8d11-c8db3dd04da1\"},{\"applicationId\":\"80369ed6-5f11-4dd9-bef3-692475845e77\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-04-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"namespaces/authorizationrules\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/privateEndpointConnections\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/privateEndpointConnectionProxies\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/hybridconnections\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/hybridconnections/authorizationrules\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/wcfrelays\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"namespaces/wcfrelays/authorizationrules\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"],\"defaultApiVersion\":\"2017-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/namespaceOperationResults\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Search\",\"namespace\":\"Microsoft.Search\",\"authorizations\":[{\"applicationId\":\"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\"roleDefinitionId\":\"20FA3191-87CF-4C3D-9510-74CCB594A310\"},{\"applicationId\":\"880da380-985e-4198-81b9-e05b1cc53158\",\"roleDefinitionId\":\"d2e67903-baaa-4696-926b-61ab86235aaf\"}],\"resourceTypes\":[{\"resourceType\":\"searchServices\",\"locations\":[\"Germany North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"UK West\",\"Korea South\",\"Canada East\",\"West US 3\",\"Germany West Central\",\"Norway East\",\"Switzerland West\",\"Switzerland North\",\"West US\",\"West US 2\",\"East US\",\"East US 2\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"West Central US\",\"Canada Central\",\"UK South\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2023-11-01\",\"2022-09-01\",\"2021-06-06-Preview\",\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\",\"2015-02-28\",\"2014-07-31-Preview\"],\"defaultApiVersion\":\"2023-11-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"checkServiceNameAvailability\",\"locations\":[],\"apiVersions\":[\"2015-02-28\",\"2014-07-31-Preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-11-01\",\"2022-09-01\",\"2021-06-06-Preview\",\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\"],\"defaultApiVersion\":\"2023-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"resourceHealthMetadata\",\"locations\":[\"Germany North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"UK West\",\"Korea South\",\"Canada East\",\"West US 3\",\"Germany West Central\",\"Norway East\",\"Switzerland West\",\"Switzerland North\",\"West US\",\"West US 2\",\"East US\",\"East US 2\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"West Central US\",\"Canada Central\",\"UK South\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2023-11-01\",\"2022-09-01\",\"2021-06-06-Preview\",\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-11-01\",\"2022-09-01\",\"2021-06-06-Preview\",\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\",\"2015-02-28\"],\"defaultApiVersion\":\"2023-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-06-06-Preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"Germany North\",\"Central US EUAP\",\"East US 2 EUAP\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Sweden Central\",\"UK West\",\"Korea South\",\"Canada East\",\"West US 3\",\"Germany West Central\",\"Norway East\",\"Switzerland West\",\"Switzerland North\",\"West US\",\"West US 2\",\"East US\",\"East US 2\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"West Central US\",\"Canada Central\",\"UK South\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2021-06-06-Preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"Germany North\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"UK West\",\"Korea South\",\"Canada East\",\"West US 3\",\"Germany West Central\",\"Norway East\",\"Switzerland West\",\"Switzerland North\",\"West US\",\"West US 2\",\"East US\",\"East US 2\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Central US\",\"Japan West\",\"Japan East\",\"Korea Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Central India\",\"West Central US\",\"Canada Central\",\"UK South\",\"France Central\",\"South Africa North\",\"UAE North\"],\"apiVersions\":[\"2023-11-01\"],\"defaultApiVersion\":\"2023-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"North Central US\",\"East US 2\",\"West US 2\",\"South Central US\",\"East US\",\"West US\"],\"apiVersions\":[\"2021-06-06-Preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DataLakeAnalytics\",\"namespace\":\"Microsoft.DataLakeAnalytics\",\"authorization\":{\"applicationId\":\"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\"roleDefinitionId\":\"77c80091-6c80-47e2-9942-6cc943597398\"},\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"defaultApiVersion\":\"2016-11-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"accounts/dataLakeStoreAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/storageAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/storageAccounts/containers\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/storageAccounts/containers/listSasTokens\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationresults\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Media\",\"namespace\":\"Microsoft.Media\",\"authorization\":{\"applicationId\":\"374b2a64-3b6b-436b-934c-b820eacca870\",\"roleDefinitionId\":\"aab70789-0cec-44b5-95d7-84b64c9487af\"},\"resourceTypes\":[{\"resourceType\":\"mediaservices\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2015-10-01\",\"2015-04-01\"],\"defaultApiVersion\":\"2021-06-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"mediaservices/assets\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/assets/tracks\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\"],\"defaultApiVersion\":\"2021-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/assets/tracks/operationstatuses\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\"],\"defaultApiVersion\":\"2021-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/assets/tracks/operationResults\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\"],\"defaultApiVersion\":\"2021-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/contentKeyPolicies\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/streamingLocators\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/streamingPolicies\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/eventGridFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2018-02-05\"],\"defaultApiVersion\":\"2018-02-05\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/transforms\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01-preview\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/transforms/jobs\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01-preview\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/streamingEndpoints\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"mediaservices/liveEvents\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"mediaservices/liveEvents/liveOutputs\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/streamingEndpointOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/liveEventOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/liveOutputOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/streamingendpoints/operationlocations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/liveevents/operationlocations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/liveevents/liveoutputs/operationlocations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2022-11-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2019-05-01-preview\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/privateEndpointConnectionProxies\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"],\"defaultApiVersion\":\"2020-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/privateEndpointConnections\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"],\"defaultApiVersion\":\"2020-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/privateEndpointConnectionOperations\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"],\"defaultApiVersion\":\"2020-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/mediaServicesOperationStatuses\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2015-10-01\",\"2015-04-01\"],\"defaultApiVersion\":\"2021-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/mediaServicesOperationResults\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2015-10-01\",\"2015-04-01\"],\"defaultApiVersion\":\"2021-11-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/assets/assetFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"mediaservices/accountFilters\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2018-02-05\",\"2016-05-01-preview\",\"2015-10-01\",\"2015-04-01\"],\"defaultApiVersion\":\"2020-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checknameavailability\",\"locations\":[],\"apiVersions\":[\"2015-10-01\",\"2015-04-01\"],\"defaultApiVersion\":\"2015-10-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2016-05-01-preview\"],\"defaultApiVersion\":\"2018-07-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"West Europe\",\"North Europe\",\"East US\",\"West US\",\"Australia East\",\"Australia Southeast\",\"East US 2\",\"Central US\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"North Central US\",\"South Central US\",\"UK South\",\"UK West\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"Korea Central\",\"Korea South\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Germany West Central\",\"Germany North\",\"Switzerland West\",\"Switzerland North\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-01\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2016-05-01-preview\"],\"defaultApiVersion\":\"2020-05-01\",\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.CognitiveServices\",\"namespace\":\"Microsoft.CognitiveServices\",\"authorizations\":[{\"applicationId\":\"7d312290-28c8-473c-a0ed-8e53749b6d6d\",\"roleDefinitionId\":\"5cb87f79-a7c3-4a95-9414-45b65974b51b\"}],\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"defaultApiVersion\":\"2022-12-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"operations\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkSkuAvailability\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkDomainAvailability\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/privateLinkResources\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/privateEndpointConnections\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"],\"capabilities\":\"None\"},{\"resourceType\":\"accounts/privateEndpointConnectionProxies\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"],\"capabilities\":\"None\"},{\"resourceType\":\"deletedAccounts\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"],\"defaultApiVersion\":\"2022-12-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/resourceGroups\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\"
2023-12-13T15:07:15.359+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: ,\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/resourceGroups/deletedAccounts\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/commitmentTiers\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\",\"2022-10-01\",\"2022-03-01\",\"2021-10-01\"],\"defaultApiVersion\":\"2021-10-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/models\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/raiContentFilters\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\"],\"defaultApiVersion\":\"2023-06-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"Central US EUAP\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"East US 2 EUAP\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2021-10-01\"],\"defaultApiVersion\":\"2021-10-01\",\"capabilities\":\"None\"},{\"resourceType\":\"accounts/networkSecurityPerimeterAssociationProxies\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2021-10-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"commitmentPlans\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\",\"2022-12-01\"],\"defaultApiVersion\":\"2022-12-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"attestations\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"attestationDefinitions\",\"locations\":[\"Global\",\"Australia East\",\"Brazil South\",\"West US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"West Central US\",\"South Central US\",\"East US\",\"East US 2\",\"Canada Central\",\"Japan East\",\"Central India\",\"UK South\",\"Japan West\",\"Korea Central\",\"France Central\",\"North Central US\",\"Central US\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Qatar Central\",\"Canada East\",\"Poland central\",\"South India\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-01-preview\",\"2023-05-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Cdn\",\"namespace\":\"Microsoft.Cdn\",\"authorizations\":[{\"applicationId\":\"92b61450-2139-4e4a-a0cc-898eced7a779\",\"roleDefinitionId\":\"067b29c5-33d0-424f-9209-a02a6cc90732\"}],\"resourceTypes\":[{\"resourceType\":\"profiles\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"profiles/endpoints\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"profiles/endpoints/origins\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/endpoints/origingroups\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/endpoints/customdomains\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/endpointresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/endpointresults/originresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/endpointresults/origingroupresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/endpointresults/customdomainresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkEndpointNameAvailability\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"checkResourceUsage\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"validateProbe\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"canMigrate\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"migrate\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"edgenodes\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\",\"West Central US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2020-03-31\",\"2019-12-31\",\"2019-06-15-preview\",\"2019-04-15\",\"2018-04-02\",\"2017-10-12\",\"2017-04-02\",\"2016-10-02\",\"2016-04-02\",\"2015-06-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"CdnWebApplicationFirewallPolicies\",\"locations\":[\"global\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2019-06-15-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"operationresults/cdnwebapplicationfirewallpolicyresults\",\"locations\":[\"global\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2019-06-15-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"CdnWebApplicationFirewallManagedRuleSets\",\"locations\":[],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2019-06-15-preview\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/afdendpoints\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"profiles/afdendpoints/routes\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/customdomains\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/origingroups\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/origingroups/origins\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/rulesets\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/rulesets/rules\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/secrets\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"validateSecret\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/keygroups\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\"],\"defaultApiVersion\":\"2023-07-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/securitypolicies\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/afdendpointresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/afdendpointresults/routeresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/customdomainresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/origingroupresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/origingroupresults/originresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/rulesetresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/rulesetresults/ruleresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/secretresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/securitypolicyresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"defaultApiVersion\":\"2023-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/policies\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2022-01-01-preview\"],\"defaultApiVersion\":\"2022-01-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"profiles/networkpolicies\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\"],\"defaultApiVersion\":\"2022-11-01-preview\",\"capabilities\":\"None\"},{\"resourceType\":\"operationresults/profileresults/policyresults\",\"locations\":[\"global\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"North Central US\",\"North Europe\",\"South Central US\",\"South India\",\"Southeast Asia\",\"West Europe\",\"West India\",\"West US\"],\"apiVersions\":[\"2024-01-01-preview\",\"2023-07-01-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-11-01-preview\",\"2022-05-01-preview\",\"2022-01-01-preview\"],\"defaultApiVersion\":\"2022-01-01-preview\",\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ContainerInstance\",\"namespace\":\"Microsoft.ContainerInstance\",\"authorizations\":[{\"applicationId\":\"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9\",\"roleDefinitionId\":\"3c60422b-a83a-428d-9830-22609c77aa6c\"},{\"applicationId\":\"63ea3c01-7483-456e-8073-d3fed34fbdda\",\"roleDefinitionId\":\"bafbada8-7822-4049-a4d7-4a3f19fa394b\"}],\"resourceTypes\":[{\"resourceType\":\"containerGroups\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"serviceAssociationLinks\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capabilities\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationresults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/cachedImages\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/validateDeleteVirtualNetworkOrSubnets\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-05-15-preview\",\"2023-05-01\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-09-01\",\"2022-04-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-07-01\",\"2021-03-01\",\"2020-11-01\",\"2019-12-01\",\"2018-12-01\",\"2018-10-01\",\"2018-09-01\",\"2018-07-01\",\"2018-06-01\",\"2018-04-01\",\"2018-02-01-preview\",\"2017-12-01-preview\",\"2017-10-01-preview\",\"2017-08-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.RecoveryServices\",\"namespace\":\"Microsoft.RecoveryServices\",\"authorizations\":[{\"applicationId\":\"262044b1-e2ce-469f-a196-69ab7ada62d3\",\"roleDefinitionId\":\"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"},{\"applicationId\":\"b8340c3b-9267-498f-b21a-15d5547fd85e\",\"roleDefinitionId\":\"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"},{\"applicationId\":\"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\"roleDefinitionId\":\"47d68fae-99c7-4c10-b9db-2316116a061e\"},{\"applicationId\":\"9bdab391-7bbe-42e8-8132-e4491dc29cc0\",\"roleDefinitionId\":\"0383f7f5-023d-4379-b2c7-9ef786459969\"},{\"applicationId\":\"e81c7467-0fc3-4866-b814-c973488361cd\",\"roleDefinitionId\":\"212c936c-5360-4b3b-b2a1-b1eba3849a6f\"},{\"applicationId\":\"c505e273-0ba0-47e7-a0bd-f48042b4524d\",\"roleDefinitionId\":\"a3d1c624-1f2f-41e8-9dc7-53fd55bcd821\"}],\"resourceTypes\":[{\"resourceType\":\"vaults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"West Central US\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-11-01-preview\",\"2021-11-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-10\",\"2021-02-01-preview\",\"2021-02-01\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-07-01-preview\",\"2020-07-01\",\"2020-02-02-preview\",\"2020-02-02\",\"2019-06-15\",\"2019-05-13-preview\",\"2019-05-13\",\"2018-07-10-preview\",\"2018-07-10\",\"2018-01-10\",\"2017-07-01-preview\",\"2017-07-01\",\"2016-12-01\",\"2016-08-10\",\"2016-06-01\",\"2016-05-01\",\"2015-12-15\",\"2015-12-10\",\"2015-11-10\",\"2015-08-15\",\"2015-08-10\",\"2015-06-10\",\"2015-03-15\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-01-10\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-11-01-preview\",\"2021-11-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-04-01\",\"2021-03-01\",\"2021-02-10\",\"2021-02-01-preview\",\"2021-02-01\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\",\"2020-07-01-preview\",\"2020-07-01\",\"2020-02-02-preview\",\"2020-02-02\",\"2019-06-15\",\"2019-05-13-preview\",\"2019-05-13\",\"2018-07-10-preview\",\"2018-07-10\",\"2018-01-10\",\"2017-09-01\",\"2017-07-01-preview\",\"2017-07-01\",\"2016-12-01\",\"2016-08-10\",\"2016-06-01\",\"2015-12-15\",\"2015-12-10\",\"2015-11-10\",\"2015-08-15\",\"2015-08-10\",\"2015-06-10\",\"2015-03-15\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-08-10\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-11-01-preview\",\"2021-11-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-03-01\",\"2017-07-01\",\"2016-06-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupStatus\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-03-01\",\"2017-07-01\",\"2016-06-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2018-01-10\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-01-10\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/allocatedStamp\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2016-06-01\",\"2015-08-15\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/allocateStamp\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2016-06-01\",\"2015-08-15\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2016-06-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupValidateFeatures\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-03-01\",\"2017-07-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-07-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupPreValidateProtection\",\"locations\":[\"West US\",\"East US\",\"Nort
2023-12-13T15:07:15.360+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: h Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-03-01\",\"2017-07-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-07-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupCrrJobs\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupCrrJob\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupAadProperties\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupCrossRegionRestore\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupCrrOperationResults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/backupCrrOperationsStatus\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\"],\"apiVersions\":[\"2023-01-15\",\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-12-20-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"backupProtectedItems\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2017-07-01-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2017-07-01-preview\"}],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"replicationEligibilityResults\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-09-10\",\"2022-09-01-preview\",\"2022-08-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01\",\"2022-03-01\",\"2022-02-01\",\"2022-01-01\",\"2021-12-01\",\"2021-10-01\",\"2021-08-01\",\"2021-07-01\",\"2021-06-01\",\"2021-02-10\",\"2018-07-10\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-07-10\"}],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/capabilities\",\"locations\":[\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"Brazil South\",\"East Asia\",\"Southeast Asia\",\"North Central US\",\"South Central US\",\"Japan East\",\"Japan West\",\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US 2\",\"Central India\",\"South India\",\"West India\",\"West Central US\",\"Canada Central\",\"Canada East\",\"West US 2\",\"UK South\",\"UK West\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Israel Central\",\"Italy North\"],\"apiVersions\":[\"2023-08-01\",\"2023-07-01-preview\",\"2023-06-01\",\"2023-04-01\",\"2023-02-01\",\"2023-01-01\",\"2022-10-01\",\"2022-09-30-preview\",\"2022-01-31-preview\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2022-01-31-preview\"}],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Automation\",\"namespace\":\"Microsoft.Automation\",\"authorizations\":[{\"applicationId\":\"fc75330b-179d-49af-87dd-3b1acf6827fa\",\"roleDefinitionId\":\"95fd5de3-d071-4362-92bf-cf341c1de832\"}],\"resourceTypes\":[{\"resourceType\":\"automationAccounts\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2022-02-22\",\"2022-01-31\",\"2021-06-22\",\"2021-04-01\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"defaultApiVersion\":\"2018-06-30\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"deletedAutomationAccounts\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-01-31\"],\"defaultApiVersion\":\"2022-01-31\",\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/runbooks\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"West US\",\"Central US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"automationAccounts/configurations\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"West US\",\"Central US\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"Central India\",\"Australia Southeast\",\"Canada Central\",\"North Europe\",\"East Asia\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"automationAccounts/webhooks\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"Sweden Central\",\"West US 3\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"Australia East\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"South Central US\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurations\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Sweden Central\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurationRuns\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Sweden Central\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurationMachineRuns\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Sweden Central\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/jobs\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Korea South\",\"Sweden Central\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/privateLinkResources\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2021-06-22\",\"2020-01-13-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/privateEndpointConnections\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2021-06-22\",\"2020-01-13-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/privateEndpointConnectionProxies\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2021-06-22\",\"2020-01-13-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/hybridRunbookWorkerGroups\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Sweden Central\",\"Korea South\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2022-02-22\",\"2021-06-22\",\"2021-04-01\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Sweden Central\",\"Korea South\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2022-08-08\",\"2021-06-22\"],\"capabilities\":\"None\"},{\"resourceType\":\"automationAccounts/agentRegistrationInformation\",\"locations\":[\"Japan East\",\"East US 2\",\"West Europe\",\"South Africa North\",\"UK West\",\"Switzerland North\",\"Brazil Southeast\",\"Norway East\",\"Germany West Central\",\"UAE North\",\"Switzerland West\",\"Japan West\",\"UAE Central\",\"Australia Central 2\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"East Asia\",\"Central US\",\"West US\",\"Australia Central\",\"Australia East\",\"Korea Central\",\"East US\",\"West US 2\",\"Brazil South\",\"UK South\",\"West Central US\",\"North Europe\",\"Canada Central\",\"Australia Southeast\",\"Central India\",\"France Central\",\"Qatar Central\",\"South Africa West\",\"Poland Central\",\"Israel Central\",\"Germany North\",\"Italy North\",\"Canada East\"],\"apiVersions\":[\"2023-11-01\",\"2023-05-15-preview\",\"2021-06-22\",\"2021-04-01\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Management\",\"namespace\":\"Microsoft.Management\",\"authorization\":{\"applicationId\":\"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\"roleDefinitionId\":\"c1cf3708-588a-4647-be7f-f400bbe214cf\"},\"resourceTypes\":[{\"resourceType\":\"resources\",\"locations\":[],\"apiVersions\":[\"2017-11-01-preview\",\"2017-08-31-preview\",\"2017-06-30-preview\",\"2017-05-31-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managementGroups\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\",\"2018-01-01-preview\",\"2017-11-01-preview\",\"2017-08-31-preview\",\"2017-06-30-preview\",\"2017-05-31-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"getEntities\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\",\"2018-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\",\"2018-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operationResults\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\",\"2018-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\",\"2018-01-01-preview\",\"2017-11-01-preview\",\"2017-08-31-preview\",\"2017-06-30-preview\",\"2017-05-31-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"tenantBackfillStatus\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\"],\"capabilities\":\"None\"},{\"resourceType\":\"startTenantBackfill\",\"locations\":[],\"apiVersions\":[\"2023-04-01\",\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ServiceFabric\",\"namespace\":\"Microsoft.ServiceFabric\",\"authorization\":{\"applicationId\":\"74cb6831-0dbb-4be1-8206-fd4df301cdc2\",\"roleDefinitionId\":\"e55cc65f-6903-4917-b4ef-f8d4640b57f5\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"},\"resourceTypes\":[{\"resourceType\":\"clusters\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"clusters/applications\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters/applicationTypes\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"clusters/applicationTypes/versions\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"clusters/applications/services\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/clusterVersions\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/environments\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/unsupportedVMSizes\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2021-06-01\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-06-01\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-12-15-privatepreview\",\"2020-12-15-preview\",\"2020-12-01-privatepreview\",\"2020-12-01-preview\",\"2020-03-01\",\"2020-02-01-privatepreview\",\"2020-02-01-preview\",\"2020-01-01-preview\",\"2019-11-01-privatepreview\",\"2019-11-01-preview\",\"2019-06-01-preview\",\"2019-03-01-privatepreview\",\"2019-03-01-preview\",\"2019-03-01\",\"2018-02-01-privatepreview\",\"2018-02-01\",\"2017-07-01-privatepreview\",\"2017-07-01-preview\",\"2016-09-01\",\"2016-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedclusters\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"managedclusters/nodetypes\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedclusters/applicationTypes\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedclusters/applicationTypes/versions\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedclusters/applications\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"managedclusters/applications/services\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/managedClusterOperations\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/managedClusterOperationResults\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/managedClusterVersions\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/environments/managedClusterVersions\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/managedUnsupportedVMSizes\",\"locations\":[\"West US\",\"West US 2\",\"West Central US\",\"East US\",\"East US 2\",\"Central US\",\"West Europe\",\"North Europe\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"North Central US\",\"East Asia\",\"Southeast Asia\",\"Japan West\",\"Japan East\",\"South India\",\"West India\",\"Central India\",\"Brazil South\",\"South Central US\",\"Korea Central\",\"Korea South\",\"Canada Central\",\"Canada East\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Sweden Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Italy North\",\"Israel Central\",\"Qatar Central\",\"Poland Central\"],\"apiVersions\":[\"2023-11-01-preview\",\"2023-09-01-preview\",\"2023-07-01-preview\",\"2023-03-01-preview\",\"2023-02-01-preview\",\"2022-10-01-preview\",\"2022-08-01-preview\",\"2022-06-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-07-01-preview\",\"2021-05-01\",\"2021-01-01-preview\",\"2020-01-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Devices\",\"namespace\":\"Microsoft.Devices\",\"authorizations\":[{\"applicationId\":\"0cd79364-7a90-4354-9984-6e36c841418d\",\"roleDefinitionId\":\"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"},{\"applicationId\":\"29f411f1-b2cf-4043-8ac8-2185d7316811\",\"roleDefinitionId\":\"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"},{\"applicationId\":\"89d10474-74af-4874-99a7-c23c2f643083\",\"roleDefinitionId\":\"7df22794-26e3-4f94-9d50-a4f0f6e1cb41\"}],\"resourceTypes\":[{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-15-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"checkProvisioningServiceNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-03-01-preview\",\"2022-12-12\",\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"],\"defaultApiVersion\":\"2022-12-12\",\"capabilities\":\"None\"},{\"resourceType\":\"usages\",\"locations\":[],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operationResults\",\"locations\":[],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-11-04\",\"2019-09-01\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22-preview\",\"2018-01-22\",\"2017-11-15\",\"2017-09-25-preview\",\"2017-08-21-preview\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"provisioningServiceOperationResults\",\"locations\":[],\"apiVersions\":[\"2023-03-01-preview\",\"2022-12-12\",\"2022-02-05\",\"2021-10-15\",\"2020-09-01-preview\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"],\"defaultApiVersion\":\"2022-12-12\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/provisioningServiceOperationResults\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"France South\",\"Korea South\",\"Japan West\",\"South India\",\"Southeast Asia\",\"West Europe\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"West US 3\",\"Germany West Central\",\"UAE North\"],\"apiVersions\":[\"2023-03-01-preview\",\"2022-12-12\",\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"],\"defaultApiVersion\":\"2022-12-12\",\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-11-04\",\"2019-09-01\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22-preview\",\"2018-01-22\",\"2017-11-15\",\"2017-09-25-preview\",\"2017-08-21-preview\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"Germany West Central\",\"Korea South\",\"Japan West\",\"South India\",\"South Africa West\",\"UAE North\",\"Southeast Asia\",\"West Europe\",\"Norway West\",\"West US 3\",\"Norway EAST\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Germany North\",\"Japan East\",\"Korea Central\",\"North Europe\",\"South Africa North\",\"UAE Central\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"Qatar Central\",\"Switzerland North\"],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2018-04-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"IotHubs\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"Germany West Central\",\"Korea South\",\"Japan West\",\"South India\",\"South Africa West\",\"UAE North\",\"Southeast Asia\",\"West Europe\",\"Norway West\",\"West US 3\",\"Norway East\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Germany North\",\"Japan East\",\"Korea Central\",\"North Europe\",\"South Africa North\",\"UAE Central\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"Qatar Central\",\"Switzerland North\"],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2021-07-02\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"IotHubs/eventGridFilters\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"Germany West Central\",\"Korea South\",\"Japan West\",\"South India\",\"South Africa West\",\"UAE North\",\"Southeast Asia\",\"West Europe\",\"Norway West\",\"West US 3\",\"Norway East\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Germany North\",\"Japan East\",\"Korea Central\",\"North Europe\",\"South Africa North\",\"UAE Central\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"Qatar Central\",\"Switzerland North\"],\"apiVersions\":[\"2021-02-01-preview\",\"2018-07-31\",\"2018-01-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"IotHubs/failover\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"Germany West Central\",\"Korea South\",\"Japan West\",\"South India\",\"South Africa West\",\"UAE N
2023-12-13T15:07:15.360+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: orth\",\"Southeast Asia\",\"West Europe\",\"Norway West\",\"West US 3\",\"Norway East\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Germany North\",\"Japan East\",\"Korea Central\",\"North Europe\",\"South Africa North\",\"UAE Central\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"Qatar Central\",\"Switzerland North\"],\"apiVersions\":[\"2023-06-30-preview\",\"2023-06-30\",\"2022-04-30-preview\",\"2021-07-02-preview\",\"2021-07-02\",\"2021-07-01-preview\",\"2021-07-01\",\"2021-03-31\",\"2021-03-03-preview\",\"2021-02-01-preview\",\"2020-08-31-preview\",\"2020-08-31\",\"2020-08-01\",\"2020-07-10-preview\",\"2020-06-15\",\"2020-04-01\",\"2020-03-01\",\"2020-01-01\",\"2019-11-04\",\"2019-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"defaultApiVersion\":\"2020-01-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-04-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"ProvisioningServices\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"France South\",\"Korea South\",\"Japan West\",\"South India\",\"Southeast Asia\",\"West Europe\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Japan East\",\"Korea Central\",\"North Europe\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"West US 3\",\"Germany West Central\",\"UAE North\"],\"apiVersions\":[\"2023-03-01-preview\",\"2022-12-12\",\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"],\"defaultApiVersion\":\"2023-03-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"IotHubs/securitySettings\",\"locations\":[\"West US\",\"Australia Central 2\",\"Australia Southeast\",\"Canada East\",\"Central US\",\"East US\",\"Germany West Central\",\"Korea South\",\"Japan West\",\"South India\",\"South Africa West\",\"UAE North\",\"Southeast Asia\",\"West Europe\",\"Norway West\",\"West US 3\",\"Norway East\",\"UK South\",\"South Central US\",\"Australia Central\",\"Australia East\",\"Brazil South\",\"Canada Central\",\"Central India\",\"East Asia\",\"France Central\",\"Germany North\",\"Japan East\",\"Korea Central\",\"North Europe\",\"South Africa North\",\"UAE Central\",\"UK West\",\"West US 2\",\"West Central US\",\"North Central US\",\"East US 2\",\"Qatar Central\",\"Switzerland North\"],\"apiVersions\":[\"2019-09-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Maps\",\"namespace\":\"Microsoft.Maps\",\"authorizations\":[{\"applicationId\":\"608f6f31-fed0-4f7b-809f-90f6c9b3de78\",\"roleDefinitionId\":\"3431F0E6-63BC-482D-A96E-0AB819610A5F\"},{\"applicationId\":\"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6\",\"roleDefinitionId\":\"48195074-b752-4868-be0f-7c324a224aa1\"}],\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"West Central US\",\"Global\",\"West US 2\",\"East US\",\"West Europe\",\"North Europe\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01\",\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\",\"2017-01-01-preview\"],\"defaultApiVersion\":\"2021-07-01-preview\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"accounts/creators\",\"locations\":[\"North Europe\",\"West Europe\",\"East US 2\",\"West US 2\",\"Europe\",\"United States\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01\",\"2021-12-01-preview\",\"2021-02-01\",\"2020-02-01-preview\"],\"defaultApiVersion\":\"2021-02-01\",\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"accounts/eventGridFilters\",\"locations\":[\"West Central US\",\"West US 2\",\"East US\",\"West Europe\",\"North Europe\",\"Global\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01\",\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\"],\"defaultApiVersion\":\"2018-05-01\",\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2023-08-01-preview\",\"2023-06-01\",\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\",\"2017-01-01-preview\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.Cache\",\"namespace\":\"Microsoft.Cache\",\"authorization\":{\"applicationId\":\"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\"roleDefinitionId\":\"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"},\"resourceTypes\":[{\"resourceType\":\"Redis\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"],\"defaultApiVersion\":\"2023-08-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-03-01\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"Redis/privateEndpointConnectionProxies\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"Redis/privateEndpointConnectionProxies/validate\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"Redis/privateEndpointConnections\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"Redis/privateLinkResources\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/asyncOperations\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"South India\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-06-01\",\"2022-05-01\",\"2022-01-01\",\"2021-08-01\",\"2021-06-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-12-01\",\"2020-06-01\",\"2020-04-01-preview\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-03-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"South India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"Korea Central\",\"Korea South\",\"France Central\",\"Australia Central\",\"South Africa North\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-03-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationsStatus\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2021-03-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2020-04-01-preview\"}],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01-alpha\",\"2014-04-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-03-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-12-01\",\"2020-10-01-preview\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01-alpha\",\"2014-04-01\"],\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2018-03-01\"}],\"capabilities\":\"None\"},{\"resourceType\":\"redisEnterprise\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2022-01-01\",\"apiProfiles\":[{\"profileVersion\":\"2018-06-01-profile\",\"apiVersion\":\"2020-04-01-preview\"}],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies/validate\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnections\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"RedisEnterprise/privateEndpointConnections/operationresults\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"RedisEnterprise/privateLinkResources\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"redisEnterprise/databases\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2022-01-01\",\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"East US\",\"West Europe\",\"West US\",\"East US 2\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"Australia East\",\"North Europe\",\"Central US\",\"Central India\",\"West Central US\",\"Canada Central\",\"Brazil South\",\"Japan East\",\"East Asia\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-07-01\",\"2023-03-01-preview\",\"2022-11-01-preview\",\"2022-01-01\",\"2021-08-01\",\"2021-03-01\",\"2021-02-01-preview\",\"2020-10-01-preview\",\"2020-04-01-preview\"],\"defaultApiVersion\":\"2022-01-01\",\"capabilities\":\"None\"},{\"resourceType\":\"Redis/EventGridFilters\",\"locations\":[\"North Central US\",\"South Central US\",\"Central US\",\"West Europe\",\"North Europe\",\"West US\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Brazil South\",\"Southeast Asia\",\"East Asia\",\"Australia East\",\"Australia Southeast\",\"Central India\",\"West India\",\"South India\",\"Canada Central\",\"Canada East\",\"UK South\",\"UK West\",\"West US 2\",\"West Central US\",\"Korea Central\",\"Korea South\",\"France South\",\"France Central\",\"Australia Central\",\"Australia Central 2\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"Germany North\",\"Germany West Central\",\"Norway East\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Qatar Central\",\"Poland Central\",\"Italy North\",\"Israel Central\"],\"apiVersions\":[\"2023-08-01\",\"2023-05-01-preview\",\"2023-04-01\",\"2022-06-01\",\"2022-05-01\",\"2021-06-01\",\"2020-12-01\",\"2020-06-01\",\"2019-07-01\",\"2018-03-01\",\"2017-10-01\",\"2017-02-01\",\"2016-04-01\",\"2015-08-01\",\"2015-03-01\",\"2014-04-01-preview\",\"2014-04-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.ContainerService\",\"namespace\":\"Microsoft.ContainerService\",\"authorizations\":[{\"applicationId\":\"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\"roleDefinitionId\":\"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\"managedByAuthorization\":{\"allowManagedByInheritance\":true}},{\"applicationId\":\"6dae42f8-4368-4678-94ff-3960e28e3630\",\"roleDefinitionId\":\"831388fc-33b1-4dd1-b64c-40fdcaf96654\"}],\"resourceTypes\":[{\"resourceType\":\"ManagedClusters/eventGridFilters\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"containerServices\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"West India\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\"],\"apiVersions\":[\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\"],\"capabilities\":\"SupportsTags, SupportsLocation\"},{\"resourceType\":\"fleetMemberships\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-15\",\"2023-08-15-preview\",\"2023-06-15-preview\",\"2023-03-15-preview\",\"2022-09-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"fleets\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-15\",\"2023-08-15-preview\",\"2023-06-15-preview\",\"2023-03-15-preview\",\"2022-09-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\"],\"defaultApiVersion\":\"2023-06-15-preview\",\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"fleets/members\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-15\",\"2023-08-15-preview\",\"2023-06-15-preview\",\"2023-03-15-preview\",\"2022-09-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"fleets/updateRuns\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-15\",\"2023-08-15-preview\",\"2023-06-15-preview\",\"2023-03-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"fleets/updateStrategies\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-15\",\"2023-08-15-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2017-08-31\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"Central US EUAP\",\"East Asia\",\"East US\",\"East US 2\",\"East US 2 EUAP\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-09-02-preview\",\"2023-08-02-preview\",\"2023-07-02-preview\",\"2023-06-02-preview\",\"2023-05-02-preview\",\"2023-04-02-preview\",\"2023-03-02-preview\",\"2023-02-02-preview\",\"2023-01-02-preview\",\"2022-11-02-preview\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-07-02-preview\",\"2022-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationresults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-03-31\",\"2017-08-31\",\"2016-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-03-31\",\"2017-08-31\",\"2016-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/orchestrators\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2017-09-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/kubernetesVersions\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/usages\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/osOptions\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/guardrailsVersions\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-09-02-preview\",\"2023-08-02-preview\",\"2023-07-02-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/trustedAccessRoles\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-07-02-preview\",\"2023-06-02-preview\",\"2023-05-02-preview\",\"2023-04-02-preview\",\"2023-03-02-preview\",\"2023-02-02-preview\",\"2023-01-02-preview\",\"2022-11-02-preview\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\",\"2022-05-02-preview\",\"2022-04-02-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedClusters\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-03-31\",\"2017-08-31\"],\"defaultApiVersion\":\"2023-08-01\",\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"managedclustersnapshots\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-09-02-preview\",\"2023-08-02-preview\",\"2023-07-02-preview\",\"2023-06-02-preview\",\"2023-05-02-preview\",\"2023-04-02-preview\",\"2023-03-02-preview\",\"2023-02-02-preview\",\"2023-01-02-preview\",\"2022-11-02-preview\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-03-02-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\",\"2020-12-01\",\"2020-11-01\",\"2020-09-01\",\"2020-07-01\",\"2020-06-01\",\"2020-04-01\",\"2020-03-01\",\"2020-02-01\",\"2020-01-01\",\"2019-11-01\",\"2019-10-01\",\"2019-08-01\",\"2019-06-01\",\"2019-04-01\",\"2019-02-01\",\"2018-10-31\",\"2018-03-31\",\"2017-08-31\",\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"snapshots\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-02-preview\",\"2023-10-01\",\"2023-09-02-preview\",\"2023-09-01\",\"2023-08-02-preview\",\"2023-08-01\",\"2023-07-02-preview\",\"2023-07-01\",\"2023-06-02-preview\",\"2023-06-01\",\"2023-05-02-preview\",\"2023-05-01\",\"2023-04-02-preview\",\"2023-04-01\",\"2023-03-02-preview\",\"2023-03-01\",\"2023-02-02-preview\",\"2023-02-01\",\"2023-01-02-preview\",\"2023-01-01\",\"2022-11-02-preview\",\"2022-11-01\",\"2022-10-02-preview\",\"2022-09-02-preview\",\"2022-09-01\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-08-01\",\"2022-07-02-preview\",\"2022-07-01\",\"2022-06-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\"],\"capabilities\":\"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.NotificationHubs\",\"namespace\":\"Microsoft.NotificationHubs\",\"authorizations\":[{\"applicationId\":\"3caf7e80-c1dc-4cbc-811c-d281c9d5e45c\",\"roleDefinitionId\":\"8cbd263b-bab7-4bc3-a158-19543aabc9eb\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"West US 2\",\"West US\",\"UK West\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Germany West Central\",\"East US 2\",\"Central US\",\"Central India\",\"South India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Europe\",\"Australia Central 2\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"East US\",\"Japan West\",\"Japan East\",\"Brazil South\",\"West Central US\",\"East Asia\",\"West US 3\",\"South Africa North\",\"Sweden Central\",\"France Central\",\"Norway East\",\"Korea Central\",\"Poland Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-01-01-preview\",\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"namespaces/notificationHubs\",\"locations\":[\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"UK South\",\"West US 2\",\"West US\",\"UK West\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Germany West Central\",\"East US 2\",\"Central US\",\"Central India\",\"South India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Europe\",\"Australia Central 2\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"East US\",\"Japan West\",\"Japan East\",\"Brazil South\",\"West Central US\",\"East Asia\",\"West US 3\",\"South Africa North\",\"Sweden Central\",\"France Central\",\"Norway East\",\"Korea Central\",\"Poland Central\"],\"apiVersions\":[\"2023-09-01\",\"2023-01-01-preview\",\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"checkNamespaceAvailability\",\"locations\":[\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"West US 3\",\"South Africa North\",\"Sweden Central\",\"France Central\",\"Norway East\",\"Korea Central\",\"Poland Central\",\"UK South\",\"West US 2\",\"West US\",\"UK West\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Germany West Central\",\"East US 2\",\"Central US\",\"Central India\",\"South India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Europe\",\"Australia Central 2\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"East US\",\"Japan West\",\"Japan East\",\"Brazil South\",\"West Central US\",\"East Asia\"],\"apiVersions\":[\"2023-09-01\",\"2023-01-01-preview\",\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"East Asia\",\"Southeast Asia\",\"Brazil South\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Germany West Central\",\"Australia Central\",\"Australia Central 2\",\"South Africa North\",\"Sweden Central\",\"France Central\",\"Norway East\",\"Korea Central\",\"Poland Central\",\"Qatar Central\"],\"apiVersions\":[\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"West US 3\",\"South Africa North\",\"Sweden Central\",\"France Central\",\"Norway East\",\"Korea Central\",\"Poland Central\",\"UK South\",\"West US 2\",\"West US\",\"UK West\",\"Southeast Asia\",\"South Central US\",\"North Central US\",\"Germany West Central\",\"East US 2\",\"Central US\",\"Central India\",\"South India\",\"West India\",\"Canada East\",\"Canada Central\",\"West Europe\",\"Australia Central 2\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"North Europe\",\"East US\",\"Japan West\",\"Japan East\",\"Brazil South\",\"West Central US\",\"East Asia\"],\"apiVersions\":[\"2023-09-01\",\"2023-01-01-preview\",\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DBforMySQL\",\"namespace\":\"Microsoft.DBforMySQL\",\"authorizations\":[{\"applicationId\":\"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\"roleDefinitionId\":\"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"},{\"applicationId\":\"e6f9f783-1fdb-4755-acaf-abed6c642885\",\"roleDefinitionId\":\"a864a0a2-ab66-47a6-97a8-223dc1379f87\"},{\"applicationId\":\"123cd850-d9df-40bd-94d5-c9f07b7fa203\"},{\"applicationId\":\"cb43afba-eb6b-4cef-bf00-758b6c233beb\",\"roleDefinitionId\":\"3b2f5d23-023f-4029-98d6-d73e741523c0\"}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"Central US EUAP\",\"East Asia\",\"East US 2\",\"East US 2 EUAP\",\"East US\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\",\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\",\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"flexibleServers\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-07-01-privatepreview\",\"2020-07-01-preview\"],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[]},{\"location\":\"Brazil South\",\"zones\":[]},{\"location\":\"Canada Central\",\"zones\":[]},{\"location\":\"Central India\",\"zones\":[]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[]},{\"location\":\"Qatar Central\",\"zones\":[]},{\"location\":\"South Africa North\",\"zones\":[]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Israel Central\",\"zones\":[]},{\"location\":\"Italy North\",\"zones\":[]},{\"location\":\"Poland Central\",\"zones\":[]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"servers/recoverableServers\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central US\",\"Central India\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"
2023-12-13T15:07:15.360+0100 [DEBUG] provider.terraform-provider-azurerm_v3.84.0_x5.exe: 2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/virtualNetworkRules\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capabilities\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-07-01-privatepreview\",\"2020-07-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/capabilitySets\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK West\",\"UK South\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"assessForMigration\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"Norway East\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-06-01-privatepreview\"],\"capabilities\":\"None\"},{\"resourceType\":\"getPrivateDnsZoneSuffix\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"Norway East\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-07-01-privatepreview\",\"2020-07-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkVirtualNetworkSubnetUsage\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-privatepreview\",\"2022-06-01-preview\",\"2022-01-01\",\"2021-12-01-preview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-07-01-privatepreview\",\"2020-07-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/listMigrations\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-preview\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/updateMigration\",\"locations\":[\"Australia Central\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"East US 2\",\"Germany North\",\"Germany West Central\",\"Central India\",\"South India\",\"Japan West\",\"Korea South\",\"North Central US\",\"Norway East\",\"Norway West\",\"Sweden Central\",\"UAE North\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"Brazil South\",\"Brazil Southeast\",\"France Central\",\"France South\",\"South Africa North\",\"South Africa West\",\"Southeast Asia\",\"North Europe\",\"Australia East\",\"Japan East\",\"Korea Central\",\"UK South\",\"West Europe\",\"Canada Central\",\"Central US\",\"East US\",\"Switzerland North\",\"Switzerland West\",\"South Central US\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[\"2023-10-01-preview\",\"2023-06-30\",\"2023-06-01-preview\",\"2022-09-30-privatepreview\",\"2022-09-30-preview\",\"2022-06-01-preview\",\"2022-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\",\"Germany North\",\"Norway West\",\"Brazil Southeast\",\"Switzerland West\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[],\"capabilities\":\"None\"},{\"resourceType\":\"locations/azureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\",\"Germany North\",\"Norway West\",\"Brazil Southeast\",\"Switzerland West\",\"Poland Central\",\"Italy North\",\"Israel Central\",\"Qatar Central\"],\"apiVersions\":[],\"capabilities\":\"None\"},{\"resourceType\":\"locations/administratorOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/administratorAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateEndpointConnectionProxyOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateEndpointConnectionOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateEndpointConnectionAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/performanceTiers\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"UAE North\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/securityAlertPoliciesAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/securityAlertPoliciesOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/recommendedActionSessionsAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/recommendedActionSessionsOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/topQueryStatistics\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/queryTexts\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/waitStatistics\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/resetQueryPerformanceInsightData\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/advisors\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/privateLinkResources\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/privateEndpointConnections\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/privateEndpointConnectionProxies\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/keys\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/serverKeyAzureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/serverKeyOperationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/upgrade\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"],\"capabilities\":\"None\"}],\"registrationState\":\"Registered\",\"registrationPolicy\":\"RegistrationRequired\"},{\"id\":\"/subscriptions/subscription-identifier/providers/Microsoft.DBforPostgreSQL\",\"namespace\":\"Microsoft.DBforPostgreSQL\",\"authorizations\":[{\"applicationId\":\"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\"roleDefinitionId\":\"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"},{\"applicationId\":\"93efed00-6552-4119-833a-422b297199f9\",\"roleDefinitionId\":\"a864a0a2-ab66-47a6-97a8-223dc1379f87\"},{\"applicationId\":\"5ed8fe41-c1bc-4c06-a531-d91e1f1c2fac\",\"roleDefinitionId\":\"95173bdd-3b59-46f3-be65-7cee4193b078\"},{\"applicationId\":\"123cd850-d9df-40bd-94d5-c9f07b7fa203\"},{\"applicationId\":\"5657e26c-cc92-45d9-bc47-9da6cfdb4ed9\"},{\"applicationId\":\"b4fa09d8-5da5-4352-83d9-05c2a44cf431\"}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"Central US EUAP\",\"East Asia\",\"East US 2\",\"East US 2 EUAP\",\"East US\",\"France Central\",\"France South\",\"Germany North\",\"Germany West Central\",\"Israel Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-06-01-preview\",\"2023-03-01-preview\",\"2022-12-01\",\"2022-11-01-preview\",\"2022-05-01-privatepreview\",\"2022-05-01-preview\",\"2022-03-08-preview\",\"2022-01-20-preview\",\"2021-06-01-preview\",\"2021-06-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"},{\"resourceType\":\"serverGroupsv2\",\"locations\":[\"East US 2\",\"East US\",\"North Central US\",\"Canada Central\",\"Australia East\",\"UK South\",\"West Europe\",\"Southeast Asia\",\"West US 2\",\"France Central\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Australia Central\",\"Canada East\",\"South India\",\"Brazil South\",\"North Europe\",\"Japan East\",\"Central US\",\"Korea Central\",\"Central India\",\"East Asia\",\"Germany West Central\",\"Japan West\",\"West Central US\",\"West US\",\"South Central US\",\"West US 3\"],\"apiVersions\":[\"2023-03-02-preview\",\"2022-11-08\",\"2020-10-05-privatepreview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"flexibleServers\",\"locations\":[\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Korea Central\",\"Korea South\",\"Japan East\",\"Italy North\",\"Japan West\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West US\",\"West US 2\",\"West US 3\",\"West Europe\"],\"apiVersions\":[\"2023-06-01-preview\",\"2023-03-01-preview\",\"2023-01-01-privatepreview\",\"2022-12-01\",\"2022-11-01-preview\",\"2022-05-01-privatepreview\",\"2022-05-01-preview\",\"2022-03-08-privatepreview\",\"2022-03-08-preview\",\"2022-01-20-preview\",\"2021-06-01-preview\",\"2021-06-01\",\"2020-02-14-privatepreview\",\"2020-02-14-preview\"],\"zoneMappings\":[{\"location\":\"Australia East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Brazil South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Canada Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central India\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"East US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"France Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Germany West Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Japan East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Korea Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"North Central US\",\"zones\":[]},{\"location\":\"North Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Norway East\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Qatar Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Africa North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"South Central US\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Southeast Asia\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Sweden Central\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Switzerland North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UAE North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"UK South\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West Europe\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US\",\"zones\":[]},{\"location\":\"West US 2\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"West US 3\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Italy North\",\"zones\":[\"3\",\"2\",\"1\"]},{\"location\":\"Poland Central\",\"zones\":[\"3\",\"2\",\"1\"]}],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation\"},{\"resourceType\":\"locations/capabilities\",\"locations\":[\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-06-01-preview\",\"2023-03-01-preview\",\"2022-12-01\",\"2022-11-01-preview\",\"2022-05-01-privatepreview\",\"2022-05-01-preview\",\"2022-03-08-privatepreview\",\"2022-03-08-preview\",\"2022-01-20-preview\",\"2021-06-01-preview\",\"2021-06-01\",\"2020-02-14-privatepreview\",\"2020-02-14-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Australia East\",\"Australia Central\",\"Australia Southeast\",\"Brazil South\",\"Canada East\",\"Canada Central\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Italy North\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Poland Central\",\"Qatar Central\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2023-06-01-preview\",\"2023-03-01-preview\",\"2022-12-01\",\"2022-11-01-preview\",\"2022-05-01-privatepreview\",\"2022-05-01-preview\",\"2022-03-08-privatepreview\",\"2022-03-08-preview\",\"2022-01-20-preview\",\"2021-06-01-preview\",\"2021-06-01\",\"2020-02-14-privatepreview\",\"2020-02-14-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/recoverableServers\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"servers/virtualNetworkRules\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"Switzerland West\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\",\"Qatar Central\",\"Brazil Southeast\",\"Central US EUAP\",\"East US 2 EUAP\",\"Germany North\",\"Israel Central\",\"Italy North\",\"Norway West\",\"Poland Central\",\"UAE Central\"],\"apiVersions\":[\"2023-06-01-preview\",\"2023-03-01-preview\",\"2022-12-01\",\"2022-11-01-preview\",\"2022-05-01-privatepreview\",\"2022-05-01-preview\",\"2022-03-08-privatepreview\",\"2022-03-08-preview\",\"2022-01-20-preview\",\"2021-06-01-preview\",\"2021-06-01\",\"2020-11-05-preview\",\"2020-02-14-privatepreview\",\"2020-02-14-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"availableEngineVersions\",\"locations\":[\"East US 2\",\"East US\",\"North Europe\",\"Southeast Asia\",\"West Europe\",\"West US 2\",\"North Central US\",\"Canada Central\",\"Australia East\",\"UK South\",\"Japan East\",\"Central US\",\"Korea Central\",\"Central India\",\"East Asia\",\"France Central\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"Qatar Central\",\"Australia Central\",\"Canada East\",\"South India\",\"Brazil South\",\"Germany West Central\",\"Japan West\",\"West Central US\",\"West US\",\"South Central US\",\"West US 3\"],\"apiVersions\":[\"2023-03-02-preview\",\"2022-11-08\",\"2020-10-05-privatepreview\"],\"capabilities\":\"None\"},{\"resourceType\":\"getPrivateDnsZoneSuffix\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"North Europe\",\"North Central US\",\"Norway East\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"Switzerland North\",\"Switzerland West\",\"Sweden Central\",\"UAE North\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"Qatar Central\"],\"apiVersions\":[],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2017-12-01-preview\",\"2017-12-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3\",\"Italy North\",\"Poland Central\",\"Qatar Central\",\"Switzerland West\"],\"apiVersions\":[],\"capabilities\":\"None\"},{\"resourceType\":\"locations/azureAsyncOperation\",\"locations\":[\"Australia Central\",\"Australia Central 2\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US 2\",\"East US\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"South India\",\"Southeast Asia\",\"Norway East\",\"Sweden Central\",\"Switzerland North\",\"UAE North\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West India\",\"West US\",\"West US 2\",\"West US 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment