value Wo Version
Parameters
value
An integer value used to trigger an update for value_wo. This property should be incremented when updating value_wo.
Note: Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with
\nor by base 64 encoding them withreplace(file("my_secret_file"), "/\n/", "\n")orbase64encode(file("my_secret_file")), respectively.