mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:55:24 +02:00

* az-*: update links and page description * az-aks: update link and page description * az-*: fix typos in Spanish translation * az-*: update links and description in Spanish translation
648 B
648 B
az provider
Manage resource providers. Part of
azure-cli
(also known asaz
). More information: https://learn.microsoft.com/cli/azure/provider.
- Register a provider:
az provider register --namespace {{Microsoft.PolicyInsights}}
- Unregister a provider:
az provider unregister --namespace {{Microsoft.Automation}}
- List all providers for a subscription:
az provider list
- Show information about a specific provider:
az provider show --namespace {{Microsoft.Storage}}
- List all resource types for a specific provider:
az provider list --query "[?namespace=='{{Microsoft.Network}}'].resourceTypes[].resourceType"