You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azdata/reference/reference-azdata-arc-dc-config.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Reference article for azdata arc dc config commands.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
7
ms.reviewer: seanw
8
-
ms.date: 04/06/2021
8
+
ms.date: 04/29/2021
9
9
ms.topic: reference
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -78,7 +78,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
78
78
#### `--verbose`
79
79
Increase logging verbosity. Use --debug for full debug logs.
80
80
## 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 quotations appropriately. 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 escapequotations appropriately. Alternatively, you may use the patch file functionality.
82
82
```bash
83
83
azdata arc dc config add
84
84
```
@@ -99,7 +99,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
99
99
#### `--verbose`
100
100
Increase logging verbosity. Use --debug for full debug logs.
101
101
## 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 quotations appropriately. 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 escapequotations appropriately. Alternatively, you may use the patch file functionality.
103
103
```bash
104
104
azdata arc dc config remove
105
105
```
@@ -120,7 +120,7 @@ JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more
120
120
#### `--verbose`
121
121
Increase logging verbosity. Use --debug for full debug logs.
122
122
## 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 quotations appropriately. Alternatively, you may use the patch file functionality.
123
+
Replaces the value at the json path in the config file. All examplesbelow are given in Bash. If using another command line, please be aware that you may need to escapequotations appropriately. Alternatively, you may use the patch file functionality.
124
124
```bash
125
125
azdata arc dc config replace
126
126
```
@@ -181,4 +181,3 @@ Increase logging verbosity. Use --debug for full debug logs.
181
181
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
182
182
183
183
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
Name of the Azure Arc enabled PostgreSQL Hyperscale server group.
@@ -150,7 +151,7 @@ ID of the backup. If not specified, the most recent backup taken will be restore
150
151
#### `--source-server-name -ssn`
151
152
Name of the source Azure Arc enabled PostgreSQL Hyperscale server group. If not provided, the backup will be restored in place on the server group identified by --server-name.
152
153
#### `--time -t`
153
-
The point in time to restore to, given either as a timestamp or a number and suffix (m for minutes, h for hours, d for days, and w for weeks). E.g. 1.5h goes back 90 minutes. If specified, --source-server-name must be given to restore the backup from a separate Azure Arc enabled PostgreSQL Hyperscale server group.
154
+
The point intime to restore to, given either as a timestamp or a number and suffix (m for minutes, h for hours, d for days, and w for weeks). E.g. 1.5h goes back 90 minutes. If specifed, --source-server-name must be given to restore the backup from a separate Azure Arc enabled PostgreSQL Hyperscale server group.
154
155
### Global Arguments
155
156
#### `--debug`
156
157
Increase logging verbosity to show all debug logs.
@@ -168,4 +169,3 @@ Increase logging verbosity. Use --debug for full debug logs.
168
169
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
169
170
170
171
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
0 commit comments