Leverage Package Extended Attributes in the PS1 Script Template
You can now add the package extended attributes as variables to the PS1 script template. While wrapping a package to PS1 script, the values of the extended attributes of the package will be set to the variables in the output PS1 script. Each extended attribute that you add should be mentioned in the below format:
[string]$ApplicationName = '{ApplicationName}'
[string]$BusinessCriticality = '{BusinessCriticality}'
[string]$ApplicationType = '{ApplicationType}'
Value of these attributes set in UI will be now saved in script (Deploy-Application.ps1).