microsoft / GitHub-Copilot-for-Azure

GitHub Copilot for Azure
Other
14 stars 1 forks source link

Prompt returns storage accounts across all subscriptions when inquired the first time in the chat history #14

Closed kvenkatrajan closed 2 weeks ago

kvenkatrajan commented 2 weeks ago

Prompt : can you tell me the storage accounts for the "XYZ" subscription? Behavior : With access to multiple subscriptions and with the azure resource extension installed, it gives the storage accounts across all the subscriptions instead of the specified subscription. The second time its prompted within the same chat conversation it provides the right results Actual: It displays the resources associated with the specific subscription

bwateratmsft commented 2 weeks ago

I tried this out and the query that is passed to ARG plugin is something too generic like "list all storage accounts". It is not including the specified subscription in the query to ARG.

bwateratmsft commented 2 weeks ago

Fixed in next release.