release: add _LOCATION to the list of required AZURE variables

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Glen Barber 2021-10-13 17:11:48 -04:00
parent 083f6d0e5d
commit 364cf0304c

View File

@ -28,7 +28,7 @@ EXPIRY_DATE!= date -v+1m -I -u
azure-upload: ${AZURE_UPLOAD_TGTS}
azure-check-depends:
.for VAR in _STORAGE _ACCOUNT _RESOURCEGROUP _KEY
.for VAR in _STORAGE _ACCOUNT _RESOURCEGROUP _KEY _LOCATION
. if !defined(AZURE${VAR}) || empty(AZURE${VAR})
@echo "Variable AZURE${VAR} cannot be empty."
@false