Skip to content

Commit 382e6c2

Browse files
committed
A few additional text updates
1 parent 10d3684 commit 382e6c2

13 files changed

+44
-44
lines changed

articles/azure-arc/data/reference/reference-az-arcdata-dc-config.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
4545
#### `--query -q`
4646
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
4747
#### `--verbose`
48-
Increase logging verbosity. Use --debug for full debug logs.
48+
Increase logging verbosity. Use `--debug` for full debug logs.
4949
## az arcdata dc config list
5050
List available configuration profile choices for use in `arcdata dc config init`
5151
```bash
@@ -70,9 +70,9 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
7070
#### `--query -q`
7171
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
7272
#### `--verbose`
73-
Increase logging verbosity. Use --debug for full debug logs.
73+
Increase logging verbosity. Use `--debug` for full debug logs.
7474
## az arcdata dc config add
75-
Add the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escapequotations appropriately. Alternatively, you may use the patch file functionality.
75+
Add the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
7676
```bash
7777
az arcdata dc config add
7878
```
@@ -91,9 +91,9 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
9191
#### `--query -q`
9292
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
9393
#### `--verbose`
94-
Increase logging verbosity. Use --debug for full debug logs.
94+
Increase logging verbosity. Use `--debug` for full debug logs.
9595
## az arcdata dc config remove
96-
Remove the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escapequotations appropriately. Alternatively, you may use the patch file functionality.
96+
Remove the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
9797
```bash
9898
az arcdata dc config remove
9999
```
@@ -112,9 +112,9 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
112112
#### `--query -q`
113113
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
114114
#### `--verbose`
115-
Increase logging verbosity. Use --debug for full debug logs.
115+
Increase logging verbosity. Use `--debug` for full debug logs.
116116
## az arcdata dc config replace
117-
Replace the value at the json path in the config file. All examplesbelow are given in Bash. If using another command line, you may need to escapequotations appropriately. Alternatively, you may use the patch file functionality.
117+
Replace the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
118118
```bash
119119
az arcdata dc config replace
120120
```
@@ -137,7 +137,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
137137
#### `--query -q`
138138
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
139139
#### `--verbose`
140-
Increase logging verbosity. Use --debug for full debug logs.
140+
Increase logging verbosity. Use `--debug` for full debug logs.
141141
## az arcdata dc config patch
142142
Patch the config file according to the given patch file. Consult http://jsonpatch.com/ for a better understanding of how the paths should be composed. The replace operation can use conditionals in its path due to the jsonpath library https://jsonpath.com/. All patch json files must start with a key of "patch" that has an array of patches with their corresponding op (add, replace, remove), path, and value. The "remove" op does not require a value, just a path. See the examples below.
143143
```bash
@@ -168,4 +168,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
168168
#### `--query -q`
169169
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
170170
#### `--verbose`
171-
Increase logging verbosity. Use --debug for full debug logs.
171+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-arcdata-dc-debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
3232
#### `--query -q`
3333
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
3434
#### `--verbose`
35-
Increase logging verbosity. Use --debug for full debug logs.
35+
Increase logging verbosity. Use `--debug` for full debug logs.
3636
## az arcdata dc debug dump
3737
Trigger memory dump and copy it out from container - Kubernetes configuration is required on your system.
3838
```bash
@@ -48,4 +48,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
4848
#### `--query -q`
4949
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
5050
#### `--verbose`
51-
Increase logging verbosity. Use --debug for full debug logs.
51+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-arcdata-dc-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
3636
#### `--query -q`
3737
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
3838
#### `--verbose`
39-
Increase logging verbosity. Use --debug for full debug logs.
39+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-arcdata-dc-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
4040
#### `--query -q`
4141
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
4242
#### `--verbose`
43-
Increase logging verbosity. Use --debug for full debug logs.
43+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-arcdata-dc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
4949
#### `--query -q`
5050
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
5151
#### `--verbose`
52-
Increase logging verbosity. Use --debug for full debug logs.
52+
Increase logging verbosity. Use `--debug` for full debug logs.
5353
## az arcdata dc upgrade
5454
Upgrade data controller to the desired-version specified. If desired-version is not specified, an attempt to upgrade to the latest version will be made. If you are unsure of the desired version, you may use the list-upgrades command to view available versions, or use the --dry-run argument to show which version would be used
5555
```bash
@@ -70,7 +70,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
7070
#### `--query -q`
7171
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
7272
#### `--verbose`
73-
Increase logging verbosity. Use --debug for full debug logs.
73+
Increase logging verbosity. Use `--debug` for full debug logs.
7474
## az arcdata dc list-upgrades
7575
Attempts to list versions that are available in the docker image registry for upgrade. - kube config is required on your system along with the following environment variables ['AZDATA_USERNAME', 'AZDATA_PASSWORD'].
7676
```bash
@@ -91,7 +91,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
9191
#### `--query -q`
9292
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
9393
#### `--verbose`
94-
Increase logging verbosity. Use --debug for full debug logs.
94+
Increase logging verbosity. Use `--debug` for full debug logs.
9595
## az arcdata dc delete
9696
Delete data controller - kube config is required on your system.
9797
```bash
@@ -116,7 +116,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
116116
#### `--query -q`
117117
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
118118
#### `--verbose`
119-
Increase logging verbosity. Use --debug for full debug logs.
119+
Increase logging verbosity. Use `--debug` for full debug logs.
120120
## az arcdata dc export
121121
Export metrics, logs or usage to a file.
122122
```bash
@@ -132,7 +132,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
132132
#### `--query -q`
133133
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
134134
#### `--verbose`
135-
Increase logging verbosity. Use --debug for full debug logs.
135+
Increase logging verbosity. Use `--debug` for full debug logs.
136136
## az arcdata dc upload
137137
Upload data file exported from a data controller to Azure.
138138
```bash
@@ -148,4 +148,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
148148
#### `--query -q`
149149
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
150150
#### `--verbose`
151-
Increase logging verbosity. Use --debug for full debug logs.
151+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-arcdata-resource-kind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
3737
#### `--query -q`
3838
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
3939
#### `--verbose`
40-
Increase logging verbosity. Use --debug for full debug logs.
40+
Increase logging verbosity. Use `--debug` for full debug logs.
4141
## az arcdata resource-kind get
4242
Get the Arc resource-kind's template file.
4343
```bash
@@ -58,4 +58,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
5858
#### `--query -q`
5959
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
6060
#### `--verbose`
61-
Increase logging verbosity. Use --debug for full debug logs.
61+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-postgres-arc-server-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
3636
#### `--query -q`
3737
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
3838
#### `--verbose`
39-
Increase logging verbosity. Use --debug for full debug logs.
39+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-postgres-arc-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
5454
#### `--query -q`
5555
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
5656
#### `--verbose`
57-
Increase logging verbosity. Use --debug for full debug logs.
57+
Increase logging verbosity. Use `--debug` for full debug logs.
5858
## az postgres arc-server edit
5959
Edit the configuration of an Azure Arc enabled PostgreSQL Hyperscale server group.
6060
```bash
@@ -83,7 +83,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
8383
#### `--query -q`
8484
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
8585
#### `--verbose`
86-
Increase logging verbosity. Use --debug for full debug logs.
86+
Increase logging verbosity. Use `--debug` for full debug logs.
8787
## az postgres arc-server delete
8888
Delete an Azure Arc enabled PostgreSQL Hyperscale server group.
8989
```bash
@@ -104,7 +104,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
104104
#### `--query -q`
105105
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
106106
#### `--verbose`
107-
Increase logging verbosity. Use --debug for full debug logs.
107+
Increase logging verbosity. Use `--debug` for full debug logs.
108108
## az postgres arc-server show
109109
Show the details of an Azure Arc enabled PostgreSQL Hyperscale server group.
110110
```bash
@@ -125,7 +125,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
125125
#### `--query -q`
126126
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
127127
#### `--verbose`
128-
Increase logging verbosity. Use --debug for full debug logs.
128+
Increase logging verbosity. Use `--debug` for full debug logs.
129129
## az postgres arc-server list
130130
List Azure Arc enabled PostgreSQL Hyperscale server groups.
131131
```bash
@@ -146,4 +146,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
146146
#### `--query -q`
147147
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
148148
#### `--verbose`
149-
Increase logging verbosity. Use --debug for full debug logs.
149+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-sql-mi-arc-config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
4040
#### `--query -q`
4141
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
4242
#### `--verbose`
43-
Increase logging verbosity. Use --debug for full debug logs.
43+
Increase logging verbosity. Use `--debug` for full debug logs.
4444
## az sql mi-arc config add
4545
Add the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
4646
```bash
@@ -61,7 +61,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
6161
#### `--query -q`
6262
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
6363
#### `--verbose`
64-
Increase logging verbosity. Use --debug for full debug logs.
64+
Increase logging verbosity. Use `--debug` for full debug logs.
6565
## az sql mi-arc config remove
6666
Remove the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
6767
```bash
@@ -82,7 +82,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
8282
#### `--query -q`
8383
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
8484
#### `--verbose`
85-
Increase logging verbosity. Use --debug for full debug logs.
85+
Increase logging verbosity. Use `--debug` for full debug logs.
8686
## az sql mi-arc config replace
8787
Replace the value at the json path in the config file. All examples below are given in Bash. If using another command line, you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
8888
```bash
@@ -107,7 +107,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
107107
#### `--query -q`
108108
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
109109
#### `--verbose`
110-
Increase logging verbosity. Use --debug for full debug logs.
110+
Increase logging verbosity. Use `--debug` for full debug logs.
111111
## az sql mi-arc config patch
112112
Patch the config file according to the given patch file. Consult http://jsonpatch.com/ for a better understanding of how the paths should be composed. The replace operation can use conditionals in its path due to the jsonpath library https://jsonpath.com/. All patch json files must start with a key of `patch` that has an array of patches with their corresponding op (add, replace, remove), path, and value. The `remove` op does not require a value, just a path. See the examples below.
113113
```bash
@@ -138,4 +138,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
138138
#### `--query -q`
139139
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
140140
#### `--verbose`
141-
Increase logging verbosity. Use --debug for full debug logs.
141+
Increase logging verbosity. Use `--debug` for full debug logs.

articles/azure-arc/data/reference/reference-az-sql-mi-arc-dag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
3838
#### `--query -q`
3939
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
4040
#### `--verbose`
41-
Increase logging verbosity. Use --debug for full debug logs.
41+
Increase logging verbosity. Use `--debug` for full debug logs.
4242
## az sql mi-arc dag delete
4343
Delete a distributed availability group custom resource on a sqlmi instance to delete a distributed availability group. It requires a custom resource name.
4444
```bash
@@ -59,7 +59,7 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
5959
#### `--query -q`
6060
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
6161
#### `--verbose`
62-
Increase logging verbosity. Use --debug for full debug logs.
62+
Increase logging verbosity. Use `--debug` for full debug logs.
6363
## az sql mi-arc dag show
6464
show a distributed availability group custom resource. It requires a custom resource name
6565
```bash
@@ -80,4 +80,4 @@ Output format. Allowed values: json, jsonc, table, tsv. Default: json.
8080
#### `--query -q`
8181
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
8282
#### `--verbose`
83-
Increase logging verbosity. Use --debug for full debug logs.
83+
Increase logging verbosity. Use `--debug` for full debug logs.

0 commit comments

Comments
 (0)