Skip to content

Commit e81429f

Browse files
rmca14davidsmatlak
andauthored
Apply suggestions from code review
Co-authored-by: David Smatlak <[email protected]>
1 parent 3f88c72 commit e81429f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/backup/back-up-azure-database-postgresql-flex-backup-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ az dataprotection backup-vault create -g testBkpVaultRG --vault-name TestBkpVaul
3838
"eTag": null,
3939
"id": "/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourcegroups/testBkpVaultRG/providers/Microsoft.DataProtection/BackupVaults/TestBkpVault",
4040
"identity": {
41-
"principalId": "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0",
41+
"principalId": "00001111-aaaa-2222-bbbb-3333cccc4444",
4242
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
4343
"type": "SystemAssigned"
4444
},

articles/backup/backup-azure-database-postgresql-flex-restore-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ az dataprotection backup-instance list-from-resourcegraph --datasource-type Azur
4444
"baseUri": null,
4545
"datasourceType": "Microsoft.DBforPostgreSQL/flexibleServers",
4646
"objectType": "Datasource",
47-
"resourceID": "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/ossdemoRG/providers/Microsoft.DBforPostgreSQL/flexibleServers/testpgflex",
47+
"resourceID": "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/ossdemoRG/providers/Microsoft.DBforPostgreSQL/flexibleServers/testpgflex",
4848
"resourceLocation": "westus",
4949
"resourceName": "postgres",
5050
"resourceProperties": null,
@@ -56,7 +56,7 @@ az dataprotection backup-instance list-from-resourcegraph --datasource-type Azur
5656
"baseUri": null,
5757
"datasourceType": "Microsoft.DBforPostgreSQL/flexibleServers",
5858
"objectType": "DatasourceSet",
59-
"resourceID": "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/ossdemoRG/providers/Microsoft.DBforPostgreSQL/flexibleServers/testpgflex",
59+
"resourceID": "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/ossdemoRG/providers/Microsoft.DBforPostgreSQL/flexibleServers/testpgflex",
6060
"resourceLocation": "westus",
6161
"resourceName": "testpgflex",
6262
"resourceProperties": null,
@@ -81,7 +81,7 @@ az dataprotection backup-instance list-from-resourcegraph --datasource-type Azur
8181
"protectionState": "ProtectionConfigured",
8282
"resourceGroup": "testBkpVaultRG",
8383
"sku": null,
84-
"subscriptionId": ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0,
84+
"subscriptionId": bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f,
8585
"tags": null,
8686
"tenantId": aaaabbbb-0000-cccc-1111-dddd2222eeee,
8787
"type": "microsoft.dataprotection/backupvaults/backupinstances",

0 commit comments

Comments
 (0)