az policy metadata
Get policy metadata resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az policy metadata list |
List policy metadata resources. |
Core | GA |
az policy metadata show |
Get a single policy metadata resource. |
Core | GA |
az policy metadata list
List policy metadata resources.
az policy metadata list [--top]
Examples
Get all policy metadata resources.
az policy metadata list
Get policy metadata resources, limit the output to 5 resources.
az policy metadata list --top 5
Optional Parameters
Maximum number of records to return.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az policy metadata show
Get a single policy metadata resource.
az policy metadata show --name
Examples
Get the policy metadata resource with the name 'ACF1000'.
az policy metadata show --name ACF1000
Required Parameters
The name of the metadata resource.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.