@@ -94,26 +94,19 @@ The structure of the JSON is:
94
94
95
95
``` bash
96
96
{
97
- " properties" : {
98
- " sourceDbServerResourceId" :" /subscriptions/<subscriptionId >/resourceGroups/<sourceServerResourceGroup>/providers/Microsoft.DBforPostgreSQL/servers/<sourceServer>" ,
99
- " secretParameters" : {
100
- " adminCredentials" :
101
- {
102
- " sourceServerPassword " : " <password>" ,
103
- " targetServerPassword " : " <password> "
97
+ " properties" : {
98
+ " sourceDbServerResourceId" : " /subscriptions/<subscriptionid >/resourceGroups/<sourceServerResourceGroup>/providers/Microsoft.DBforPostgreSQL/servers/<sourceServer>" ,
99
+ " secretParameters" : {
100
+ " adminCredentials" : {
101
+ " sourceServerPassword " : " <password> " ,
102
+ " targetServerPassword " : " <password>"
103
+ }
104
104
},
105
- " sourceServerUserName" : " <username>@<servername>" ,
106
- " targetServerUserName" : " <username>"
107
- },
108
-
109
- " dbsToMigrate" :
110
- [
111
- " <db1>" ," <db2>"
112
- ],
113
-
114
- " overwriteDbsInTarget" :" true"
115
-
116
- }
105
+ " sourceServerUserName" : " <username>@<servername>" ,
106
+ " targetServerUserName" : " <username>" ,
107
+ " dbsToMigrate" : [" <db1>" , " <db2>" ],
108
+ " overwriteDbsInTarget" : " true"
109
+ }
117
110
}
118
111
```
119
112
@@ -281,26 +274,19 @@ The structure of the JSON is:
281
274
282
275
``` bash
283
276
{
284
- " properties" : {
285
- " sourceDbServerResourceId" :" /subscriptions/<subscriptionId >/resourceGroups/<sourceServerResourceGroup>/providers/Microsoft.DBforPostgreSQL/servers/<sourceServer>" ,
286
- " secretParameters" : {
287
- " adminCredentials" :
288
- {
289
- " sourceServerPassword " : " <password>" ,
290
- " targetServerPassword " : " <password> "
277
+ " properties" : {
278
+ " sourceDbServerResourceId" : " /subscriptions/<subscriptionid >/resourceGroups/<sourceServerResourceGroup>/providers/Microsoft.DBforPostgreSQL/servers/<sourceServer>" ,
279
+ " secretParameters" : {
280
+ " adminCredentials" : {
281
+ " sourceServerPassword " : " <password> " ,
282
+ " targetServerPassword " : " <password>"
283
+ }
291
284
},
292
- " sourceServerUserName" : " <username>@<servername>" ,
293
- " targetServerUserName" : " <username>"
294
- },
295
-
296
- " dbsToMigrate" :
297
- [
298
- " <db1>" ," <db2>"
299
- ],
300
-
301
- " overwriteDbsInTarget" :" true"
302
-
303
- }
285
+ " sourceServerUserName" : " <username>@<servername>" ,
286
+ " targetServerUserName" : " <username>" ,
287
+ " dbsToMigrate" : [" <db1>" , " <db2>" ],
288
+ " overwriteDbsInTarget" : " true"
289
+ }
304
290
}
305
291
```
306
292
0 commit comments