Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.22k stars 3.83k forks source link

Get-AzLocation does not include EdgeZones in the response #20743

Open viananth opened 1 year ago

viananth commented 1 year ago

Description

Get-AzLocation cmdlet sends the right API request while "-ExtendedLocation" parameter is included. And receives the correct response with all EdgeZones available for the subscription.

But Az PowerShell does not parse the response correctly and excludes the edgezones information in its output.

Issue script & Debug output

** Get-AzLocation -ExtendedLocation $true**

DEBUG: [Common.Authentication]: Authenticating using Account: 'viananth@microsoft.com', environment: 'AzureCloud', tenant: '72f988bf-86f1-41af-91ab-2d7cd011db47'
DEBUG: 3:09:24 AM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'72f988bf-86f1-41af-91ab-2d7cd011db47', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/',
UserId:'viananth@microsoft.com'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] [WamBroker] WAM supported OS.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] [WamBroker] ListWindowsWorkAndSchoolAccounts option was not enabled.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - f6784137-7a7b-4944-90e2-4b87422ce84a] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] Found 1 cache accounts and 0 broker accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] Returning 1 accounts
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] MSAL MSAL.Desktop with assembly version '4.49.1.0'. CorrelationId(2f8c6718-3eac-46fc-b3e3-d47842e99e03)
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === AcquireTokenSilent Parameters ===
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] LoginHint provided: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Account provided: True
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] ForceRefresh: False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03]
=== Request Data ===
Authority Provided? - True
Scopes - https://management.core.windows.net//.default
Extra Query Params Keys (space separated) -
ApiId - AcquireTokenSilent
IsConfidentialClient - False
SendX5C - False
LoginHint ? False
IsBrokerConfigured - True
HomeAccountId - False
CorrelationId - 2f8c6718-3eac-46fc-b3e3-d47842e99e03
UserAssertion set: False
LongRunningOboCacheKey set: False
Region configured:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === Token Acquisition (SilentRequest) started:
  Scopes: https://management.core.windows.net//.default
 Authority Host: login.microsoftonline.com
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Access token is not expired. Returning the found cache entry. [Current time (01/25/2023 21:39:25) - Expiration Time (01/25/2023
22:52:24 +00:00) - Extended Expiration Time (01/25/2023 22:52:24 +00:00)]
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Returning access token found in cache. RefreshOn exists ? False
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] [Region discovery] Not using a regional authority.
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03]
 === Token Acquisition finished successfully:
DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03]  AT expiration time: 1/25/2023 10:52:24 PM +00:00, scopes: https://management.core.windows.net//user_impersonation
https://management.core.windows.net//.default. source: Cache
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2023-01-25T22:52:24.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '72f988bf-86f1-41af-91ab-2d7cd011db47', UserId: 'viananth@microsoft.com'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/providers?api-version=2021-04-01

Headers:
x-ms-client-request-id        : 49b3876b-d643-4c88-991d-f4ef401c4337
accept-language               : en-US

Rest API logs (as debug logs are too large to capture and paste):
=============
GET https://management.azure.com/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations?api-version=2021-01-01&includeExtendedLocations=true HTTP/1.1
x-ms-client-request-id: 2138ddd4-a6d1-48e4-805c-3741828390d6
accept-language: en-US
User-Agent: FxVersion/4.8.4515.0 OSName/Windows OSVersion/Microsoft.Windows.10.0.22000. Microsoft.Azure.Management.ResourceManager.SubscriptionClient/3.17.3.0 AzurePowershell/v0.0.0 PSVersion/v5.1.22000.1335 Az.Resources/6.3.1
CommandName: Get-AzLocation
ParameterSetName: ExtendedLocation
Host: management.azure.com]

Response:
========
HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: application/json; charset=utf-8
Expires: -1
x-ms-ratelimit-remaining-subscription-reads: 11999
x-ms-request-id: 4ca3b5e2-268f-475f-921f-4ee62ebd7dc0
x-ms-correlation-request-id: 4ca3b5e2-268f-475f-921f-4ee62ebd7dc0
x-ms-routing-request-id: WESTUS:20230124T230352Z:4ca3b5e2-268f-475f-921f-4ee62ebd7dc0
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
Date: Tue, 24 Jan 2023 23:03:51 GMT
Content-Length: 42549

{"value":[{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus","name":"eastus","type":"Region","displayName":"East US","regionalDisplayName":"(US) East US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-79.8164","latitude":"37.3719","physicalLocation":"Virginia","pairedRegion":[{"name":"westus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2","name":"eastus2","type":"Region","displayName":"East US 2","regionalDisplayName":"(US) East US 2","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-78.3889","latitude":"36.6681","physicalLocation":"Virginia","pairedRegion":[{"name":"centralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus","name":"southcentralus","type":"Region","displayName":"South Central US","regionalDisplayName":"(US) South Central US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-98.5","latitude":"29.4167","physicalLocation":"Texas","pairedRegion":[{"name":"northcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2","name":"westus2","type":"Region","displayName":"West US 2","regionalDisplayName":"(US) West US 2","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-119.852","latitude":"47.233","physicalLocation":"Washington","pairedRegion":[{"name":"westcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus3","name":"westus3","type":"Region","displayName":"West US 3","regionalDisplayName":"(US) West US 3","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-112.074036","latitude":"33.448376","physicalLocation":"Phoenix","pairedRegion":[{"name":"eastus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiaeast","name":"australiaeast","type":"Region","displayName":"Australia East","regionalDisplayName":"(Asia Pacific) Australia East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"151.2094","latitude":"-33.86","physicalLocation":"New South Wales","pairedRegion":[{"name":"australiasoutheast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasia","name":"southeastasia","type":"Region","displayName":"Southeast Asia","regionalDisplayName":"(Asia Pacific) Southeast Asia","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"103.833","latitude":"1.283","physicalLocation":"Singapore","pairedRegion":[{"name":"eastasia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northeurope","name":"northeurope","type":"Region","displayName":"North Europe","regionalDisplayName":"(Europe) North Europe","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"-6.2597","latitude":"53.3478","physicalLocation":"Ireland","pairedRegion":[{"name":"westeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/swedencentral","name":"swedencentral","type":"Region","displayName":"Sweden Central","regionalDisplayName":"(Europe) Sweden Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"17.14127","latitude":"60.67488","physicalLocation":"Gävle","pairedRegion":[{"name":"swedensouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/swedensouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uksouth","name":"uksouth","type":"Region","displayName":"UK South","regionalDisplayName":"(Europe) UK South","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"-0.799","latitude":"50.941","physicalLocation":"London","pairedRegion":[{"name":"ukwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/ukwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope","name":"westeurope","type":"Region","displayName":"West Europe","regionalDisplayName":"(Europe) West Europe","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"4.9","latitude":"52.3667","physicalLocation":"Netherlands","pairedRegion":[{"name":"northeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralus","name":"centralus","type":"Region","displayName":"Central US","regionalDisplayName":"(US) Central US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-93.6208","latitude":"41.5908","physicalLocation":"Iowa","pairedRegion":[{"name":"eastus2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricanorth","name":"southafricanorth","type":"Region","displayName":"South Africa North","regionalDisplayName":"(Africa) South Africa North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Africa","longitude":"28.218370","latitude":"-25.731340","physicalLocation":"Johannesburg","pairedRegion":[{"name":"southafricawest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricawest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralindia","name":"centralindia","type":"Region","displayName":"Central India","regionalDisplayName":"(Asia Pacific) Central India","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"73.9197","latitude":"18.5822","physicalLocation":"Pune","pairedRegion":[{"name":"southindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasia","name":"eastasia","type":"Region","displayName":"East Asia","regionalDisplayName":"(Asia Pacific) East Asia","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"114.188","latitude":"22.267","physicalLocation":"Hong Kong","pairedRegion":[{"name":"southeastasia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japaneast","name":"japaneast","type":"Region","displayName":"Japan East","regionalDisplayName":"(Asia Pacific) Japan East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"139.77","latitude":"35.68","physicalLocation":"Tokyo, Saitama","pairedRegion":[{"name":"japanwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japanwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreacentral","name":"koreacentral","type":"Region","displayName":"Korea Central","regionalDisplayName":"(Asia Pacific) Korea Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"126.9780","latitude":"37.5665","physicalLocation":"Seoul","pairedRegion":[{"name":"koreasouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreasouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral","name":"canadacentral","type":"Region","displayName":"Canada Central","regionalDisplayName":"(Canada) Canada Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Canada","longitude":"-79.383","latitude":"43.653","physicalLocation":"Toronto","pairedRegion":[{"name":"canadaeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadaeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francecentral","name":"francecentral","type":"Region","displayName":"France Central","regionalDisplayName":"(Europe) France Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"2.3730","latitude":"46.3772","physicalLocation":"Paris","pairedRegion":[{"name":"francesouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francesouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanywestcentral","name":"germanywestcentral","type":"Region","displayName":"Germany West Central","regionalDisplayName":"(Europe) Germany West Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"8.682127","latitude":"50.110924","physicalLocation":"Frankfurt","pairedRegion":[{"name":"germanynorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanynorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwayeast","name":"norwayeast","type":"Region","displayName":"Norway East","regionalDisplayName":"(Europe) Norway East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"10.752245","latitude":"59.913868","physicalLocation":"Norway","pairedRegion":[{"name":"norwaywest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwaywest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandnorth","name":"switzerlandnorth","type":"Region","displayName":"Switzerland North","regionalDisplayName":"(Europe) Switzerland North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"8.564572","latitude":"47.451542","physicalLocation":"Zurich","pairedRegion":[{"name":"switzerlandwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaenorth","name":"uaenorth","type":"Region","displayName":"UAE North","regionalDisplayName":"(Middle East) UAE North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Middle East","longitude":"55.316666","latitude":"25.266666","physicalLocation":"Dubai","pairedRegion":[{"name":"uaecentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaecentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsouth","name":"brazilsouth","type":"Region","displayName":"Brazil South","regionalDisplayName":"(South America) Brazil South","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"South America","longitude":"-46.633","latitude":"-23.55","physicalLocation":"Sao Paulo State","pairedRegion":[{"name":"southcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap","name":"eastus2euap","type":"Region","displayName":"East US 2 EUAP","regionalDisplayName":"(US) East US 2 EUAP","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-78.3889","latitude":"36.6681","pairedRegion":[{"name":"centraluseuap","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centraluseuap"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/qatarcentral","name":"qatarcentral","type":"Region","displayName":"Qatar Central","regionalDisplayName":"(Middle East) Qatar Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Middle East","longitude":"51.439327","latitude":"25.551462","physicalLocation":"Doha","pairedRegion":[{"name":"westeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralusstage","name":"centralusstage","type":"Region","displayName":"Central US (Stage)","regionalDisplayName":"(US) Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastusstage","name":"eastusstage","type":"Region","displayName":"East US (Stage)","regionalDisplayName":"(US) East US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2stage","name":"eastus2stage","type":"Region","displayName":"East US 2 (Stage)","regionalDisplayName":"(US) East US 2 (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralusstage","name":"northcentralusstage","type":"Region","displayName":"North Central US (Stage)","regionalDisplayName":"(US) North Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstage","name":"southcentralusstage","type":"Region","displayName":"South Central US (Stage)","regionalDisplayName":"(US) South Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westusstage","name":"westusstage","type":"Region","displayName":"West US (Stage)","regionalDisplayName":"(US) West US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2stage","name":"westus2stage","type":"Region","displayName":"West US 2 (Stage)","regionalDisplayName":"(US) West US 2 (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asia","name":"asia","type":"Region","displayName":"Asia","regionalDisplayName":"Asia","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asiapacific","name":"asiapacific","type":"Region","displayName":"Asia Pacific","regionalDisplayName":"Asia Pacific","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australia","name":"australia","type":"Region","displayName":"Australia","regionalDisplayName":"Australia","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazil","name":"brazil","type":"Region","displayName":"Brazil","regionalDisplayName":"Brazil","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canada","name":"canada","type":"Region","displayName":"Canada","regionalDisplayName":"Canada","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/europe","name":"europe","type":"Region","displayName":"Europe","regionalDisplayName":"Europe","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/france","name":"france","type":"Region","displayName":"France","regionalDisplayName":"France","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germany","name":"germany","type":"Region","displayName":"Germany","regionalDisplayName":"Germany","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/global","name":"global","type":"Region","displayName":"Global","regionalDisplayName":"Global","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/india","name":"india","type":"Region","displayName":"India","regionalDisplayName":"India","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japan","name":"japan","type":"Region","displayName":"Japan","regionalDisplayName":"Japan","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/korea","name":"korea","type":"Region","displayName":"Korea","regionalDisplayName":"Korea","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norway","name":"norway","type":"Region","displayName":"Norway","regionalDisplayName":"Norway","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/singapore","name":"singapore","type":"Region","displayName":"Singapore","regionalDisplayName":"Singapore","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafrica","name":"southafrica","type":"Region","displayName":"South Africa","regionalDisplayName":"South Africa","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerland","name":"switzerland","type":"Region","displayName":"Switzerland","regionalDisplayName":"Switzerland","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uae","name":"uae","type":"Region","displayName":"United Arab Emirates","regionalDisplayName":"United Arab Emirates","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uk","name":"uk","type":"Region","displayName":"United Kingdom","regionalDisplayName":"United Kingdom","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/unitedstates","name":"unitedstates","type":"Region","displayName":"United States","regionalDisplayName":"United States","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/unitedstateseuap","name":"unitedstateseuap","type":"Region","displayName":"United States EUAP","regionalDisplayName":"United States EUAP","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasiastage","name":"eastasiastage","type":"Region","displayName":"East Asia (Stage)","regionalDisplayName":"(Asia Pacific) East Asia (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"Asia Pacific"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasiastage","name":"southeastasiastage","type":"Region","displayName":"Southeast Asia (Stage)","regionalDisplayName":"(Asia Pacific) Southeast Asia (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"Asia Pacific"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastusstg","name":"eastusstg","type":"Region","displayName":"East US STG","regionalDisplayName":"(US) East US STG","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-79.8164","latitude":"37.3719","physicalLocation":"Virginia","pairedRegion":[{"name":"southcentralusstg","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstg"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralus","name":"northcentralus","type":"Region","displayName":"North Central US","regionalDisplayName":"(US) North Central US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-87.6278","latitude":"41.8819","physicalLocation":"Illinois","pairedRegion":[{"name":"southcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus","name":"westus","type":"Region","displayName":"West US","regionalDisplayName":"(US) West US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.417","latitude":"37.783","physicalLocation":"California","pairedRegion":[{"name":"eastus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiawest","name":"jioindiawest","type":"Region","displayName":"Jio India West","regionalDisplayName":"(Asia Pacific) Jio India West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"70.05773","latitude":"22.470701","physicalLocation":"Jamnagar","pairedRegion":[{"name":"jioindiacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centraluseuap","name":"centraluseuap","type":"Region","displayName":"Central US EUAP","regionalDisplayName":"(US) Central US EUAP","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-93.6208","latitude":"41.5908","pairedRegion":[{"name":"eastus2euap","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westcentralus","name":"westcentralus","type":"Region","displayName":"West Central US","regionalDisplayName":"(US) West Central US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-110.234","latitude":"40.890","physicalLocation":"Wyoming","pairedRegion":[{"name":"westus2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricawest","name":"southafricawest","type":"Region","displayName":"South Africa West","regionalDisplayName":"(Africa) South Africa West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Africa","longitude":"18.843266","latitude":"-34.075691","physicalLocation":"Cape Town","pairedRegion":[{"name":"southafricanorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricanorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral","name":"australiacentral","type":"Region","displayName":"Australia Central","regionalDisplayName":"(Asia Pacific) Australia Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"149.1244","latitude":"-35.3075","physicalLocation":"Canberra","pairedRegion":[{"name":"australiacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral2","name":"australiacentral2","type":"Region","displayName":"Australia Central 2","regionalDisplayName":"(Asia Pacific) Australia Central 2","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"149.1244","latitude":"-35.3075","physicalLocation":"Canberra","pairedRegion":[{"name":"australiacentral2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast","name":"australiasoutheast","type":"Region","displayName":"Australia Southeast","regionalDisplayName":"(Asia Pacific) Australia Southeast","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"144.9631","latitude":"-37.8136","physicalLocation":"Victoria","pairedRegion":[{"name":"australiaeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiaeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japanwest","name":"japanwest","type":"Region","displayName":"Japan West","regionalDisplayName":"(Asia Pacific) Japan West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"135.5022","latitude":"34.6939","physicalLocation":"Osaka","pairedRegion":[{"name":"japaneast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japaneast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiacentral","name":"jioindiacentral","type":"Region","displayName":"Jio India Central","regionalDisplayName":"(Asia Pacific) Jio India Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"79.08886","latitude":"21.146633","physicalLocation":"Nagpur","pairedRegion":[{"name":"jioindiawest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiawest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreasouth","name":"koreasouth","type":"Region","displayName":"Korea South","regionalDisplayName":"(Asia Pacific) Korea South","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"129.0756","latitude":"35.1796","physicalLocation":"Busan","pairedRegion":[{"name":"koreacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia","name":"southindia","type":"Region","displayName":"South India","regionalDisplayName":"(Asia Pacific) South India","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"80.1636","latitude":"12.9822","physicalLocation":"Chennai","pairedRegion":[{"name":"centralindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westindia","name":"westindia","type":"Region","displayName":"West India","regionalDisplayName":"(Asia Pacific) West India","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"72.868","latitude":"19.088","physicalLocation":"Mumbai","pairedRegion":[{"name":"southindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadaeast","name":"canadaeast","type":"Region","displayName":"Canada East","regionalDisplayName":"(Canada) Canada East","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Canada","longitude":"-71.217","latitude":"46.817","physicalLocation":"Quebec","pairedRegion":[{"name":"canadacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francesouth","name":"francesouth","type":"Region","displayName":"France South","regionalDisplayName":"(Europe) France South","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"2.1972","latitude":"43.8345","physicalLocation":"Marseille","pairedRegion":[{"name":"francecentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francecentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanynorth","name":"germanynorth","type":"Region","displayName":"Germany North","regionalDisplayName":"(Europe) Germany North","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"8.806422","latitude":"53.073635","physicalLocation":"Berlin","pairedRegion":[{"name":"germanywestcentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanywestcentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwaywest","name":"norwaywest","type":"Region","displayName":"Norway West","regionalDisplayName":"(Europe) Norway West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"5.733107","latitude":"58.969975","physicalLocation":"Norway","pairedRegion":[{"name":"norwayeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwayeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandwest","name":"switzerlandwest","type":"Region","displayName":"Switzerland West","regionalDisplayName":"(Europe) Switzerland West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"6.143158","latitude":"46.204391","physicalLocation":"Geneva","pairedRegion":[{"name":"switzerlandnorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandnorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/ukwest","name":"ukwest","type":"Region","displayName":"UK West","regionalDisplayName":"(Europe) UK West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"-3.084","latitude":"53.427","physicalLocation":"Cardiff","pairedRegion":[{"name":"uksouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uksouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaecentral","name":"uaecentral","type":"Region","displayName":"UAE Central","regionalDisplayName":"(Middle East) UAE Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Middle East","longitude":"54.366669","latitude":"24.466667","physicalLocation":"Abu Dhabi","pairedRegion":[{"name":"uaenorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaenorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsoutheast","name":"brazilsoutheast","type":"Region","displayName":"Brazil Southeast","regionalDisplayName":"(South America) Brazil Southeast","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"South America","longitude":"-43.2075","latitude":"-22.90278","physicalLocation":"Rio","pairedRegion":[{"name":"brazilsouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2/edgeZones/attatlanta1","name":"attatlanta1","type":"EdgeZone","displayName":"ATT Atlanta A","regionalDisplayName":"(US) ATT Atlanta A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-84.42356394","latitude":"33.73199927","homeLocation":"eastus2"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus/edgeZones/attdallas1","name":"attdallas1","type":"EdgeZone","displayName":"ATT Dallas A","regionalDisplayName":"(US) ATT Dallas A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-96.67669","latitude":"33.00933","homeLocation":"southcentralus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/attlosangeles1","name":"attlosangeles1","type":"EdgeZone","displayName":"ATT Los Angeles A","regionalDisplayName":"(US) ATT Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.23537","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/cvxhou1","name":"cvxhou1","type":"EdgeZone","displayName":"Chevron Houston 1","regionalDisplayName":"(US) Chevron Houston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-95.3713","latitude":"29.7546","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/eastus2euapmockedge","name":"eastus2euapmockedge","type":"EdgeZone","displayName":"East US 2 EUAP Mock Edge","regionalDisplayName":"(US) East US 2 EUAP Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/ezecustomerlabboston1","name":"ezecustomerlabboston1","type":"EdgeZone","displayName":"EZE Customer Lab Boston 1","regionalDisplayName":"(US) EZE Customer Lab Boston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-71.219038","latitude":"42.301218","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus/edgeZones/ezecustomerlabhouston1","name":"ezecustomerlabhouston1","type":"EdgeZone","displayName":"EZE Customer Lab Houston 1","regionalDisplayName":"(US) EZE Customer Lab Houston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-95.41452","latitude":"29.9411","homeLocation":"southcentralus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/ezerr10","name":"ezerr10","type":"EdgeZone","displayName":"EZE RR 10","regionalDisplayName":"(US) EZE RR 10","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/microsoftlasvegas1","name":"microsoftlasvegas1","type":"EdgeZone","displayName":"Las Vegas A","regionalDisplayName":"(US) Las Vegas A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-115.216172","latitude":"36.055332","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/microsoftlosangeles1","name":"microsoftlosangeles1","type":"EdgeZone","displayName":"Los Angeles A","regionalDisplayName":"(US) Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.235374","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2/edgeZones/microsoftmiami1","name":"microsoftmiami1","type":"EdgeZone","displayName":"Miami A","regionalDisplayName":"(US) Miami A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-80.191455","latitude":"25.945794","homeLocation":"eastus2"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftb25lab1","name":"microsoftb25lab1","type":"EdgeZone","displayName":"Microsoft B25 Lab 1","regionalDisplayName":"(US) Microsoft B25 Lab 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftdclabs1","name":"microsoftdclabs1","type":"EdgeZone","displayName":"Microsoft DC Labs 1","regionalDisplayName":"(US) Microsoft DC Labs 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/aezlosangeles1","name":"aezlosangeles1","type":"EdgeZone","displayName":"Microsoft Los Angeles A","regionalDisplayName":"(US) Microsoft Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.23537","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab1","name":"microsoftrrdclab1","type":"EdgeZone","displayName":"Microsoft RRDC Lab 1","regionalDisplayName":"(US) Microsoft RRDC Lab 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab2","name":"microsoftrrdclab2","type":"EdgeZone","displayName":"Microsoft RRDC Lab 2","regionalDisplayName":"(US) Microsoft RRDC Lab 2","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab3","name":"microsoftrrdclab3","type":"EdgeZone","displayName":"Microsoft RRDC Lab 3","regionalDisplayName":"(US) Microsoft RRDC Lab 3","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab4","name":"microsoftrrdclab4","type":"EdgeZone","displayName":"Microsoft RRDC Lab 4","regionalDisplayName":"(US) Microsoft RRDC Lab 4","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab5","name":"microsoftrrdclab5","type":"EdgeZone","displayName":"Microsoft RRDC Lab 5","regionalDisplayName":"(US) Microsoft RRDC Lab 5","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab6","name":"microsoftrrdclab6","type":"EdgeZone","displayName":"Microsoft RRDC Lab 6","regionalDisplayName":"(US) Microsoft RRDC Lab 6","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab7","name":"microsoftrrdclab7","type":"EdgeZone","displayName":"Microsoft RRDC Lab 7","regionalDisplayName":"(US) Microsoft RRDC Lab 7","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab8","name":"microsoftrrdclab8","type":"EdgeZone","displayName":"Microsoft RRDC Lab 8","regionalDisplayName":"(US) Microsoft RRDC Lab 8","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/microsoftnewyork1","name":"microsoftnewyork1","type":"EdgeZone","displayName":"New York A","regionalDisplayName":"(US) New York A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-74.484724","latitude":"40.556953","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/onefleetedge1mockedge","name":"onefleetedge1mockedge","type":"EdgeZone","displayName":"Onefleet Edge 1 Mock Edge","regionalDisplayName":"(US) Onefleet Edge 1 Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstg/edgeZones/southcentralusstgmockedge","name":"southcentralusstgmockedge","type":"EdgeZone","displayName":"South Central US STG Mock Edge","regionalDisplayName":"(US) South Central US STG Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"southcentralusstg"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/vzwindsor1","name":"vzwindsor1","type":"EdgeZone","displayName":"VZ Windsor","regionalDisplayName":"(US) VZ Windsor","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-72.675179","latitude":"41.866325","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast/edgeZones/microsoftperth1","name":"microsoftperth1","type":"EdgeZone","displayName":"Perth A","regionalDisplayName":"(Asia Pacific) Perth A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"115.797655","latitude":"-31.955941","homeLocation":"australiasoutheast"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asiasoutheast/edgeZones/sgxsingapore1","name":"sgxsingapore1","type":"EdgeZone","displayName":"SGX Singapore 1","regionalDisplayName":"(Asia Pacific) SGX Singapore 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"103.88877679999999","latitude":"1.340225686","homeLocation":"asiasoutheast"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral/edgeZones/microsoftvancouver1","name":"microsoftvancouver1","type":"EdgeZone","displayName":"Vancouver A","regionalDisplayName":"(Canada) Vancouver A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Canada","longitude":"-123.029662","latitude":"49.259589","homeLocation":"canadacentral"}}]}

Environment data

PS C:\Users\viananth> $psversiontable

Name                           Value
----                           -----
PSVersion                      5.1.19041.2364
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.2364
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Module versions

PS C:\Users\viananth> get-module Az*

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     2.11.1     Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault...}
Script     5.3.0      Az.Compute                          {Add-AzImageDataDisk, Add-AzVhd, Add-AzVMAdditionalUnattendContent, Add-AzVMDataDisk...}
Script     6.5.1      Az.Resources                        {Export-AzResourceGroup, Export-AzTemplateSpec, Get-AzDenyAssignment, Get-AzDeployment...}

Error output

No response

ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @josephkwchan, @jennyhunter-msft.

Issue Details
### Description Get-AzLocation cmdlet sends the right API request while "-ExtendedLocation" parameter is included. And receives the correct response with all EdgeZones available for the subscription. But Az PowerShell does not parse the response correctly and excludes the edgezones information in its output. ### Issue script & Debug output ```PowerShell ** Get-AzLocation -ExtendedLocation $true** DEBUG: [Common.Authentication]: Authenticating using Account: 'viananth@microsoft.com', environment: 'AzureCloud', tenant: '72f988bf-86f1-41af-91ab-2d7cd011db47' DEBUG: 3:09:24 AM - [SilentAuthenticator] Calling SharedTokenCacheCredential.GetTokenAsync - TenantId:'72f988bf-86f1-41af-91ab-2d7cd011db47', Scopes:'https://management.core.windows.net//.default', AuthorityHost:'https://login.microsoftonline.com/', UserId:'viananth@microsoft.com' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 11e39af6-df43-4dd2-aad8-b4449800ce20] IsLegacyAdalCacheEnabled: yes DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] [WamBroker] WAM supported OS. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] [WamBroker] ListWindowsWorkAndSchoolAccounts option was not enabled. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - f6784137-7a7b-4944-90e2-4b87422ce84a] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] Found 1 cache accounts and 0 broker accounts DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z] Returning 1 accounts DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] MSAL MSAL.Desktop with assembly version '4.49.1.0'. CorrelationId(2f8c6718-3eac-46fc-b3e3-d47842e99e03) DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === AcquireTokenSilent Parameters === DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] LoginHint provided: False DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Account provided: True DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] ForceRefresh: False DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === Request Data === Authority Provided? - True Scopes - https://management.core.windows.net//.default Extra Query Params Keys (space separated) - ApiId - AcquireTokenSilent IsConfidentialClient - False SendX5C - False LoginHint ? False IsBrokerConfigured - True HomeAccountId - False CorrelationId - 2f8c6718-3eac-46fc-b3e3-d47842e99e03 UserAssertion set: False LongRunningOboCacheKey set: False Region configured: DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === Token Acquisition (SilentRequest) started: Scopes: https://management.core.windows.net//.default Authority Host: login.microsoftonline.com DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Access token is not expired. Returning the found cache entry. [Current time (01/25/2023 21:39:25) - Expiration Time (01/25/2023 22:52:24 +00:00) - Extended Expiration Time (01/25/2023 22:52:24 +00:00)] DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] Returning access token found in cache. RefreshOn exists ? False DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] [Region discovery] Not using a regional authority. DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] === Token Acquisition finished successfully: DEBUG: False MSAL 4.49.1.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-01-25 21:39:25Z - 2f8c6718-3eac-46fc-b3e3-d47842e99e03] AT expiration time: 1/25/2023 10:52:24 PM +00:00, scopes: https://management.core.windows.net//user_impersonation https://management.core.windows.net//.default. source: Cache DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2023-01-25T22:52:24.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '72f988bf-86f1-41af-91ab-2d7cd011db47', UserId: 'viananth@microsoft.com' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/providers?api-version=2021-04-01 Headers: x-ms-client-request-id : 49b3876b-d643-4c88-991d-f4ef401c4337 accept-language : en-US Rest API logs (as debug logs are too large to capture and paste): ============= GET https://management.azure.com/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations?api-version=2021-01-01&includeExtendedLocations=true HTTP/1.1 x-ms-client-request-id: 2138ddd4-a6d1-48e4-805c-3741828390d6 accept-language: en-US User-Agent: FxVersion/4.8.4515.0 OSName/Windows OSVersion/Microsoft.Windows.10.0.22000. Microsoft.Azure.Management.ResourceManager.SubscriptionClient/3.17.3.0 AzurePowershell/v0.0.0 PSVersion/v5.1.22000.1335 Az.Resources/6.3.1 CommandName: Get-AzLocation ParameterSetName: ExtendedLocation Host: management.azure.com] Response: ======== HTTP/1.1 200 OK Cache-Control: no-cache Pragma: no-cache Content-Type: application/json; charset=utf-8 Expires: -1 x-ms-ratelimit-remaining-subscription-reads: 11999 x-ms-request-id: 4ca3b5e2-268f-475f-921f-4ee62ebd7dc0 x-ms-correlation-request-id: 4ca3b5e2-268f-475f-921f-4ee62ebd7dc0 x-ms-routing-request-id: WESTUS:20230124T230352Z:4ca3b5e2-268f-475f-921f-4ee62ebd7dc0 Strict-Transport-Security: max-age=31536000; includeSubDomains X-Content-Type-Options: nosniff Date: Tue, 24 Jan 2023 23:03:51 GMT Content-Length: 42549 {"value":[{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus","name":"eastus","type":"Region","displayName":"East US","regionalDisplayName":"(US) East US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-79.8164","latitude":"37.3719","physicalLocation":"Virginia","pairedRegion":[{"name":"westus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2","name":"eastus2","type":"Region","displayName":"East US 2","regionalDisplayName":"(US) East US 2","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-78.3889","latitude":"36.6681","physicalLocation":"Virginia","pairedRegion":[{"name":"centralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus","name":"southcentralus","type":"Region","displayName":"South Central US","regionalDisplayName":"(US) South Central US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-98.5","latitude":"29.4167","physicalLocation":"Texas","pairedRegion":[{"name":"northcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2","name":"westus2","type":"Region","displayName":"West US 2","regionalDisplayName":"(US) West US 2","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-119.852","latitude":"47.233","physicalLocation":"Washington","pairedRegion":[{"name":"westcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus3","name":"westus3","type":"Region","displayName":"West US 3","regionalDisplayName":"(US) West US 3","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-112.074036","latitude":"33.448376","physicalLocation":"Phoenix","pairedRegion":[{"name":"eastus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiaeast","name":"australiaeast","type":"Region","displayName":"Australia East","regionalDisplayName":"(Asia Pacific) Australia East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"151.2094","latitude":"-33.86","physicalLocation":"New South Wales","pairedRegion":[{"name":"australiasoutheast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasia","name":"southeastasia","type":"Region","displayName":"Southeast Asia","regionalDisplayName":"(Asia Pacific) Southeast Asia","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"103.833","latitude":"1.283","physicalLocation":"Singapore","pairedRegion":[{"name":"eastasia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northeurope","name":"northeurope","type":"Region","displayName":"North Europe","regionalDisplayName":"(Europe) North Europe","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"-6.2597","latitude":"53.3478","physicalLocation":"Ireland","pairedRegion":[{"name":"westeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/swedencentral","name":"swedencentral","type":"Region","displayName":"Sweden Central","regionalDisplayName":"(Europe) Sweden Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"17.14127","latitude":"60.67488","physicalLocation":"Gävle","pairedRegion":[{"name":"swedensouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/swedensouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uksouth","name":"uksouth","type":"Region","displayName":"UK South","regionalDisplayName":"(Europe) UK South","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"-0.799","latitude":"50.941","physicalLocation":"London","pairedRegion":[{"name":"ukwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/ukwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope","name":"westeurope","type":"Region","displayName":"West Europe","regionalDisplayName":"(Europe) West Europe","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"4.9","latitude":"52.3667","physicalLocation":"Netherlands","pairedRegion":[{"name":"northeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralus","name":"centralus","type":"Region","displayName":"Central US","regionalDisplayName":"(US) Central US","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-93.6208","latitude":"41.5908","physicalLocation":"Iowa","pairedRegion":[{"name":"eastus2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricanorth","name":"southafricanorth","type":"Region","displayName":"South Africa North","regionalDisplayName":"(Africa) South Africa North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Africa","longitude":"28.218370","latitude":"-25.731340","physicalLocation":"Johannesburg","pairedRegion":[{"name":"southafricawest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricawest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralindia","name":"centralindia","type":"Region","displayName":"Central India","regionalDisplayName":"(Asia Pacific) Central India","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"73.9197","latitude":"18.5822","physicalLocation":"Pune","pairedRegion":[{"name":"southindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasia","name":"eastasia","type":"Region","displayName":"East Asia","regionalDisplayName":"(Asia Pacific) East Asia","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"114.188","latitude":"22.267","physicalLocation":"Hong Kong","pairedRegion":[{"name":"southeastasia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japaneast","name":"japaneast","type":"Region","displayName":"Japan East","regionalDisplayName":"(Asia Pacific) Japan East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"139.77","latitude":"35.68","physicalLocation":"Tokyo, Saitama","pairedRegion":[{"name":"japanwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japanwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreacentral","name":"koreacentral","type":"Region","displayName":"Korea Central","regionalDisplayName":"(Asia Pacific) Korea Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Asia Pacific","longitude":"126.9780","latitude":"37.5665","physicalLocation":"Seoul","pairedRegion":[{"name":"koreasouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreasouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral","name":"canadacentral","type":"Region","displayName":"Canada Central","regionalDisplayName":"(Canada) Canada Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Canada","longitude":"-79.383","latitude":"43.653","physicalLocation":"Toronto","pairedRegion":[{"name":"canadaeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadaeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francecentral","name":"francecentral","type":"Region","displayName":"France Central","regionalDisplayName":"(Europe) France Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"2.3730","latitude":"46.3772","physicalLocation":"Paris","pairedRegion":[{"name":"francesouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francesouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanywestcentral","name":"germanywestcentral","type":"Region","displayName":"Germany West Central","regionalDisplayName":"(Europe) Germany West Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"8.682127","latitude":"50.110924","physicalLocation":"Frankfurt","pairedRegion":[{"name":"germanynorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanynorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwayeast","name":"norwayeast","type":"Region","displayName":"Norway East","regionalDisplayName":"(Europe) Norway East","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"10.752245","latitude":"59.913868","physicalLocation":"Norway","pairedRegion":[{"name":"norwaywest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwaywest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandnorth","name":"switzerlandnorth","type":"Region","displayName":"Switzerland North","regionalDisplayName":"(Europe) Switzerland North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Europe","longitude":"8.564572","latitude":"47.451542","physicalLocation":"Zurich","pairedRegion":[{"name":"switzerlandwest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandwest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaenorth","name":"uaenorth","type":"Region","displayName":"UAE North","regionalDisplayName":"(Middle East) UAE North","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Middle East","longitude":"55.316666","latitude":"25.266666","physicalLocation":"Dubai","pairedRegion":[{"name":"uaecentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaecentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsouth","name":"brazilsouth","type":"Region","displayName":"Brazil South","regionalDisplayName":"(South America) Brazil South","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"South America","longitude":"-46.633","latitude":"-23.55","physicalLocation":"Sao Paulo State","pairedRegion":[{"name":"southcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap","name":"eastus2euap","type":"Region","displayName":"East US 2 EUAP","regionalDisplayName":"(US) East US 2 EUAP","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"US","longitude":"-78.3889","latitude":"36.6681","pairedRegion":[{"name":"centraluseuap","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centraluseuap"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/qatarcentral","name":"qatarcentral","type":"Region","displayName":"Qatar Central","regionalDisplayName":"(Middle East) Qatar Central","metadata":{"regionType":"Physical","regionCategory":"Recommended","geographyGroup":"Middle East","longitude":"51.439327","latitude":"25.551462","physicalLocation":"Doha","pairedRegion":[{"name":"westeurope","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westeurope"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralusstage","name":"centralusstage","type":"Region","displayName":"Central US (Stage)","regionalDisplayName":"(US) Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastusstage","name":"eastusstage","type":"Region","displayName":"East US (Stage)","regionalDisplayName":"(US) East US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2stage","name":"eastus2stage","type":"Region","displayName":"East US 2 (Stage)","regionalDisplayName":"(US) East US 2 (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralusstage","name":"northcentralusstage","type":"Region","displayName":"North Central US (Stage)","regionalDisplayName":"(US) North Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstage","name":"southcentralusstage","type":"Region","displayName":"South Central US (Stage)","regionalDisplayName":"(US) South Central US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westusstage","name":"westusstage","type":"Region","displayName":"West US (Stage)","regionalDisplayName":"(US) West US (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2stage","name":"westus2stage","type":"Region","displayName":"West US 2 (Stage)","regionalDisplayName":"(US) West US 2 (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"US"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asia","name":"asia","type":"Region","displayName":"Asia","regionalDisplayName":"Asia","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asiapacific","name":"asiapacific","type":"Region","displayName":"Asia Pacific","regionalDisplayName":"Asia Pacific","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australia","name":"australia","type":"Region","displayName":"Australia","regionalDisplayName":"Australia","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazil","name":"brazil","type":"Region","displayName":"Brazil","regionalDisplayName":"Brazil","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canada","name":"canada","type":"Region","displayName":"Canada","regionalDisplayName":"Canada","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/europe","name":"europe","type":"Region","displayName":"Europe","regionalDisplayName":"Europe","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/france","name":"france","type":"Region","displayName":"France","regionalDisplayName":"France","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germany","name":"germany","type":"Region","displayName":"Germany","regionalDisplayName":"Germany","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/global","name":"global","type":"Region","displayName":"Global","regionalDisplayName":"Global","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/india","name":"india","type":"Region","displayName":"India","regionalDisplayName":"India","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japan","name":"japan","type":"Region","displayName":"Japan","regionalDisplayName":"Japan","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/korea","name":"korea","type":"Region","displayName":"Korea","regionalDisplayName":"Korea","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norway","name":"norway","type":"Region","displayName":"Norway","regionalDisplayName":"Norway","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/singapore","name":"singapore","type":"Region","displayName":"Singapore","regionalDisplayName":"Singapore","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafrica","name":"southafrica","type":"Region","displayName":"South Africa","regionalDisplayName":"South Africa","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerland","name":"switzerland","type":"Region","displayName":"Switzerland","regionalDisplayName":"Switzerland","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uae","name":"uae","type":"Region","displayName":"United Arab Emirates","regionalDisplayName":"United Arab Emirates","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uk","name":"uk","type":"Region","displayName":"United Kingdom","regionalDisplayName":"United Kingdom","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/unitedstates","name":"unitedstates","type":"Region","displayName":"United States","regionalDisplayName":"United States","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/unitedstateseuap","name":"unitedstateseuap","type":"Region","displayName":"United States EUAP","regionalDisplayName":"United States EUAP","metadata":{"regionType":"Logical","regionCategory":"Other"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastasiastage","name":"eastasiastage","type":"Region","displayName":"East Asia (Stage)","regionalDisplayName":"(Asia Pacific) East Asia (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"Asia Pacific"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southeastasiastage","name":"southeastasiastage","type":"Region","displayName":"Southeast Asia (Stage)","regionalDisplayName":"(Asia Pacific) Southeast Asia (Stage)","metadata":{"regionType":"Logical","regionCategory":"Other","geographyGroup":"Asia Pacific"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastusstg","name":"eastusstg","type":"Region","displayName":"East US STG","regionalDisplayName":"(US) East US STG","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-79.8164","latitude":"37.3719","physicalLocation":"Virginia","pairedRegion":[{"name":"southcentralusstg","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstg"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/northcentralus","name":"northcentralus","type":"Region","displayName":"North Central US","regionalDisplayName":"(US) North Central US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-87.6278","latitude":"41.8819","physicalLocation":"Illinois","pairedRegion":[{"name":"southcentralus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus","name":"westus","type":"Region","displayName":"West US","regionalDisplayName":"(US) West US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.417","latitude":"37.783","physicalLocation":"California","pairedRegion":[{"name":"eastus","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiawest","name":"jioindiawest","type":"Region","displayName":"Jio India West","regionalDisplayName":"(Asia Pacific) Jio India West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"70.05773","latitude":"22.470701","physicalLocation":"Jamnagar","pairedRegion":[{"name":"jioindiacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centraluseuap","name":"centraluseuap","type":"Region","displayName":"Central US EUAP","regionalDisplayName":"(US) Central US EUAP","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-93.6208","latitude":"41.5908","pairedRegion":[{"name":"eastus2euap","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westcentralus","name":"westcentralus","type":"Region","displayName":"West Central US","regionalDisplayName":"(US) West Central US","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-110.234","latitude":"40.890","physicalLocation":"Wyoming","pairedRegion":[{"name":"westus2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricawest","name":"southafricawest","type":"Region","displayName":"South Africa West","regionalDisplayName":"(Africa) South Africa West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Africa","longitude":"18.843266","latitude":"-34.075691","physicalLocation":"Cape Town","pairedRegion":[{"name":"southafricanorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southafricanorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral","name":"australiacentral","type":"Region","displayName":"Australia Central","regionalDisplayName":"(Asia Pacific) Australia Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"149.1244","latitude":"-35.3075","physicalLocation":"Canberra","pairedRegion":[{"name":"australiacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral2","name":"australiacentral2","type":"Region","displayName":"Australia Central 2","regionalDisplayName":"(Asia Pacific) Australia Central 2","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"149.1244","latitude":"-35.3075","physicalLocation":"Canberra","pairedRegion":[{"name":"australiacentral2","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiacentral2"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast","name":"australiasoutheast","type":"Region","displayName":"Australia Southeast","regionalDisplayName":"(Asia Pacific) Australia Southeast","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"144.9631","latitude":"-37.8136","physicalLocation":"Victoria","pairedRegion":[{"name":"australiaeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiaeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japanwest","name":"japanwest","type":"Region","displayName":"Japan West","regionalDisplayName":"(Asia Pacific) Japan West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"135.5022","latitude":"34.6939","physicalLocation":"Osaka","pairedRegion":[{"name":"japaneast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/japaneast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiacentral","name":"jioindiacentral","type":"Region","displayName":"Jio India Central","regionalDisplayName":"(Asia Pacific) Jio India Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"79.08886","latitude":"21.146633","physicalLocation":"Nagpur","pairedRegion":[{"name":"jioindiawest","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/jioindiawest"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreasouth","name":"koreasouth","type":"Region","displayName":"Korea South","regionalDisplayName":"(Asia Pacific) Korea South","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"129.0756","latitude":"35.1796","physicalLocation":"Busan","pairedRegion":[{"name":"koreacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/koreacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia","name":"southindia","type":"Region","displayName":"South India","regionalDisplayName":"(Asia Pacific) South India","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"80.1636","latitude":"12.9822","physicalLocation":"Chennai","pairedRegion":[{"name":"centralindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/centralindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westindia","name":"westindia","type":"Region","displayName":"West India","regionalDisplayName":"(Asia Pacific) West India","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"72.868","latitude":"19.088","physicalLocation":"Mumbai","pairedRegion":[{"name":"southindia","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southindia"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadaeast","name":"canadaeast","type":"Region","displayName":"Canada East","regionalDisplayName":"(Canada) Canada East","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Canada","longitude":"-71.217","latitude":"46.817","physicalLocation":"Quebec","pairedRegion":[{"name":"canadacentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francesouth","name":"francesouth","type":"Region","displayName":"France South","regionalDisplayName":"(Europe) France South","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"2.1972","latitude":"43.8345","physicalLocation":"Marseille","pairedRegion":[{"name":"francecentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/francecentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanynorth","name":"germanynorth","type":"Region","displayName":"Germany North","regionalDisplayName":"(Europe) Germany North","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"8.806422","latitude":"53.073635","physicalLocation":"Berlin","pairedRegion":[{"name":"germanywestcentral","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/germanywestcentral"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwaywest","name":"norwaywest","type":"Region","displayName":"Norway West","regionalDisplayName":"(Europe) Norway West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"5.733107","latitude":"58.969975","physicalLocation":"Norway","pairedRegion":[{"name":"norwayeast","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/norwayeast"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandwest","name":"switzerlandwest","type":"Region","displayName":"Switzerland West","regionalDisplayName":"(Europe) Switzerland West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"6.143158","latitude":"46.204391","physicalLocation":"Geneva","pairedRegion":[{"name":"switzerlandnorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/switzerlandnorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/ukwest","name":"ukwest","type":"Region","displayName":"UK West","regionalDisplayName":"(Europe) UK West","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Europe","longitude":"-3.084","latitude":"53.427","physicalLocation":"Cardiff","pairedRegion":[{"name":"uksouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uksouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaecentral","name":"uaecentral","type":"Region","displayName":"UAE Central","regionalDisplayName":"(Middle East) UAE Central","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Middle East","longitude":"54.366669","latitude":"24.466667","physicalLocation":"Abu Dhabi","pairedRegion":[{"name":"uaenorth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/uaenorth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsoutheast","name":"brazilsoutheast","type":"Region","displayName":"Brazil Southeast","regionalDisplayName":"(South America) Brazil Southeast","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"South America","longitude":"-43.2075","latitude":"-22.90278","physicalLocation":"Rio","pairedRegion":[{"name":"brazilsouth","id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/brazilsouth"}]}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2/edgeZones/attatlanta1","name":"attatlanta1","type":"EdgeZone","displayName":"ATT Atlanta A","regionalDisplayName":"(US) ATT Atlanta A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-84.42356394","latitude":"33.73199927","homeLocation":"eastus2"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus/edgeZones/attdallas1","name":"attdallas1","type":"EdgeZone","displayName":"ATT Dallas A","regionalDisplayName":"(US) ATT Dallas A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-96.67669","latitude":"33.00933","homeLocation":"southcentralus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/attlosangeles1","name":"attlosangeles1","type":"EdgeZone","displayName":"ATT Los Angeles A","regionalDisplayName":"(US) ATT Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.23537","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/cvxhou1","name":"cvxhou1","type":"EdgeZone","displayName":"Chevron Houston 1","regionalDisplayName":"(US) Chevron Houston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-95.3713","latitude":"29.7546","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/eastus2euapmockedge","name":"eastus2euapmockedge","type":"EdgeZone","displayName":"East US 2 EUAP Mock Edge","regionalDisplayName":"(US) East US 2 EUAP Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/ezecustomerlabboston1","name":"ezecustomerlabboston1","type":"EdgeZone","displayName":"EZE Customer Lab Boston 1","regionalDisplayName":"(US) EZE Customer Lab Boston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-71.219038","latitude":"42.301218","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralus/edgeZones/ezecustomerlabhouston1","name":"ezecustomerlabhouston1","type":"EdgeZone","displayName":"EZE Customer Lab Houston 1","regionalDisplayName":"(US) EZE Customer Lab Houston 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-95.41452","latitude":"29.9411","homeLocation":"southcentralus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/ezerr10","name":"ezerr10","type":"EdgeZone","displayName":"EZE RR 10","regionalDisplayName":"(US) EZE RR 10","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/microsoftlasvegas1","name":"microsoftlasvegas1","type":"EdgeZone","displayName":"Las Vegas A","regionalDisplayName":"(US) Las Vegas A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-115.216172","latitude":"36.055332","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/microsoftlosangeles1","name":"microsoftlosangeles1","type":"EdgeZone","displayName":"Los Angeles A","regionalDisplayName":"(US) Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.235374","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2/edgeZones/microsoftmiami1","name":"microsoftmiami1","type":"EdgeZone","displayName":"Miami A","regionalDisplayName":"(US) Miami A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-80.191455","latitude":"25.945794","homeLocation":"eastus2"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftb25lab1","name":"microsoftb25lab1","type":"EdgeZone","displayName":"Microsoft B25 Lab 1","regionalDisplayName":"(US) Microsoft B25 Lab 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftdclabs1","name":"microsoftdclabs1","type":"EdgeZone","displayName":"Microsoft DC Labs 1","regionalDisplayName":"(US) Microsoft DC Labs 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/westus/edgeZones/aezlosangeles1","name":"aezlosangeles1","type":"EdgeZone","displayName":"Microsoft Los Angeles A","regionalDisplayName":"(US) Microsoft Los Angeles A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-118.23537","latitude":"34.058414","homeLocation":"westus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab1","name":"microsoftrrdclab1","type":"EdgeZone","displayName":"Microsoft RRDC Lab 1","regionalDisplayName":"(US) Microsoft RRDC Lab 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab2","name":"microsoftrrdclab2","type":"EdgeZone","displayName":"Microsoft RRDC Lab 2","regionalDisplayName":"(US) Microsoft RRDC Lab 2","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab3","name":"microsoftrrdclab3","type":"EdgeZone","displayName":"Microsoft RRDC Lab 3","regionalDisplayName":"(US) Microsoft RRDC Lab 3","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab4","name":"microsoftrrdclab4","type":"EdgeZone","displayName":"Microsoft RRDC Lab 4","regionalDisplayName":"(US) Microsoft RRDC Lab 4","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab5","name":"microsoftrrdclab5","type":"EdgeZone","displayName":"Microsoft RRDC Lab 5","regionalDisplayName":"(US) Microsoft RRDC Lab 5","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab6","name":"microsoftrrdclab6","type":"EdgeZone","displayName":"Microsoft RRDC Lab 6","regionalDisplayName":"(US) Microsoft RRDC Lab 6","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab7","name":"microsoftrrdclab7","type":"EdgeZone","displayName":"Microsoft RRDC Lab 7","regionalDisplayName":"(US) Microsoft RRDC Lab 7","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/microsoftrrdclab8","name":"microsoftrrdclab8","type":"EdgeZone","displayName":"Microsoft RRDC Lab 8","regionalDisplayName":"(US) Microsoft RRDC Lab 8","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-122.03197","latitude":"47.69106","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/microsoftnewyork1","name":"microsoftnewyork1","type":"EdgeZone","displayName":"New York A","regionalDisplayName":"(US) New York A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-74.484724","latitude":"40.556953","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus2euap/edgeZones/onefleetedge1mockedge","name":"onefleetedge1mockedge","type":"EdgeZone","displayName":"Onefleet Edge 1 Mock Edge","regionalDisplayName":"(US) Onefleet Edge 1 Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"eastus2euap"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/southcentralusstg/edgeZones/southcentralusstgmockedge","name":"southcentralusstgmockedge","type":"EdgeZone","displayName":"South Central US STG Mock Edge","regionalDisplayName":"(US) South Central US STG Mock Edge","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","homeLocation":"southcentralusstg"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/eastus/edgeZones/vzwindsor1","name":"vzwindsor1","type":"EdgeZone","displayName":"VZ Windsor","regionalDisplayName":"(US) VZ Windsor","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"US","longitude":"-72.675179","latitude":"41.866325","homeLocation":"eastus"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/australiasoutheast/edgeZones/microsoftperth1","name":"microsoftperth1","type":"EdgeZone","displayName":"Perth A","regionalDisplayName":"(Asia Pacific) Perth A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"115.797655","latitude":"-31.955941","homeLocation":"australiasoutheast"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/asiasoutheast/edgeZones/sgxsingapore1","name":"sgxsingapore1","type":"EdgeZone","displayName":"SGX Singapore 1","regionalDisplayName":"(Asia Pacific) SGX Singapore 1","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Asia Pacific","longitude":"103.88877679999999","latitude":"1.340225686","homeLocation":"asiasoutheast"}},{"id":"/subscriptions/ffc37441-49e9-4291-a520-0b2d4972bb99/locations/canadacentral/edgeZones/microsoftvancouver1","name":"microsoftvancouver1","type":"EdgeZone","displayName":"Vancouver A","regionalDisplayName":"(Canada) Vancouver A","metadata":{"regionType":"Physical","regionCategory":"Other","geographyGroup":"Canada","longitude":"-123.029662","latitude":"49.259589","homeLocation":"canadacentral"}}]} ``` ### Environment data ```PowerShell PS C:\Users\viananth> $psversiontable Name Value ---- ----- PSVersion 5.1.19041.2364 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.2364 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 ``` ### Module versions ```PowerShell PS C:\Users\viananth> get-module Az* ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Script 2.11.1 Az.Accounts {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault...} Script 5.3.0 Az.Compute {Add-AzImageDataDisk, Add-AzVhd, Add-AzVMAdditionalUnattendContent, Add-AzVMDataDisk...} Script 6.5.1 Az.Resources {Export-AzResourceGroup, Export-AzTemplateSpec, Get-AzDenyAssignment, Get-AzDeployment...} ``` ### Error output _No response_
Author: viananth
Assignees: -
Labels: `feature-request`, `Service Attention`, `ARM - Core`
Milestone: -
viananth commented 1 year ago

@jennyhunter-msft Hi, can you please let me know if there are any updates on this issue?

iancarter-msft commented 1 year ago

@viananth This was fixed in a recent update can you try using version 2022-12-01

viananth commented 8 months ago

Hi @iancarter-msft, I tested this with the latest release (Az: 11.2.0) which has API version 2021-01-01 for locations API and it still has the issue unresolved. May I know which AZ PS release will contain 2022-12-01 API Version?

viananth commented 7 months ago

@dingmeng-xue @iancarter-msft @jennyhunter-msft Any update on this issue?