Suppress false positive linter warning: secure-secrets-in-params (#335)
This commit is contained in:
Родитель
2a6042d38c
Коммит
db52627fe3
|
@ -18,6 +18,7 @@ param secretName string
|
|||
param secretValue string
|
||||
|
||||
@description('Secret Expiry in days.')
|
||||
#disable-next-line secure-secrets-in-params // defines the secret expiry period in days. It is not a secret.
|
||||
param secretExpiryInDays int
|
||||
|
||||
@description('Expiry Year.')
|
||||
|
|
Загрузка…
Ссылка в новой задаче