az provider
Manage resource providers.
Name | Description | Type | Status |
---|---|---|---|
az provider list |
Gets all resource providers for a subscription. |
Core | GA |
az provider operation |
Get provider operations metadatas. |
Core | GA |
az provider operation list |
Get operations from all providers. |
Core | GA |
az provider operation show |
Get an individual provider's operations. |
Core | GA |
az provider permission |
Manage permissions for a provider. |
Core | GA |
az provider permission list |
List permissions from a provider. |
Core | GA |
az provider register |
Register a provider. |
Core | GA |
az provider show |
Gets the specified resource provider. |
Core | GA |
az provider unregister |
Unregister a provider. |
Core | GA |
Gets all resource providers for a subscription.
az provider list [--expand]
Display all resource types for the network resource provider.
az provider list --query "[?namespace=='Microsoft.Network'].resourceTypes[].resourceType"
The properties to include in the results. For example, use &$expand=metadata in the query string to retrieve resource provider metadata. To include property aliases in response, use $expand=resourceTypes/aliases. Default value is None.
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.
Register a provider.
az provider register --namespace
[--accept-terms]
[--consent-to-permissions]
[--management-group-id]
[--wait]
Register a provider. (autogenerated)
az provider register --namespace 'Microsoft.PolicyInsights'
Register a provider from RPaaS.
az provider register -n 'Microsoft.Confluent' --accept-terms
Register a management group.
az provider register --namespace Microsoft.Automation -m mgID
The resource namespace, aka 'provider'.
Argument 'accept_terms' has been deprecated and will be removed in a future release.
Accept market place terms and RP terms for RPaaS. Required when registering RPs from RPaaS, such as 'Microsoft.Confluent' and 'Microsoft.Datadog'.
A value indicating whether authorization is consented or not.
The management group id to register.
Wait for the registration to finish.
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.
Gets the specified resource provider.
az provider show --namespace
[--expand]
The resource namespace, aka 'provider'.
The $expand query parameter. For example, to include property aliases in response, use $expand=resourceTypes/aliases. Default value is None.
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.
Unregister a provider.
az provider unregister --namespace
[--wait]
Unregister a provider. (autogenerated)
az provider unregister --namespace Microsoft.Automation
The resource namespace, aka 'provider'.
Wait for unregistration to finish.
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.
Azure CLI feedback
Azure CLI is an open source project. Select a link to provide feedback: