Commit 4900837
committed
Set field type to password on secret fields
The `connection_string` and `storage_account_key` have been marked as
`secret` in a previous PR, but I did not update the field type as
password.
AFAIK leaving the type as text does not have side effects, but I
I should align the field type with the semantics.1 parent b59f8d1 commit 4900837
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments