You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I logged into a valid Azure subscription (with az) then ran the script using ./scripts/quota_check_all_regions.sh
What I expected:
To get a list of reqions with valid quota
What I saw:
Verbose output that threw errors for locations like "switzerland" despite telling us that this was not in the list of supported locations.
What I expected:
The script should only be looking for quota in the supported locations to start with. This script did NOT take any input from the user so seeing this is confusing because I have no idea why it is checking that location.
----------------------------------------
🔍 Checking region: switzerland
ERROR: (NoRegisteredProviderFound) No registered resource provider found for location 'switzerland' and API version '2023-05-01' for type 'locations/usages'. The supported api-versions are '2023-05-01, 2023-06-01-preview, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01'. The supported locations are 'global, australiaeast, brazilsouth, westus, westus2, westeurope, northeurope, southeastasia, eastasia, westcentralus, southcentralus, eastus, eastus2, canadacentral, japaneast, centralindia, uksouth, japanwest, koreacentral, francecentral, northcentralus, centralus, southafricanorth, uaenorth, swedencentral, switzerlandnorth, switzerlandwest, germanywestcentral, norwayeast, westus3, jioindiawest, qatarcentral, canadaeast, polandcentral, southindia, italynorth, spaincentral, ukwest, jioindiacentral'.
Code: NoRegisteredProviderFound
Message: No registered resource provider found for location 'switzerland' and API version '2023-05-01' for type 'locations/usages'. The supported api-versions are '2023-05-01, 2023-06-01-preview, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01'. The supported locations are 'global, australiaeast, brazilsouth, westus, westus2, westeurope, northeurope, southeastasia, eastasia, westcentralus, southcentralus, eastus, eastus2, canadacentral, japaneast, centralindia, uksouth, japanwest, koreacentral, francecentral, northcentralus, centralus, southafricanorth, uaenorth, swedencentral, switzerlandnorth, switzerlandwest, germanywestcentral, norwayeast, westus3, jioindiawest, qatarcentral, canadaeast, polandcentral, southindia, italynorth, spaincentral, ukwest, jioindiacentral'.
⚠️ WARNING: Failed to retrieve quota for region switzerland. Skipping.
The text was updated successfully, but these errors were encountered:
Describe the bug
I logged into a valid Azure subscription (with az) then ran the script using
./scripts/quota_check_all_regions.sh
What I expected:
To get a list of reqions with valid quota
What I saw:
Verbose output that threw errors for locations like "switzerland" despite telling us that this was not in the list of supported locations.
What I expected:
The script should only be looking for quota in the supported locations to start with. This script did NOT take any input from the user so seeing this is confusing because I have no idea why it is checking that location.
The text was updated successfully, but these errors were encountered: