@@ -35,7 +35,7 @@ Use the following command to enable Azure CLI Resource Manager mode commands.
35
35
>
36
36
>
37
37
38
- ## azure account: Manage your account information
38
+ ## Account information
39
39
Your Azure subscription information is used by the tool to connect to your account.
40
40
41
41
** List the imported subscriptions**
@@ -62,7 +62,7 @@ Your Azure subscription information is used by the tool to connect to your accou
62
62
account env set [options] [environment]
63
63
account env delete [options] [environment]
64
64
65
- ## azure ad: Commands to display Active Directory objects
65
+ ## Active Directory objects
66
66
** Commands to display active directory applications**
67
67
68
68
ad app create [options]
@@ -89,7 +89,7 @@ Your Azure subscription information is used by the tool to connect to your accou
89
89
ad user list [options]
90
90
ad user show [options]
91
91
92
- ## azure availset: commands to manage your availability sets
92
+ ## Availability sets
93
93
** Creates an availability set within a resource group**
94
94
95
95
availset create [options] <resource-group> <name> <location> [tags]
@@ -106,7 +106,7 @@ Your Azure subscription information is used by the tool to connect to your accou
106
106
107
107
availset delete [options] <resource-group> <name>
108
108
109
- ## azure config: commands to manage your local settings
109
+ ## Local settings
110
110
** List Azure CLI configuration settings**
111
111
112
112
config list [options]
@@ -124,7 +124,7 @@ Your Azure subscription information is used by the tool to connect to your accou
124
124
config mode [options] <modename>
125
125
126
126
127
- ## azure feature: commands to manage account features
127
+ ## Account features
128
128
** List all features available for your subscription**
129
129
130
130
feature list [options]
@@ -137,7 +137,7 @@ Your Azure subscription information is used by the tool to connect to your accou
137
137
138
138
feature register [options] <providerName> <featureName>
139
139
140
- ## azure group: Commands to manage your resource groups
140
+ ## Resource groups
141
141
** Creates a resource group**
142
142
143
143
group create [options] <name> <location>
@@ -176,7 +176,7 @@ Your Azure subscription information is used by the tool to connect to your accou
176
176
group template download [options] [name] [file]
177
177
group template validate [options] <resource-group>
178
178
179
- ## azure HDInsight: Commands to manage your HDInsight clusters
179
+ ## HDInsight clusters
180
180
** Commands to create or add to a cluster configuration file**
181
181
182
182
hdinsight config create [options] <configFilePath> <overwrite>
@@ -295,17 +295,17 @@ Parameter options:
295
295
296
296
hdinsight cluster disable-rdp-access [options] <clusterName>
297
297
298
- ## azure insights: Commands related to monitoring Insights (events, alert rules, autoscale settings, metrics)
298
+ ## Insights (events, alert rules, autoscale settings, metrics)
299
299
** Retrieve operation logs for a subscription, a correlationId, a resource group, resource, or resource provider**
300
300
301
301
insights logs list [options]
302
302
303
- ## azure location: Commands to get the available locations for all resource types
303
+ ## Locations
304
304
** List the available locations**
305
305
306
306
location list [options]
307
307
308
- ## azure network: Commands to manage network resources
308
+ ## Network resources
309
309
** Commands to manage virtual networks**
310
310
311
311
network vnet create [options] <resource-group> <name> <location>
@@ -1497,7 +1497,7 @@ Parameter options:
1497
1497
1498
1498
network gateway list [options] <resource-group>
1499
1499
1500
- ## azure provider: Commands to manage resource provider registrations
1500
+ ## Resource provider registrations
1501
1501
** List currently registered providers in Resource Manager**
1502
1502
1503
1503
provider list [options]
@@ -1514,7 +1514,7 @@ Parameter options:
1514
1514
1515
1515
provider unregister [options] <namespace>
1516
1516
1517
- ## azure resource: Commands to manage your resources
1517
+ ## Resources
1518
1518
** Creates a resource in a resource group**
1519
1519
1520
1520
resource create [options] <resource-group> <name> <resource-type> <location> <api-version>
@@ -1535,7 +1535,7 @@ Parameter options:
1535
1535
1536
1536
resource delete [options] <resource-group> <name> <resource-type> <api-version>
1537
1537
1538
- ## azure role: Commands to manage your Azure roles
1538
+ ## Azure roles
1539
1539
** Get all available role definitions**
1540
1540
1541
1541
role list [options]
@@ -1550,7 +1550,7 @@ Parameter options:
1550
1550
role assignment list [options] [objectId] [upn] [mail] [spn] [role] [scope] [resource-group] [resource-type] [resource-name]
1551
1551
role assignment delete [options] [objectId] [upn] [mail] [spn] [role] [scope] [resource-group] [resource-type] [resource-name]
1552
1552
1553
- ## azure storage: Commands to manage your Storage objects
1553
+ ## Storage objects
1554
1554
** Commands to manage your Storage accounts**
1555
1555
1556
1556
storage account list [options]
@@ -1673,7 +1673,7 @@ Parameter options:
1673
1673
storage table policy set [options] [table] [name]
1674
1674
storage table policy delete [options] [table] [name]
1675
1675
1676
- ## azure tag: Commands to manage your Resource Manager tag
1676
+ ## Tags
1677
1677
** Add a tag**
1678
1678
1679
1679
tag create [options] <name> <value>
@@ -1690,7 +1690,7 @@ Parameter options:
1690
1690
1691
1691
tag show [options] [name]
1692
1692
1693
- ## azure vm: Commands to manage your Azure Virtual Machines
1693
+ ## Virtual Machines
1694
1694
** Create a VM**
1695
1695
1696
1696
vm create [options] <resource-group> <name> <location> <os-type>
0 commit comments