az group deployment create --parameters documentation does not work in powershell shell #5899
Labels
ARM
az resource/group/lock/tag/deployment/policy/managementapp/account management-group
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Resource Manager
If you follow the example from the documentation from the help output for
az group deployment create -h
in a powershell prompt you end with an error messagesplatting operator '@' cannot be used to reference variables in an expression
With example command:
you get the error message:
The help shows from
az group deployment create -h
shows to use the@
syntax which fails in powershell promptIs the
@
symbol needed?Can the documentation be updated to remove the
@
symbol? It doesn't seem to be need in cmd or linux environment?Environment summary
Install Method: MSI
OS version: Microsoft Windows [Version 10.0.16299.309]
Shell Type: Powershell
The text was updated successfully, but these errors were encountered: