PSArm icon indicating copy to clipboard operation
PSArm copied to clipboard

Converted AKS VMSS arm template example has `type` property that conflicts with alias

Open SteveL-MSFT opened this issue 3 years ago • 2 comments

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?

SteveL-MSFT avatar Apr 24 '21 00:04 SteveL-MSFT

https://github.com/PowerShell/PSArm/pull/133 implements one solution to this issue

rjmholt avatar Apr 24 '21 15:04 rjmholt

Duplicate of https://github.com/PowerShell/PSArm/issues/126

rjmholt avatar Apr 24 '21 16:04 rjmholt