Add KeyVault parameter and fix whitespace
This commit is contained in:
parent
0f09638f7a
commit
892622987c
|
@ -5,6 +5,9 @@
|
|||
"keyVaultName": {
|
||||
"type": "string"
|
||||
},
|
||||
"keyVaultSKU": {
|
||||
"type": "string"
|
||||
},
|
||||
"keyVaultSecretValue": {
|
||||
"type": "securestring"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue