Releases: mbernard/PoshArm-Deployment
Releases · mbernard/PoshArm-Deployment
0.4
0.3
Breaking changes
Naming convention as changed from {resourcename}{delimiter}{hash}
to {environmentcode}{delimiter}{resourcename}{delimiter}{hash}
. Call this function at the beginning of your deployment script to set the naming convention globally to the old format.
Set-ArmResourceNamingConvention "{resourcename}{delimiter}{hash}"