Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bblanchon/554856ab6bd057423a596a49339e9c2b to your computer and use it in GitHub Desktop.
Save bblanchon/554856ab6bd057423a596a49339e9c2b to your computer and use it in GitHub Desktop.
Latest versions of all Azure ARM resource providers
Get-AzureRmResourceProvider |
Select ProviderNamespace -Expand ResourceTypes |
Sort-Object ProviderNamespace,ResourceTypeName |
Format-Table ProviderNamespace,ResourceTypeName,@{Name="LatestApiVersion";Expression={$_.ApiVersions[0]}}
@bblanchon
Copy link
Author

ProviderNamespace               ResourceTypeName                                          LatestApiVersion
-----------------               ----------------                                          ----------------
Microsoft.ADHybridHealthService aadsupportcases                                           2014-01-01
Microsoft.ADHybridHealthService addsservices                                              2014-01-01
Microsoft.ADHybridHealthService agents                                                    2014-01-01
Microsoft.ADHybridHealthService anonymousapiusers                                         2014-01-01
Microsoft.ADHybridHealthService configuration                                             2014-01-01
Microsoft.ADHybridHealthService logs                                                      2014-01-01
Microsoft.ADHybridHealthService operations                                                2014-01-01
Microsoft.ADHybridHealthService reports                                                   2014-01-01
Microsoft.ADHybridHealthService servicehealthmetrics                                      2014-01-01
Microsoft.ADHybridHealthService services                                                  2014-01-01
Microsoft.Authorization         classicAdministrators                                     2015-06-01
Microsoft.Authorization         locks                                                     2015-01-01
Microsoft.Authorization         operations                                                2015-07-01
Microsoft.Authorization         permissions                                               2015-07-01
Microsoft.Authorization         policyAssignments                                         2016-04-01
Microsoft.Authorization         policyDefinitions                                         2016-04-01
Microsoft.Authorization         providerOperations                                        2015-07-01-preview
Microsoft.Authorization         roleAssignments                                           2015-07-01
Microsoft.Authorization         roleDefinitions                                           2015-07-01
Microsoft.Batch                 batchAccounts                                             2015-12-01
Microsoft.Cache                 checkNameAvailability                                     2016-04-01
Microsoft.Cache                 operations                                                2016-04-01
Microsoft.Cache                 Redis                                                     2016-04-01
Microsoft.Cache                 Redis/diagnosticSettings                                  2014-04-01
Microsoft.Cache                 Redis/metricDefinitions                                   2014-04-01
Microsoft.Cache                 RedisConfigDefinition                                     2016-04-01
Microsoft.ClassicCompute        capabilities                                              2016-04-01
Microsoft.ClassicCompute        checkDomainNameAvailability                               2016-04-01
Microsoft.ClassicCompute        domainNames                                               2016-04-01
Microsoft.ClassicCompute        domainNames/slots                                         2016-04-01
Microsoft.ClassicCompute        domainNames/slots/roles                                   2016-04-01
Microsoft.ClassicCompute        domainNames/slots/roles/metricDefinitions                 2014-04-01
Microsoft.ClassicCompute        domainNames/slots/roles/metrics                           2014-04-01
Microsoft.ClassicCompute        moveSubscriptionResources                                 2016-04-01
Microsoft.ClassicCompute        operations                                                2016-04-01
Microsoft.ClassicCompute        operationStatuses                                         2016-04-01
Microsoft.ClassicCompute        quotas                                                    2016-04-01
Microsoft.ClassicCompute        resourceTypes                                             2016-04-01
Microsoft.ClassicCompute        virtualMachines                                           2016-04-01
Microsoft.ClassicCompute        virtualMachines/diagnosticSettings                        2014-04-01
Microsoft.ClassicCompute        virtualMachines/metricDefinitions                         2014-04-01
Microsoft.ClassicCompute        virtualMachines/metrics                                   2014-04-01
Microsoft.ClassicStorage        capabilities                                              2016-04-01
Microsoft.ClassicStorage        checkStorageAccountAvailability                           2016-04-01
Microsoft.ClassicStorage        disks                                                     2016-04-01
Microsoft.ClassicStorage        images                                                    2016-04-01
Microsoft.ClassicStorage        operations                                                2016-04-01
Microsoft.ClassicStorage        osImages                                                  2016-04-01
Microsoft.ClassicStorage        quotas                                                    2016-04-01
Microsoft.ClassicStorage        storageAccounts                                           2016-04-01
Microsoft.ClassicStorage        storageAccounts/metricDefinitions                         2014-04-01
Microsoft.ClassicStorage        storageAccounts/metrics                                   2014-04-01
Microsoft.ClassicStorage        storageAccounts/services                                  2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/diagnosticSettings               2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/metricDefinitions                2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/metrics                          2014-04-01
Microsoft.Compute               availabilitySets                                          2016-03-30
Microsoft.Compute               locations                                                 2016-03-30
Microsoft.Compute               locations/operations                                      2016-03-30
Microsoft.Compute               locations/publishers                                      2016-03-30
Microsoft.Compute               locations/usages                                          2016-03-30
Microsoft.Compute               locations/vmSizes                                         2016-03-30
Microsoft.Compute               operations                                                2016-03-30
Microsoft.Compute               virtualMachines                                           2016-03-30
Microsoft.Compute               virtualMachines/diagnosticSettings                        2014-04-01
Microsoft.Compute               virtualMachines/extensions                                2016-03-30
Microsoft.Compute               virtualMachines/metricDefinitions                         2014-04-01
Microsoft.Compute               virtualMachineScaleSets                                   2016-03-30
Microsoft.Compute               virtualMachineScaleSets/extensions                        2016-03-30
Microsoft.Compute               virtualMachineScaleSets/networkInterfaces                 2016-03-30
Microsoft.Compute               virtualMachineScaleSets/virtualMachines                   2016-03-30
Microsoft.Compute               virtualMachineScaleSets/virtualMachines/networkInterfaces 2016-03-30
Microsoft.Features              features                                                  2015-12-01
Microsoft.Features              operations                                                2015-12-01
Microsoft.Features              providers                                                 2015-12-01
Microsoft.Insights              alertrules                                                2016-03-01
Microsoft.Insights              automatedExportSettings                                   2015-04-01
Microsoft.Insights              autoscalesettings                                         2015-04-01
Microsoft.Insights              components                                                2015-05-01
Microsoft.Insights              diagnosticSettings                                        2015-07-01
Microsoft.Insights              eventtypes                                                2015-04-01
Microsoft.Insights              locations                                                 2015-04-01
Microsoft.Insights              locations/operationResults                                2015-04-01
Microsoft.Insights              logDefinitions                                            2015-07-01
Microsoft.Insights              metricDefinitions                                         2015-07-01
Microsoft.Insights              operations                                                2015-04-01
Microsoft.Insights              queries                                                   2015-05-01
Microsoft.Insights              webtests                                                  2015-05-01
Microsoft.MobileEngagement      appcollections                                            2014-12-01
Microsoft.MobileEngagement      appcollections/apps                                       2014-12-01
Microsoft.MobileEngagement      checkappcollectionnameavailability                        2014-12-01
Microsoft.MobileEngagement      supportedplatforms                                        2014-12-01
Microsoft.Network               applicationGateways                                       2016-03-30
Microsoft.Network               checkTrafficManagerNameAvailability                       2015-11-01
Microsoft.Network               connections                                               2016-03-30
Microsoft.Network               dnszones                                                  2016-04-01
Microsoft.Network               dnszones/A                                                2016-04-01
Microsoft.Network               dnszones/AAAA                                             2016-04-01
Microsoft.Network               dnszones/CNAME                                            2016-04-01
Microsoft.Network               dnszones/MX                                               2016-04-01
Microsoft.Network               dnszones/PTR                                              2016-04-01
Microsoft.Network               dnszones/SRV                                              2016-04-01
Microsoft.Network               dnszones/TXT                                              2016-04-01
Microsoft.Network               expressRouteCircuits                                      2016-03-30
Microsoft.Network               expressRouteServiceProviders                              2016-03-30
Microsoft.Network               loadBalancers                                             2016-03-30
Microsoft.Network               localNetworkGateways                                      2016-03-30
Microsoft.Network               locations                                                 2016-03-30
Microsoft.Network               locations/CheckDnsNameAvailability                        2016-03-30
Microsoft.Network               locations/operationResults                                2016-03-30
Microsoft.Network               locations/operations                                      2016-03-30
Microsoft.Network               locations/usages                                          2016-03-30
Microsoft.Network               networkInterfaces                                         2016-03-30
Microsoft.Network               networkSecurityGroups                                     2016-03-30
Microsoft.Network               operations                                                2016-03-30
Microsoft.Network               publicIPAddresses                                         2016-03-30
Microsoft.Network               routeTables                                               2016-03-30
Microsoft.Network               trafficmanagerprofiles                                    2015-11-01
Microsoft.Network               virtualNetworkGateways                                    2016-03-30
Microsoft.Network               virtualNetworks                                           2016-03-30
Microsoft.OperationalInsights   linkTargets                                               2015-03-20
Microsoft.OperationalInsights   operations                                                2014-11-10
Microsoft.OperationalInsights   storageInsightConfigs                                     2014-10-10
Microsoft.OperationalInsights   workspaces                                                2015-11-01-preview
Microsoft.Resources             checkresourcename                                         2015-01-01
Microsoft.Resources             deployments                                               2016-02-01
Microsoft.Resources             deployments/operations                                    2016-02-01
Microsoft.Resources             links                                                     2015-01-01
Microsoft.Resources             operations                                                2015-01-01
Microsoft.Resources             providers                                                 2015-01-01
Microsoft.Resources             resourceGroups                                            2015-01-01
Microsoft.Resources             resources                                                 2015-01-01
Microsoft.Resources             subscriptions                                             2015-01-01
Microsoft.Resources             subscriptions/locations                                   2015-01-01
Microsoft.Resources             subscriptions/operationresults                            2015-01-01
Microsoft.Resources             subscriptions/providers                                   2015-01-01
Microsoft.Resources             subscriptions/resourceGroups                              2015-01-01
Microsoft.Resources             subscriptions/resourcegroups/resources                    2015-01-01
Microsoft.Resources             subscriptions/resources                                   2015-01-01
Microsoft.Resources             subscriptions/tagnames                                    2015-01-01
Microsoft.Resources             subscriptions/tagNames/tagValues                          2015-01-01
Microsoft.Resources             tenants                                                   2015-01-01
Microsoft.Sql                   checkNameAvailability                                     2014-04-01-preview
Microsoft.Sql                   locations                                                 2014-04-01-preview
Microsoft.Sql                   locations/capabilities                                    2014-04-01-preview
Microsoft.Sql                   operations                                                2014-04-01-preview
Microsoft.Sql                   servers                                                   2014-04-01-preview
Microsoft.Sql                   servers/administratorOperationResults                     2014-04-01-preview
Microsoft.Sql                   servers/administrators                                    2014-04-01-preview
Microsoft.Sql                   servers/advisors                                          2015-05-01-preview
Microsoft.Sql                   servers/aggregatedDatabaseMetrics                         2014-04-01-preview
Microsoft.Sql                   servers/auditingPolicies                                  2014-04-01-preview
Microsoft.Sql                   servers/auditingSettings                                  2015-05-01-preview
Microsoft.Sql                   servers/communicationLinks                                2014-04-01-preview
Microsoft.Sql                   servers/connectionPolicies                                2014-04-01-preview
Microsoft.Sql                   servers/databases                                         2015-05-01-preview
Microsoft.Sql                   servers/databases/advisors                                2015-05-01-preview
Microsoft.Sql                   servers/databases/auditingPolicies                        2014-04-01-preview
Microsoft.Sql                   servers/databases/auditingSettings                        2015-05-01-preview
Microsoft.Sql                   servers/databases/connectionPolicies                      2014-04-01-preview
Microsoft.Sql                   servers/databases/dataMaskingPolicies                     2014-04-01-preview
Microsoft.Sql                   servers/databases/dataMaskingPolicies/rules               2014-04-01-preview
Microsoft.Sql                   servers/databases/extensions                              2014-04-01-preview
Microsoft.Sql                   servers/databases/metricDefinitions                       2014-04-01-preview
Microsoft.Sql                   servers/databases/metrics                                 2014-04-01-preview
Microsoft.Sql                   servers/databases/securityAlertPolicies                   2014-04-01-preview
Microsoft.Sql                   servers/databases/topQueries                              2014-04-01-preview
Microsoft.Sql                   servers/databases/topQueries/queryText                    2014-04-01-preview
Microsoft.Sql                   servers/databaseSecurityPolicies                          2014-04-01-preview
Microsoft.Sql                   servers/disasterRecoveryConfiguration                     2014-04-01-preview
Microsoft.Sql                   servers/elasticPoolEstimates                              2015-05-01-preview
Microsoft.Sql                   servers/elasticpools                                      2014-04-01-preview
Microsoft.Sql                   servers/elasticPools/advisors                             2015-05-01-preview
Microsoft.Sql                   servers/elasticpools/metricdefinitions                    2014-04-01-preview
Microsoft.Sql                   servers/elasticpools/metrics                              2014-04-01-preview
Microsoft.Sql                   servers/firewallrules                                     2014-04-01-preview
Microsoft.Sql                   servers/import                                            2014-04-01-preview
Microsoft.Sql                   servers/importExportOperationResults                      2014-04-01-preview
Microsoft.Sql                   servers/operationResults                                  2014-04-01-preview
Microsoft.Sql                   servers/recommendedElasticPools                           2014-04-01-preview
Microsoft.Sql                   servers/recoverableDatabases                              2014-04-01-preview
Microsoft.Sql                   servers/resourcepools                                     2014-04-01-preview
Microsoft.Sql                   servers/restorableDroppedDatabases                        2014-04-01-preview
Microsoft.Sql                   servers/securityAlertPolicies                             2015-05-01-preview
Microsoft.Sql                   servers/serviceObjectives                                 2014-04-01-preview
Microsoft.Sql                   servers/usages                                            2014-04-01-preview
Microsoft.Storage               checkNameAvailability                                     2016-01-01
Microsoft.Storage               operations                                                2016-01-01
Microsoft.Storage               storageAccounts                                           2016-01-01
Microsoft.Storage               storageAccounts/services                                  2014-04-01
Microsoft.Storage               storageAccounts/services/metricDefinitions                2014-04-01
Microsoft.Storage               usages                                                    2016-01-01
microsoft.support               operations                                                2015-07-01-Preview
microsoft.support               supporttickets                                            2015-07-01-Preview
microsoft.visualstudio          account                                                   2014-04-01-preview
microsoft.visualstudio          account/project                                           2014-04-01-preview

@bblanchon
Copy link
Author

ProviderNamespace               ResourceTypeName                                          LatestApiVersion
-----------------               ----------------                                          ----------------
Microsoft.ADHybridHealthService aadsupportcases                                           2014-01-01
Microsoft.ADHybridHealthService addsservices                                              2014-01-01
Microsoft.ADHybridHealthService agents                                                    2014-01-01
Microsoft.ADHybridHealthService anonymousapiusers                                         2014-01-01
Microsoft.ADHybridHealthService configuration                                             2014-01-01
Microsoft.ADHybridHealthService logs                                                      2014-01-01
Microsoft.ADHybridHealthService operations                                                2014-01-01
Microsoft.ADHybridHealthService reports                                                   2014-01-01
Microsoft.ADHybridHealthService servicehealthmetrics                                      2014-01-01
Microsoft.ADHybridHealthService services                                                  2014-01-01
Microsoft.Authorization         classicAdministrators                                     2015-06-01
Microsoft.Authorization         elevateAccess                                             2016-07-01
Microsoft.Authorization         locks                                                     2015-01-01
Microsoft.Authorization         operations                                                2016-07-01
Microsoft.Authorization         permissions                                               2016-07-01
Microsoft.Authorization         policyAssignments                                         2016-04-01
Microsoft.Authorization         policyDefinitions                                         2016-04-01
Microsoft.Authorization         providerOperations                                        2016-07-01
Microsoft.Authorization         roleAssignments                                           2016-07-01
Microsoft.Authorization         roleDefinitions                                           2016-07-01
Microsoft.Batch                 batchAccounts                                             2015-12-01
Microsoft.Batch                 locations                                                 2015-09-01
Microsoft.Batch                 locations/quotas                                          2015-12-01
Microsoft.Batch                 operations                                                2015-12-01
Microsoft.Cache                 checkNameAvailability                                     2016-04-01
Microsoft.Cache                 locations                                                 2016-04-01
Microsoft.Cache                 locations/operationResults                                2016-04-01
Microsoft.Cache                 operations                                                2016-04-01
Microsoft.Cache                 Redis                                                     2016-04-01
Microsoft.Cache                 Redis/diagnosticSettings                                  2014-04-01
Microsoft.Cache                 Redis/metricDefinitions                                   2014-04-01
Microsoft.Cache                 RedisConfigDefinition                                     2016-04-01
Microsoft.ClassicCompute        capabilities                                              2016-04-01
Microsoft.ClassicCompute        checkDomainNameAvailability                               2016-04-01
Microsoft.ClassicCompute        domainNames                                               2016-04-01
Microsoft.ClassicCompute        domainNames/slots                                         2016-04-01
Microsoft.ClassicCompute        domainNames/slots/roles                                   2016-04-01
Microsoft.ClassicCompute        domainNames/slots/roles/metricDefinitions                 2014-04-01
Microsoft.ClassicCompute        domainNames/slots/roles/metrics                           2014-04-01
Microsoft.ClassicCompute        moveSubscriptionResources                                 2016-04-01
Microsoft.ClassicCompute        operatingSystemFamilies                                   2016-04-01
Microsoft.ClassicCompute        operatingSystems                                          2016-04-01
Microsoft.ClassicCompute        operations                                                2016-04-01
Microsoft.ClassicCompute        operationStatuses                                         2016-04-01
Microsoft.ClassicCompute        quotas                                                    2016-04-01
Microsoft.ClassicCompute        resourceTypes                                             2016-04-01
Microsoft.ClassicCompute        validateSubscriptionMoveAvailability                      2016-04-01
Microsoft.ClassicCompute        virtualMachines                                           2016-04-01
Microsoft.ClassicCompute        virtualMachines/diagnosticSettings                        2014-04-01
Microsoft.ClassicCompute        virtualMachines/metricDefinitions                         2014-04-01
Microsoft.ClassicCompute        virtualMachines/metrics                                   2014-04-01
Microsoft.ClassicStorage        capabilities                                              2016-04-01
Microsoft.ClassicStorage        checkStorageAccountAvailability                           2016-04-01
Microsoft.ClassicStorage        disks                                                     2016-04-01
Microsoft.ClassicStorage        images                                                    2016-04-01
Microsoft.ClassicStorage        operations                                                2016-04-01
Microsoft.ClassicStorage        osImages                                                  2016-04-01
Microsoft.ClassicStorage        publicImages                                              2016-04-01
Microsoft.ClassicStorage        quotas                                                    2016-04-01
Microsoft.ClassicStorage        storageAccounts                                           2016-04-01
Microsoft.ClassicStorage        storageAccounts/metricDefinitions                         2014-04-01
Microsoft.ClassicStorage        storageAccounts/metrics                                   2014-04-01
Microsoft.ClassicStorage        storageAccounts/services                                  2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/diagnosticSettings               2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/metricDefinitions                2014-04-01
Microsoft.ClassicStorage        storageAccounts/services/metrics                          2014-04-01
Microsoft.Compute               availabilitySets                                          2016-03-30
Microsoft.Compute               disks                                                     2016-04-30-preview
Microsoft.Compute               locations                                                 2016-04-30-preview
Microsoft.Compute               locations/diskoperations                                  2016-04-30-preview
Microsoft.Compute               locations/operations                                      2016-03-30
Microsoft.Compute               locations/publishers                                      2016-03-30
Microsoft.Compute               locations/usages                                          2016-03-30
Microsoft.Compute               locations/vmSizes                                         2016-03-30
Microsoft.Compute               operations                                                2016-03-30
Microsoft.Compute               snapshots                                                 2016-04-30-preview
Microsoft.Compute               virtualMachines                                           2016-03-30
Microsoft.Compute               virtualMachines/diagnosticSettings                        2014-04-01
Microsoft.Compute               virtualMachines/extensions                                2016-03-30
Microsoft.Compute               virtualMachines/metricDefinitions                         2014-04-01
Microsoft.Compute               virtualMachineScaleSets                                   2016-03-30
Microsoft.Compute               virtualMachineScaleSets/extensions                        2016-03-30
Microsoft.Compute               virtualMachineScaleSets/networkInterfaces                 2016-03-30
Microsoft.Compute               virtualMachineScaleSets/virtualMachines                   2016-03-30
Microsoft.Compute               virtualMachineScaleSets/virtualMachines/networkInterfaces 2016-03-30
Microsoft.Features              features                                                  2015-12-01
Microsoft.Features              operations                                                2015-12-01
Microsoft.Features              providers                                                 2015-12-01
microsoft.insights              alertrules                                                2016-03-01
microsoft.insights              automatedExportSettings                                   2015-04-01
microsoft.insights              autoscalesettings                                         2015-04-01
microsoft.insights              components                                                2015-05-01
microsoft.insights              diagnosticSettings                                        2015-07-01
microsoft.insights              eventCategories                                           2015-04-01
microsoft.insights              eventtypes                                                2015-04-01
microsoft.insights              locations                                                 2015-04-01
microsoft.insights              locations/operationResults                                2015-04-01
microsoft.insights              logDefinitions                                            2015-07-01
microsoft.insights              logprofiles                                               2016-03-01
microsoft.insights              metricDefinitions                                         2016-03-01
microsoft.insights              metrics                                                   2016-06-01
microsoft.insights              operations                                                2015-04-01
microsoft.insights              queries                                                   2015-05-01
microsoft.insights              webtests                                                  2015-05-01
Microsoft.MobileEngagement      appcollections                                            2014-12-01
Microsoft.MobileEngagement      appcollections/apps                                       2014-12-01
Microsoft.MobileEngagement      checkappcollectionnameavailability                        2014-12-01
Microsoft.MobileEngagement      supportedplatforms                                        2014-12-01
Microsoft.Network               applicationGateways                                       2016-07-01
Microsoft.Network               checkTrafficManagerNameAvailability                       2015-11-01
Microsoft.Network               connections                                               2016-07-01
Microsoft.Network               dnsOperationResults                                       2016-04-01
Microsoft.Network               dnsOperationStatuses                                      2016-04-01
Microsoft.Network               dnszones                                                  2016-04-01
Microsoft.Network               dnszones/A                                                2016-04-01
Microsoft.Network               dnszones/AAAA                                             2016-04-01
Microsoft.Network               dnszones/CNAME                                            2016-04-01
Microsoft.Network               dnszones/MX                                               2016-04-01
Microsoft.Network               dnszones/PTR                                              2016-04-01
Microsoft.Network               dnszones/SRV                                              2016-04-01
Microsoft.Network               dnszones/TXT                                              2016-04-01
Microsoft.Network               expressRouteCircuits                                      2016-07-01
Microsoft.Network               expressRouteServiceProviders                              2016-07-01
Microsoft.Network               loadBalancers                                             2016-07-01
Microsoft.Network               localNetworkGateways                                      2016-07-01
Microsoft.Network               locations                                                 2016-07-01
Microsoft.Network               locations/CheckDnsNameAvailability                        2016-07-01
Microsoft.Network               locations/operationResults                                2016-07-01
Microsoft.Network               locations/operations                                      2016-07-01
Microsoft.Network               locations/usages                                          2016-07-01
Microsoft.Network               networkInterfaces                                         2016-07-01
Microsoft.Network               networkSecurityGroups                                     2016-07-01
Microsoft.Network               operations                                                2016-07-01
Microsoft.Network               publicIPAddresses                                         2016-07-01
Microsoft.Network               routeTables                                               2016-07-01
Microsoft.Network               trafficmanagerprofiles                                    2015-11-01
Microsoft.Network               virtualNetworkGateways                                    2016-07-01
Microsoft.Network               virtualNetworks                                           2016-07-01
Microsoft.OperationalInsights   linkTargets                                               2015-03-20
Microsoft.OperationalInsights   operations                                                2014-11-10
Microsoft.OperationalInsights   storageInsightConfigs                                     2014-10-10
Microsoft.OperationalInsights   workspaces                                                2015-11-01-preview
Microsoft.OperationalInsights   workspaces/dataSources                                    2015-11-01-preview
Microsoft.Resources             checkresourcename                                         2016-07-01
Microsoft.Resources             deployments                                               2016-07-01
Microsoft.Resources             deployments/operations                                    2016-07-01
Microsoft.Resources             links                                                     2016-07-01
Microsoft.Resources             locations                                                 2016-07-01
Microsoft.Resources             operations                                                2015-01-01
Microsoft.Resources             providers                                                 2016-07-01
Microsoft.Resources             resourceGroups                                            2016-07-01
Microsoft.Resources             resources                                                 2016-07-01
Microsoft.Resources             subscriptions                                             2016-07-01
Microsoft.Resources             subscriptions/locations                                   2016-07-01
Microsoft.Resources             subscriptions/operationresults                            2016-07-01
Microsoft.Resources             subscriptions/providers                                   2016-07-01
Microsoft.Resources             subscriptions/resourceGroups                              2016-07-01
Microsoft.Resources             subscriptions/resourcegroups/resources                    2016-07-01
Microsoft.Resources             subscriptions/resources                                   2016-07-01
Microsoft.Resources             subscriptions/tagnames                                    2016-07-01
Microsoft.Resources             subscriptions/tagNames/tagValues                          2016-07-01
Microsoft.Resources             tenants                                                   2016-07-01
Microsoft.Storage               checkNameAvailability                                     2016-01-01
Microsoft.Storage               operations                                                2016-01-01
Microsoft.Storage               storageAccounts                                           2016-01-01
Microsoft.Storage               storageAccounts/services                                  2014-04-01
Microsoft.Storage               storageAccounts/services/metricDefinitions                2014-04-01
Microsoft.Storage               usages                                                    2016-01-01
microsoft.support               operations                                                2015-07-01-Preview
microsoft.support               supporttickets                                            2015-07-01-Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment