[Monitor] Azure Monitor Essentials 100% depth Support#17472
[Monitor] Azure Monitor Essentials 100% depth Support#17472
Conversation
|
Monitor |
| return _generic_table_convert(results, row_convert) | ||
|
|
||
|
|
||
| def metrics_namespaces_table(results): |
There was a problem hiding this comment.
By default metricNamespaceName will not show as a table column because it's the second level property.
ToddKingMSFT
left a comment
There was a problem hiding this comment.
In the example documentation, why do we have a placeholder for subscription id but resource group and the resource name have real values?
/subscriptions/{subscriptionID}/resourceGroups/Space1999/providers/Microsoft.Network/networkSecurityGroups/ADDS-NSG
It seems like it should be consistent like
/subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/Microsoft.Network/networkSecurityGroups/{resourceName}
I will fix it. Thanks. |
Description
Testing Guide
History Notes
[Monitor] Add new command
az monitor metrics list-namespacesThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.