Created
May 2, 2016 12:16
-
-
Save bblanchon/554856ab6bd057423a596a49339e9c2b to your computer and use it in GitHub Desktop.
Latest versions of all Azure ARM resource providers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AzureRmResourceProvider | | |
Select ProviderNamespace -Expand ResourceTypes | | |
Sort-Object ProviderNamespace,ResourceTypeName | | |
Format-Table ProviderNamespace,ResourceTypeName,@{Name="LatestApiVersion";Expression={$_.ApiVersions[0]}} |
Author
bblanchon
commented
Aug 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment