summary refs log tree commit diff
path: root/nixos/maintainers/scripts/azure-new/common.sh
blob: eb87c3e065019d0ff58324e5329d063d2da6081f (plain) (blame)
1
2
3
4
5
6
7
export group="${AZURE_RESOURCE_GROUP:-"azure"}"
export location="${AZURE_LOCATION:-"westus2"}"

img_file=$(echo azure/*.vhd)
img_name="$(basename "${img_file}")"
img_name="${img_name%".vhd"}"
export img_name="${img_name//[._]/-}"