Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password or probably any argument can't have "=" in it. #161

Open
sksinghvi opened this issue Oct 14, 2019 · 0 comments
Open

Password or probably any argument can't have "=" in it. #161

sksinghvi opened this issue Oct 14, 2019 · 0 comments

Comments

@sksinghvi
Copy link

sksinghvi commented Oct 14, 2019

When passing password as an argument which has = in it, doesn't get parsed. It splits the password into two word. one before the = and other after it. If we pass the password with " around it then it parse it properly but later it failed because it adds another set of quotes at


if /I "%_ArgFlag%" == "/P:" set _ArgPasswordWithQuote="%_ArgValue%"&goto :ArgumentOK


And this about script https://github.com/microsoft/mwt-ds/blob/master/mc/DecisionServicePrivateWeb.deploy.cmd#L80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant