This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Description
Publish to most powershell people means "do a deployment" e.g. Publish-Module. If the command isn't renamed directly, it should at least be aliased to Build-PSArmTemplate to be more instinctive and follow the typical lexicon:
❯ get-verb build,publish | fl
Verb : Publish
AliasPrefix : pb
Group : Data
Description : Makes a resource available to others
Verb : Build
AliasPrefix : bd
Group : Lifecycle
Description : Creates an artifact (usually a binary or document) out of some set of input files (usually source code
or declarative documents)