-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Preflight Checklist
- I have installed the latest version of Power Query SDK.
- I have checked existing resources, including the common issues and the release notes.
- I have searched for similar issues.
Power Query SDK
0.1.7
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
When the "Set credential" sidebar option is used, the command that is echoed out to the output window contains quotes around the command-line argument "-ak".
Steps to Reproduce
Run "Set credentials" then observe the output window.
Actual Experience
[8:50:00 AM] [Info] [Task found] c:\Users\ben\.vscode\extensions\powerquery.vscode-powerquery-sdk-0.1.7-win32-x64\.nuget\Microsoft.PowerQuery.SdkTools.2.110.3\tools\PQTest.exe set-credential
--extension "c:\Users\ben\Desktop\TestConnector\BenTest\bin\AnyCPU\Debug\BenTest.mez"
--queryFile "c:\Users\ben\Desktop\TestConnector\BenTest\BenTest.query.pq"
--prettyPrint "-ak" Anonymous
In the last line, notice the quotes around "-ak". This is incorrect. Quote shouldn't be used here.
Expected Experience
[8:50:00 AM] [Info] [Task found] c:\Users\ben\.vscode\extensions\powerquery.vscode-powerquery-sdk-0.1.7-win32-x64\.nuget\Microsoft.PowerQuery.SdkTools.2.110.3\tools\PQTest.exe set-credential
--extension "c:\Users\ben\Desktop\TestConnector\BenTest\bin\AnyCPU\Debug\BenTest.mez"
--queryFile "c:\Users\ben\Desktop\TestConnector\BenTest\BenTest.query.pq"
--prettyPrint
-ak Anonymous
Additional Context
No response
albertli-msft
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working