Merge pull request #5141 from richgrov/missing-azure-env-error

Return error if AZURE_ACCOUNT_NAME not set
This commit is contained in:
Michael Eischer
2024-12-01 14:01:56 +01:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Provide clear error message if AZURE_ACCOUNT_NAME is not set
If AZURE_ACCOUNT_NAME is not set, any command related to an Azure repository
would result in a misleading networking error. Restic will now detect this and
provide a clear warning that the variable is not defined.
https://github.com/restic/restic/pull/5141