Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
miekki committed Mar 1, 2024
1 parent 9bc410f commit 8fc363d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/security/keyvault-access-policy/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param keyVaultName string
@description('Required. Object Id of a user, service principal or security group')
param objectId string

@description('Optional. Application id of the client making request')
@description('Optional. Application id of the client making request.')
param applicationId string = ''

@description('Optional. Specifies the permissions to secrets in the vault. Valid values are: all, get, list, set, delete, backup, restore, recover, and purge.')
Expand Down
2 changes: 1 addition & 1 deletion modules/security/keyvault-secrets/main.bicep
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metadata name = 'Azure Key Vault - Secrets'
metadata name = 'Azure Key Vault - Secrets.'
metadata description = 'Bicep module for simplified deployment of KeyVault - Secrets.'
metadata owner = 'MM'

Expand Down

0 comments on commit 8fc363d

Please sign in to comment.