vuls: init at 0.27.0
[NixPkgs.git] / nixos / maintainers / scripts / azure-new / common.sh
blobeb87c3e065019d0ff58324e5329d063d2da6081f
1 export group="${AZURE_RESOURCE_GROUP:-"azure"}"
2 export location="${AZURE_LOCATION:-"westus2"}"
4 img_file=$(echo azure/*.vhd)
5 img_name="$(basename "${img_file}")"
6 img_name="${img_name%".vhd"}"
7 export img_name="${img_name//[._]/-}"