Skip to content

Commit 5d75a67

Browse files
committed
Made the relationship use replace semantics
1 parent 09f8a57 commit 5d75a67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • quickstart-templates/security-group-assign-azure-role

quickstart-templates/security-group-assign-azure-role/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ resource storageBlobReadersGroup 'Microsoft.Graph/groups@v1.0' = {
3030
securityEnabled: true
3131
uniqueName: groupName
3232
members: {
33+
relationshipSemantics: 'replace'
3334
relationships: [for (mi, i) in clientServiceList: managedIdentities[i].properties.principalId]
3435
}
3536
}

0 commit comments

Comments
 (0)