-
Notifications
You must be signed in to change notification settings - Fork 467
[BUG] ExecuteSingleResourceQueryAsync regression #727
Copy link
Copy link
Closed
Labels
needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Metadata
Metadata
Assignees
Labels
needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Type
Projects
Status
Done
Describe the bug
The signature for
ExecuteSingleResourceQueryAsyncwas changed on PR #607 by adding an additional parametertableNamein the middle of other parameters. This change broke tools that were passing other values in the place that this new parameter is using.Fix
To fix this, we just have to specify the parameter name we're using on all the references.
Known Impact:
Expected behavior
The query sent to the request should be valid.
Actual behavior
Bad request error
Reproduction Steps
Run the Live Tests
Environment
No response