-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_quota_limit and azurerm_quota_current return wrong results with scope="machinelearningservices" and quota=~"standard.*|Standard.*" #83
Comments
Hi, I have un update:
The examples shown only regards quotas which name starts with I'm going to edit the title of the issue accordingly. |
Hi, May you please give me an update on this problem? Thank you in advance for all the help, Filippo Ferrando |
check the Azure REST API response via powershell, eg: Invoke-AzRestMethod -Method GET -Uri https://management.azure.com/subscriptions/{SUBSCRIPTIONID}/providers/Microsoft.MachineLearningServices/locations/{LOCATION}/usages?api-version=2022-10-01 the Azure REST api shows following values for me in my personal subscription: {
"unit": "Count",
"currentValue": 0,
"limit": -1,
"name": {
"value": "standardMSv2Family",
"localizedValue": "Standard MSv2 Family Cluster LowPriority vCPUs"
},
"type": "Microsoft.MachineLearningServices/vmFamily/lowPriorityCores/usages",
"id": "/subscriptions/xxxxxxxxx/usages/standardMSv2Family"
} the exporter just shows the value from the API. |
Hi,
The metric azurerm_quota_limit returns strange results, -1, with the parameters specified in the title. These limits are obviously different on Azure (0 or positives). The permission of the service principal used by the exporter is Reader on Azure management group containing all the subscriptions. An image with example comparison follows:
Thank you in advance for all the help,
Best regards.
Filippo Ferrando
The text was updated successfully, but these errors were encountered: