| 1234567891011121314 |
- [[breaking_70_plugins_changes]]
- === Plugins changes
- ==== Azure Repository plugin
- * The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
- This includes `account`, `key`, `default` and `timeout`.
- You need to use settings which are starting with `azure.client.` prefix instead.
- * Global timeout setting `cloud.azure.storage.timeout` has been removed.
- You must set it per azure client instead. Like `azure.client.default.timeout: 10s` for example.
- See {plugins}/repository-azure-usage.html#repository-azure-repository-settings[Azure Repository settings].
|