Skip to content

Commit 98b5429

Browse files
committed
Update
1 parent a279a1d commit 98b5429

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/azdata/reference/reference-azdata-arc-dc-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
7878
#### `--verbose`
7979
Increase logging verbosity. Use --debug for full debug logs.
8080
## azdata arc dc config add
81-
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
81+
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
8282
```bash
8383
azdata arc dc config add
8484
```
@@ -99,7 +99,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
9999
#### `--verbose`
100100
Increase logging verbosity. Use --debug for full debug logs.
101101
## azdata arc dc config remove
102-
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
102+
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
103103
```bash
104104
azdata arc dc config remove
105105
```
@@ -120,7 +120,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
120120
#### `--verbose`
121121
Increase logging verbosity. Use --debug for full debug logs.
122122
## azdata arc dc config replace
123-
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
123+
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
124124
```bash
125125
azdata arc dc config replace
126126
```

docs/azdata/reference/reference-azdata-arc-postgres-server-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
5555
#### `--verbose`
5656
Increase logging verbosity. Use --debug for full debug logs.
5757
## azdata arc postgres server config add
58-
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
58+
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
5959
```bash
6060
azdata arc postgres server config add --path -p
6161
--json-values -j
@@ -82,7 +82,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
8282
#### `--verbose`
8383
Increase logging verbosity. Use --debug for full debug logs.
8484
## azdata arc postgres server config remove
85-
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
85+
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
8686
```bash
8787
azdata arc postgres server config remove --path -p
8888
--json-path -j
@@ -109,7 +109,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
109109
#### `--verbose`
110110
Increase logging verbosity. Use --debug for full debug logs.
111111
## azdata arc postgres server config replace
112-
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
112+
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
113113
```bash
114114
azdata arc postgres server config replace --path -p
115115
--json-values -j

docs/azdata/reference/reference-azdata-arc-sql-mi-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
5252
#### `--verbose`
5353
Increase logging verbosity. Use --debug for full debug logs.
5454
## azdata arc sql mi config add
55-
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
55+
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
5656
```bash
5757
azdata arc sql mi config add --path -p
5858
--json-values -j
@@ -79,7 +79,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
7979
#### `--verbose`
8080
Increase logging verbosity. Use --debug for full debug logs.
8181
## azdata arc sql mi config remove
82-
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
82+
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
8383
```bash
8484
azdata arc sql mi config remove --path -p
8585
--json-path -j
@@ -106,7 +106,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
106106
#### `--verbose`
107107
Increase logging verbosity. Use --debug for full debug logs.
108108
## azdata arc sql mi config replace
109-
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
109+
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
110110
```bash
111111
azdata arc sql mi config replace --path -p
112112
--json-values -j

docs/azdata/reference/reference-azdata-bdc-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
146146
#### `--verbose`
147147
Increase logging verbosity. Use --debug for full debug logs.
148148
## azdata bdc config add
149-
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
149+
Adds the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
150150
```bash
151151
azdata bdc config add --path -p
152152
--json-values -j
@@ -173,7 +173,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
173173
#### `--verbose`
174174
Increase logging verbosity. Use --debug for full debug logs.
175175
## azdata bdc config remove
176-
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
176+
Removes the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
177177
```bash
178178
azdata bdc config remove --path -p
179179
--json-path -j
@@ -200,7 +200,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
200200
#### `--verbose`
201201
Increase logging verbosity. Use --debug for full debug logs.
202202
## azdata bdc config replace
203-
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotationsappropriately. Alternatively, you may use the patch file functionality.
203+
Replaces the value at the json path in the config file. All examples below are given in Bash. If using another command line, please be aware that you may need to escape quotations appropriately. Alternatively, you may use the patch file functionality.
204204
```bash
205205
azdata bdc config replace --path -p
206206
--json-values -j

0 commit comments

Comments
 (0)