question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az quota list giving an error

See original GitHub issue

Following the instructions for az quota list, I get an error: Command:

az quota list --scope "subscriptions/${CUSTOMER_SUBSCRIPTION_ID}/providers/Microsoft.Compute/locations/australiaeast"

Error:

Command group 'quota' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
(InvalidResourceType) The resource type could not be found in the namespace 'Microsoft.Compute' for api version '2021-03-15-preview'.
Code: InvalidResourceType
Message: The resource type could not be found in the namespace 'Microsoft.Compute' for api version '2021-03-15-preview'.

[Enter feedback here]

Version of az cli:

az version
{
  "azure-cli": "2.36.0",
  "azure-cli-core": "2.36.0",
  "azure-cli-telemetry": "1.0.6",
  "extensions": {
    "account": "0.2.2",
    "ad": "0.1.0",
    "aks-preview": "0.5.56",
    "azure-cli-ml": "1.37.0",
    "azure-devops": "0.23.0",
    "dataprotection": "0.2.0",
    "quota": "0.1.0"
  }
}

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:30 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
jamesongithubcommented, Aug 2, 2022

@rahuls-microsoft @ZengTaoxu @yonzhan

I think people are coming to this github issue since the docs doesn’t exactly state with resource providers are currently supported with az quota

the docs even use az quota with the compute resource provider even though it’s not supported yet.

clarifying the docs with exactly which resource providers are supported along with working examples of supported ones i think would go a long way

1reaction
rahuls-microsoftcommented, Jul 14, 2022

The Microsoft.Compute Resource provider is not supported yet, only Microsoft.Network Resource provider is supported through this Api. We will notify when more RPs are onboarded. Currently QuotaRP is in private preview, so all the subscriptions will not have access to the APIs. We will notify, when it’s public preview starts.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resource quota errors - Azure - Microsoft Learn
Describes how to resolve resource quota errors when deploying resources ... use the az vm list-usage command to find virtual machine quotas.
Read more >
trouble deploying from azure devops because of service quota ...
Failed to create an app in Azure Active Directory. Error: The directory object quota limit for the Principal has been exceeded.
Read more >
Error Messages | Maps JavaScript API - Google Developers
The following tables list the possible error codes returned by the Maps JavaScript ... Your app's requests will work again at the next...
Read more >
Common Survey Errors - Qualtrics
... Using a Mailing List to Survey Synchronizer in COVID-19 Response ... Qualtrics will not tell you if you've deleted a quota being...
Read more >
EC2 instance launch failures - Amazon EC2 Auto Scaling
Error message: The requested Availability Zone is no longer supported. Please retry your request by not specifying an Availability Zone or choosing <list...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found