Add KeyVault parameter and fix whitespace

This commit is contained in:
Mike Brancato 2020-03-11 21:13:10 -04:00
parent 0f09638f7a
commit 892622987c
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
"keyVaultName": {
"type": "string"
},
"keyVaultSKU": {
"type": "string"
},
"keyVaultSecretValue": {
"type": "securestring"
},
@ -69,4 +72,4 @@
"keyVaultSecretName": "packerKeyVaultSecret",
"location": "[resourceGroup().location]"
}
}
}