1
0
mirror of https://github.com/restic/restic.git synced 2024-07-25 12:17:31 +02:00
restic/changelog/unreleased/pull-4799
2024-05-18 22:15:54 +02:00

6 lines
265 B
Plaintext

Enhancement: Add option to force use of Azure CLI credential
A new environment variable `AZURE_FORCE_CLI_CREDENTIAL=true` allows forcing the use of Azure CLI credential, ignoring other credentials like managed identity.
https://github.com/restic/restic/pull/4799