Skip to content

Commit

Permalink
🐛Fix defaults for azure key vault resources. (#710)
Browse files Browse the repository at this point in the history
Non-existent defaults were leading to the shell crashing

Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev authored Jan 3, 2023
1 parent 5080754 commit 8265160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/packs/azure/azure.lr
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ azure.keyvault {
}

// Azure Key Vault Vault
private azure.keyvault.vault @defaults("id name location") {
private azure.keyvault.vault @defaults("id vaultName location") {
// Key vault ID
id string
// Key vault name
Expand All @@ -755,7 +755,7 @@ private azure.keyvault.vault @defaults("id name location") {
}

// Azure Key Vault Key
private azure.keyvault.key @defaults("id keyName") {
private azure.keyvault.key @defaults("kid keyName") {
// Key ID
kid string
// Key tags
Expand Down
2 changes: 1 addition & 1 deletion resources/packs/azure/info/azure.lr.json

Large diffs are not rendered by default.

0 comments on commit 8265160

Please sign in to comment.