-
Notifications
You must be signed in to change notification settings - Fork 486
/
.docsreference.azurecli.json
114 lines (114 loc) · 4.68 KB
/
.docsreference.azurecli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"coreAndExtensionsNoteTemplate":"> [!NOTE]\n> This command group has commands that are defined in both Azure CLI and at least one extension. Install each extension to benefit from its extended capabilities. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.",
"multipleExtensionsNoteTemplate":"> [!NOTE]\n> This command group has commands that are defined in two or more extensions. Each extension will automatically install the first time you run an extension command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.",
"extensionInformationTemplate":"> [!NOTE]\n> This reference is part of the **{EXTENSION_NAME}** extension for the Azure CLI (version {MIN_CORE_VERSION} or higher). The extension will automatically install the first time you run an **{COMMAND_GROUP}** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.",
"titleMapping":{
"az": {
"TocTitle": "Reference",
"PageTitle": "Azure CLI 2.0: Command reference"
},
"az ad": {
"TocTitle": "ad - Azure Active Directory",
"PageTitle": "Azure Active Directory (AAD)"
},
"az ad sp": {
"TocTitle": "ad sp - service principals",
"PageTitle": "AAD service principals"
},
"az batch pool os": {
"TocTitle": "batch pool os - operating systems",
"PageTitle": "Batch pool operating systems"
},
"az cdn": {
"TocTitle": "cdn - Content Delivery Network",
"PageTitle": "CDN"
},
"az dla": {
"TocTitle": "dla - Data Lake Analytics",
"PageTitle": "Data Lake Analytics"
},
"az dla catalog tvf": {
"TocTitle": "dla catalog tvf - Table-valued functions",
"PageTitle": "Data Lake Analytics catalog table-valued functions"
},
"az dls": {
"TocTitle": "dls - Data Lake Store",
"PageTitle": "Data Lake Store"
},
"az dls fs": {
"TocTitle": "dls fs - file system",
"PageTitle": "Data Lake Store file system"
},
"az disk": {
"TocTitle": "disk - Managed Disks",
"PageTitle": "Managed Disks"
},
"az feature": {
"TocTitle": "feature - Resource provider features",
"PageTitle": "Resource provider features"
},
"az image": {
"TocTitle": "image - VM Images",
"PageTitle": "Virtual Machine Images"
},
"az lab": {
"TocTitle": "lab - DevTest Lab",
"PageTitle": "Dev/Test Lab"
},
"az network dns record-set ptr": {
"TocTitle": "network dns record-set ptr - pointer",
"PageTitle": "DNS - PTR (pointer) records"
},
"az storage cors": {
"TocTitle": "storage cors - Cross-origin resource sharing",
"PageTitle": "Cross-origin resource sharing"
},
"az vmss": {
"TocTitle": "vmss - VM Scale Sets",
"PageTitle": "VM scale Sets (VMSS)"
},
"az ams": {
"TocTitle": "ams - Azure Media Services",
"PageTitle": "Azure Media Services (AMS)"
}
},
"globalParameters": [
{
"name": "--debug",
"isRequired": false,
"summary":"Increase logging verbosity to show all debug logs."
},
{
"name": "--help -h",
"isRequired": false,
"summary": "Show this help message and exit."
},
{
"name": "--only-show-errors",
"isRequired": false,
"summary": "Only show errors, suppressing warnings."
},
{
"name": "--output -o",
"isRequired": false,
"summary": "Output format.",
"defaultValue": "json",
"parameterValueGroup": "json, jsonc, none, table, tsv, yaml, yamlc"
},
{
"name": "--query",
"isRequired": false,
"summary": "JMESPath query string. See <a href=\"http://jmespath.org/\">http://jmespath.org/</a> for more information and examples."
},
{
"name": "--subscription",
"isRequired": false,
"summary": "Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`."
},
{
"name": "--verbose",
"isRequired": false,
"summary": "Increase logging verbosity. Use --debug for full debug logs."
}
]
}