Version v1.69.0

This commit is contained in:
Nick Craig-Wood
2025-01-12 15:09:13 +00:00
parent 009660a489
commit cd3b08d8cf
51 changed files with 11050 additions and 1128 deletions

View File

@ -540,6 +540,28 @@ Properties:
- Type: string
- Required: false
#### --azureblob-disable-instance-discovery
Skip requesting Microsoft Entra instance metadata
This should be set true only by applications authenticating in
disconnected clouds, or private clouds such as Azure Stack.
It determines whether rclone requests Microsoft Entra instance
metadata from `https://login.microsoft.com/` before
authenticating.
Setting this to true will skip this request, making you responsible
for ensuring the configured authority is valid and trustworthy.
Properties:
- Config: disable_instance_discovery
- Env Var: RCLONE_AZUREBLOB_DISABLE_INSTANCE_DISCOVERY
- Type: bool
- Default: false
#### --azureblob-use-msi
Use a managed service identity to authenticate (only works in Azure).
@ -612,6 +634,26 @@ Properties:
- Type: bool
- Default: false
#### --azureblob-use-az
Use Azure CLI tool az for authentication
Set to use the [Azure CLI tool az](https://learn.microsoft.com/en-us/cli/azure/)
as the sole means of authentication.
Setting this can be useful if you wish to use the az CLI on a host with
a System Managed Identity that you do not want to use.
Don't set env_auth at the same time.
Properties:
- Config: use_az
- Env Var: RCLONE_AZUREBLOB_USE_AZ
- Type: bool
- Default: false
#### --azureblob-endpoint
Endpoint for the service.