Skip to content

[BUG] ExecuteSingleResourceQueryAsync regression #727

@JonathanCrd

Description

@JonathanCrd

Describe the bug

The signature for ExecuteSingleResourceQueryAsync was changed on PR #607 by adding an additional parameter tableName in 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:

  • AppConfig: FindAppConfigStore
  • EventHubs: GetNamespaceAsync
  • ACR: GetRegistry

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

Metadata

Metadata

Assignees

Labels

needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.server-Azure.McpAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top of

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions