Skip to content

Commit 0c3c30a

Browse files
Merge pull request #301416 from AbhishekMallick01/Jun-17-2025-PRreview
Addressed fixes needed in PR #299814
2 parents aa3d02c + c4389c7 commit 0c3c30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/quick-backup-postgresql-flexible-server-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom:
66
- ignite-2024
77
- build-2025
88
ms.topic: quickstart
9-
ms.date: 02/18/2025
9+
ms.date: 06/17/2025
1010
ms.service: azure-backup
1111
author: jyothisuri
1212
ms.author: jsuri
@@ -143,7 +143,7 @@ resource roleAssignmentReader 'Microsoft.Authorization/roleAssignments@2022-04-0
143143
name: guid(backupVault.id, 'Reader')
144144
properties: {
145145
principalId: backupVault.identity.principalId
146-
roleDefinitionId: subscriptionResourceId('Microsoft.Authorization/roleDefinitions', 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e') // Role definition ID for 'Reader'
146+
roleDefinitionId: subscriptionResourceId('Microsoft.Authorization/roleDefinitions', '00aa00aa-bb11-cc22-dd33-44ee44ee44ee') // Role definition ID for 'Reader'
147147
scope: targetResourceGroup.id
148148
}
149149
}

0 commit comments

Comments
 (0)