Argument passthrough --
stops working in PowerShell since 2.40.0
#24034
Labels
Milestone
--
stops working in PowerShell since 2.40.0
#24034
Describe the bug
There is a regression in Azure Quantum CLI extension introduced by Azure CLI latest release (2.40.0).
The command below, which used to work with 2.39.0, is now complaining about "ERROR: unrecognized arguments: --submit-config-file".
Our CLI extension passes through those arguments, which follow
--
, to invoke our executable underneath the CLI. With this regression, this argument pass through mechanism is not working any more.az storage copy
also supports--
notation (#20702) and it stops working:The text was updated successfully, but these errors were encountered: