Adam Vincent
Adam Vincent
Stumbled here looking for a solution. After a few hours of research I found a fix, which explained in depth here: https://github.com/Azure/azure-cli/blob/dev/doc/quoting-issues-with-powershell.md In short, if you have ``` --value '$(some...
I'm no python expert, but it appears as there isn't a way for `argparse` to allow multiple values in this manner (CSV example): ```sh --filters operand="Status" operator="Equals" values="InProgress,Queued" ``` Since...
If you're looking for a work-around, dropping down to the AzureRM REST API is always an option: ### AzureRM REST with PowerShell example ```ps # requires: Az modules # --...
Here from C# land, but if this is a 'new' functions app, which version / model are you using? I would assume you are using the latest. The first thing...