
az-provider
List of commands for az-provider:
-
az-provider:tldr:2dbac az-provider: Unregister a provider.$ az provider unregister --namespace ${Microsoft-Automation}try on your machineexplain this command
-
az-provider:tldr:84737 az-provider: List all providers for a subscription.$ az provider listtry on your machineexplain this command
-
az-provider:tldr:93cb7 az-provider: Register a provider.$ az provider register --namespace ${Microsoft-PolicyInsights}try on your machineexplain this command
-
az-provider:tldr:93f7b az-provider: Show information about a specific provider.$ az provider show --namespace ${Microsoft-Storage}try on your machineexplain this command
-
az-provider:tldr:b4658 az-provider: List all resource types for a specific provider.$ az provider list --query "[?namespace=='${Microsoft-Network}'].resourceTypes[].resourceType"try on your machineexplain this command