Skip to content

Commit aeb2bd9

Browse files
authored
Merge pull request #213837 from shriram-muthukrishnan/main
making changes to the skeleton json
2 parents b28d09a + ca25252 commit aeb2bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/migrate/how-to-migrate-single-to-flexible-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ The structure of the JSON is:
9999
```bash
100100
{
101101
"properties": {
102-
"SourceDBServerResourceId":"subscriptions/<subscriptionid>/resourceGroups/<src_ rg_name>/providers/Microsoft.DBforPostgreSQL/servers/<source server name>",
102+
"SourceDBServerResourceId":"/subscriptions/<subscriptionid>/resourceGroups/<src_ rg_name>/providers/Microsoft.DBforPostgreSQL/servers/<source server name>",
103103

104104
"SourceDBServerFullyQualifiedDomainName": "fqdn of the source server as per the custom DNS server",
105-
"TargetDBServerFullyQualifiedDomainName": "fqdn of the target server as per the custom DNS server"
105+
"TargetDBServerFullyQualifiedDomainName": "fqdn of the target server as per the custom DNS server",
106106

107107
"SecretParameters": {
108108
"AdminCredentials":
@@ -120,7 +120,7 @@ The structure of the JSON is:
120120

121121
"MigrationResourceGroup":
122122
{
123-
"ResourceId":"subscriptions/<subscriptionid>/resourceGroups/<temp_rg_name>",
123+
"ResourceId":"/subscriptions/<subscriptionid>/resourceGroups/<temp_rg_name>",
124124
"SubnetResourceId":"/subscriptions/<subscriptionid>/resourceGroups/<rg_name>/providers/Microsoft.Network/virtualNetworks/<Vnet_name>/subnets/<subnet_name>"
125125
},
126126

0 commit comments

Comments
 (0)