forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdw.yml
More file actions
214 lines (214 loc) · 7.34 KB
/
dw.yml
File metadata and controls
214 lines (214 loc) · 7.34 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
### YamlMime:UniversalReference
items:
- uid: az_sql_dw
name: az sql dw
summary: Manage data warehouses.
langs:
- azurecli
children:
- az_sql_dw_create
- az_sql_dw_delete
- az_sql_dw_list
- az_sql_dw_pause
- az_sql_dw_resume
- az_sql_dw_show
- az_sql_dw_update
- uid: az_sql_dw_create
name: az sql dw create
summary: Creates a data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
- name: --collation
summary: The collation of the data warehouse.
- name: --max-size
summary: The max storage size of the data warehouse. If no unit is specified, defaultsto bytes (B).
- name: --service-objective
summary: The service objective of the data warehouse.
- name: --tags
summary: Resource tags.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_delete
name: az sql dw delete
summary: Deletes a database or data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
- name: --yes -y
summary: Do not prompt for confirmation.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_list
name: az sql dw list
summary: Lists all data warehouses in a server.
langs:
- azurecli
parameters:
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_pause
name: az sql dw pause
summary: Pauses a data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_resume
name: az sql dw resume
summary: Resumes a data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_show
name: az sql dw show
summary: Gets a database or data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_sql_dw_update
name: az sql dw update
summary: Updates a data warehouse.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of the data warehouse.
- isRequired: true
name: --resource-group -g
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
- isRequired: true
name: --server -s
summary: Name of the Azure SQL server.
- name: --max-size
summary: The max storage size of the data warehouse. If no unit is specified, defaultsto bytes (B).
- name: --service-objective
summary: The service objective of the data warehouse.
- name: --add
summary: 'Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.'
- name: --remove
summary: 'Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.'
- name: --set
summary: 'Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.'
source:
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-sql/azure/cli/command_modules/sql/_help.py
repo: https://github.com/azure/azure-cli/.git
commands:
- uid: az_sql_dw_create
name: az sql dw create
summary: Creates a data warehouse.
- uid: az_sql_dw_delete
name: az sql dw delete
summary: Deletes a database or data warehouse.
- uid: az_sql_dw_list
name: az sql dw list
summary: Lists all data warehouses in a server.
- uid: az_sql_dw_pause
name: az sql dw pause
summary: Pauses a data warehouse.
- uid: az_sql_dw_resume
name: az sql dw resume
summary: Resumes a data warehouse.
- uid: az_sql_dw_show
name: az sql dw show
summary: Gets a database or data warehouse.
- uid: az_sql_dw_update
name: az sql dw update
summary: Updates a data warehouse.
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.