Skip to content

Commit 69e1944

Browse files
authored
Merge pull request #582 from chbragg/main
Set federatedClientId to blank in ZT module
2 parents b537da8 + 09ddbfc commit 69e1944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workload/bicep/modules/zeroTrust/.bicep/zeroTrustKeyVault.bicep

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ module ztDiskEncryptionSet '../../../../../carml/1.3.0/Microsoft.Compute/diskEnc
135135
name: 'ZT-DiskEncryptionSet-${time}'
136136
params: {
137137
accessPolicy: false
138+
federatedClientId: ''
138139
keyName: ztKeyVaultKey.outputs.name
139140
keyVaultResourceId: ztKeyVault.outputs.resourceId
140141
location: location

0 commit comments

Comments
 (0)