You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `extra_args` | Extra arguments that can be passed to `az storage blob upload-batch`. Useful for passing flags like `--pattern` or `--destination-path` |
70
-
| `sas_token` | The shared access signature token for the storage account. Either connection\_string or sas\_token must be supplied |
71
-
| `sync` | Use `az storage blob sync` to synchronize blobs recursively. Defaults to false (`az storage blob upload-batch`) |
72
-
| `overwrite` | Overwrite existing files in the destination container. Defaults to false |
| `account_name` | The name of the storage account. Required if `sas_token` is used |
68
+
| `cli_version` | If set, specifies the version of the Azure CLI to install. Defaults to latest |
69
+
| `connection_string` | The connection string for the storage account. Used if value is set. Either `connection_string` or `sas_token` must be supplied |
70
+
| `extra_args` | Extra arguments that can be passed to `az storage blob upload-batch`. Useful for passing flags like `--pattern` or `--destination-path` |
71
+
| `overwrite` | Overwrite existing files in the destination container. Defaults to false |
72
+
| `sas_token` | The shared access signature token for the storage account. Either connection\_string or sas\_token must be supplied |
73
+
| `sync` | Use `az storage blob sync` to synchronize blobs recursively. Defaults to false (`az storage blob upload-batch`) |
0 commit comments