PSArm
PSArm copied to clipboard
Converted AKS VMSS arm template example has `type` property that conflicts with alias
Converted https://github.com/Azure/azure-quickstart-templates/blob/master/101-aks-vmss-systemassigned-identity/azuredeploy.json which has a type
property. Publish-PSArmTemplate
encounters this and, as expected, tries to execute the type
alias as it takes precedence over a function.
May need to consider detecting aliases and using fully qualified function?
https://github.com/PowerShell/PSArm/pull/133 implements one solution to this issue
Duplicate of https://github.com/PowerShell/PSArm/issues/126