forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud.yml
More file actions
223 lines (223 loc) · 8 KB
/
cloud.yml
File metadata and controls
223 lines (223 loc) · 8 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
### YamlMime:UniversalReference
items:
- uid: az_cloud
name: az cloud
summary: Manage the registered Azure clouds.
langs:
- azurecli
children:
- az_cloud_list
- az_cloud_list-profiles
- az_cloud_register
- az_cloud_set
- az_cloud_show
- az_cloud_unregister
- az_cloud_update
- uid: az_cloud_list
name: az cloud list
summary: List the registered clouds.
langs:
- azurecli
parameters: []
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_list-profiles
name: az cloud list-profiles
summary: List the profiles a given cloud supports.
langs:
- azurecli
parameters:
- name: --name -n
defaultValue: AzureCloud
summary: Name of a registered cloud.
- name: --show-all
summary: Show all available profiles supported in the CLI.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_register
name: az cloud register
summary: Register a cloud.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of a registered cloud.
- name: --cloud-config
summary: JSON encoded cloud configuration. Use @{file} to load from a file.
- name: --endpoint-active-directory
summary: The Active Directory login endpoint.
- name: --endpoint-active-directory-data-lake-resource-id
summary: The Active Directory resource ID for data lake services.
- name: --endpoint-active-directory-graph-resource-id
summary: The Active Directory resource ID.
- name: --endpoint-active-directory-resource-id
summary: The resource ID to obtain AD tokens for.
- name: --endpoint-gallery
summary: The template gallery endpoint.
- name: --endpoint-management
summary: The management service endpoint.
- name: --endpoint-resource-manager
summary: The resource management endpoint.
- name: --endpoint-sql-management
summary: The sql server management endpoint.
- name: --endpoint-vm-image-alias-doc
summary: The uri of the document which caches commonly used virtual machine images.
- name: --profile
parameterValueGroup: 2017-03-09-profile, latest
summary: Profile to use for this cloud.
- name: --suffix-azure-datalake-analytics-catalog-and-job-endpoint
summary: The Data Lake analytics job and catalog service dns suffix.
- name: --suffix-azure-datalake-store-file-system-endpoint
summary: The Data Lake store filesystem service dns suffix.
- name: --suffix-keyvault-dns
summary: The Key Vault service dns suffix.
- name: --suffix-sql-server-hostname
summary: The dns suffix for sql servers.
- name: --suffix-storage-endpoint
summary: The endpoint suffix for storage accounts.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_set
name: az cloud set
summary: Set the active cloud.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of a registered cloud.
- name: --profile
parameterValueGroup: 2017-03-09-profile, latest
summary: Profile to use for this cloud.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_show
name: az cloud show
summary: Show the configuration of a registered cloud.
langs:
- azurecli
parameters:
- name: --name -n
defaultValue: AzureCloud
summary: Name of a registered cloud.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_unregister
name: az cloud unregister
summary: Unregister a cloud.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of a registered cloud.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_cloud_update
name: az cloud update
summary: Update the configuration for a cloud.
langs:
- azurecli
parameters:
- name: --cloud-config
summary: JSON encoded cloud configuration. Use @{file} to load from a file.
- name: --endpoint-active-directory
summary: The Active Directory login endpoint.
- name: --endpoint-active-directory-data-lake-resource-id
summary: The Active Directory resource ID for data lake services.
- name: --endpoint-active-directory-graph-resource-id
summary: The Active Directory resource ID.
- name: --endpoint-active-directory-resource-id
summary: The resource ID to obtain AD tokens for.
- name: --endpoint-gallery
summary: The template gallery endpoint.
- name: --endpoint-management
summary: The management service endpoint.
- name: --endpoint-resource-manager
summary: The resource management endpoint.
- name: --endpoint-sql-management
summary: The sql server management endpoint.
- name: --endpoint-vm-image-alias-doc
summary: The uri of the document which caches commonly used virtual machine images.
- name: --name -n
defaultValue: AzureCloud
summary: Name of a registered cloud.
- name: --profile
parameterValueGroup: 2017-03-09-profile, latest
summary: Profile to use for this cloud.
- name: --suffix-azure-datalake-analytics-catalog-and-job-endpoint
summary: The Data Lake analytics job and catalog service dns suffix.
- name: --suffix-azure-datalake-store-file-system-endpoint
summary: The Data Lake store filesystem service dns suffix.
- name: --suffix-keyvault-dns
summary: The Key Vault service dns suffix.
- name: --suffix-sql-server-hostname
summary: The dns suffix for sql servers.
- name: --suffix-storage-endpoint
summary: The endpoint suffix for storage accounts.
source:
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-cloud/azure/cli/command_modules/cloud/_help.py
repo: https://github.com/azure/azure-cli/.git
commands:
- uid: az_cloud_list
name: az cloud list
summary: List the registered clouds.
- uid: az_cloud_list-profiles
name: az cloud list-profiles
summary: List the profiles a given cloud supports.
- uid: az_cloud_register
name: az cloud register
summary: Register a cloud.
- uid: az_cloud_set
name: az cloud set
summary: Set the active cloud.
- uid: az_cloud_show
name: az cloud show
summary: Show the configuration of a registered cloud.
- uid: az_cloud_unregister
name: az cloud unregister
summary: Unregister a cloud.
- uid: az_cloud_update
name: az cloud update
summary: Update the configuration for a cloud.
globalParameters:
- name: --debug
summary: Increase logging verbosity to show all debug logs.
- name: --help -h
summary: Show this help message and exit.
- name: --output -o
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
summary: Output format.
- name: --query
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
- name: --verbose
summary: Increase logging verbosity. Use --debug for full debug logs.