#!/usr/bin/env bash

cat >&2 <<'EOF'
avm: this launcher is no longer supported.

The container/make based AVM toolchain has been replaced by the Avm.Authoring
PowerShell module. Install it from the PowerShell Gallery and run avm from
PowerShell instead:

    Install-PSResource -Name Avm.Authoring -Scope CurrentUser -TrustRepository
    Import-Module Avm.Authoring
    avm --help

See https://github.com/Azure/azure-verified-modules-tools for details.
EOF

exit 1
