projectkudu/ARMClient

Problem with command line parameters parsing

Closed this issue · 4 comments

ARMClient.exe PUT subscriptions/26756605-1ad6-450f-b87f-6ccc2acd0ebc/resourceGroups/flowsrg?api-version=2014-04-01-preview -data @put_rg.json -verbose

Gives me "Parameter '-verbose' is invalid!" error.

Yes, it looks like this is buggy. If you change the order of -data and -verbose, it tells you that -data is invalid :)

@suwatch just fixed it.

Let me me verify :)

Fix by 1e1b619