File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/virtual-machines/extensions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ These items should be treated as sensitive data and specified in the extensions
126
126
* ` skipDos2Unix ` : (optional, boolean) skip dos2unix conversion of script-based file URLs or script.
127
127
* ` timestamp ` (optional, 32-bit integer) use this field only to trigger a re-run of the
128
128
script by changing value of this field. Any integer value is acceptable; it must only be different than the previous value.
129
- * ` commandToExecute ` : (** required** if script not set, string) the entry point script to execute. Use
129
+ * ` commandToExecute ` : (** required** if script not set, string) the entry point script to execute. Use
130
130
this field instead if your command contains secrets such as passwords.
131
131
* ` script ` : (** required** if commandToExecute not set, string)a base64 encoded (and optionally gzip'ed) script executed by /bin/sh.
132
132
* ` fileUris ` : (optional, string array) the URLs for file(s) to be downloaded.
You can’t perform that action at this time.
0 commit comments