File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
infrastructure/bicep/az_templates/az_key_vault Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments