Skip to content

Commit 508a403

Browse files
committed
Building MloPS + Data Science Scripts
1 parent d3badd6 commit 508a403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/bicep/az_templates/az_key_vault/az_key_vault.bicep

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource azKeyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
2424
enabledForTemplateDeployment: true
2525
accessPolicies: [
2626
{
27-
//applicationId: 'ce79c2ef-170d-4f1c-a706-7814efb94898' // Application ID of databricks SPN
27+
//applicationId: '<>' // Application ID of databricks SPN
2828
permissions: {
2929
// Give it the ability to set secrets // we can then get rid of the Key Vault Admin permission set in the main pipeline
3030
// Can we do this for the main spn , the equivalent of serviceConnect1
@@ -35,11 +35,11 @@ resource azKeyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
3535
]
3636
}
3737
tenantId: subscription().tenantId
38-
objectId: 'ab926dd1-657d-4bb2-9987-c7857046d0dd'
38+
objectId: '<>'
3939
}
4040

4141
{
42-
//applicationId: '5d57ca95-aca6-453d-9110-97f687d9dff6' // Application ID of serviceConnect1
42+
//applicationId: '<>' // Application ID of serviceConnect1
4343
permissions: {
4444
secrets: [
4545
'set'
@@ -48,7 +48,7 @@ resource azKeyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
4848
]
4949
}
5050
tenantId: subscription().tenantId
51-
objectId: '47527038-bf92-4422-8632-961c5851c21b'
51+
objectId: '<>'
5252
}
5353
]
5454
}

0 commit comments

Comments
 (0)