Open hellosnow opened 6 years ago
Triaged and removing my assignment.
For reference, link to original question in StackOverflow: https://stackoverflow.com/questions/52111528/how-to-filter-azure-resource-management-rest-call-on-tags
@marstr thanks for looking into the issue. Could you help me to understand what triaged means, and any ideas about when this could be fixed?
Howdy @haschdl,
This repository is a landing spot for about 100 teams at Microsoft. My team curates the repository and the issues deposited here, but doesn't have the capacity to change server-side behavior. By labeling it as related to ARM
, we have some automation that will add this issue to the service team's internal bug-tracker.
Any updates on this issue? We need to make a separate call again for getting the tags for several resources. Any ETA on this one?
Without oData filter
With oData filter
Hi all - we are actively working on a solution set to rollout shortly. In the meantime, our REST API documentation has been updated to specify that resource tags are not returned when querying by tags themselves - thanks!
@tim-nguyen-cs Is there an open work item we can follow to get updates when this is fixed?
Hi @KalyanChanumolu-MSFT - I can re-open this issue intermittingly and update you when this change has been rolled out and is successful.
This issue is transfered by https://github.com/MicrosoftDocs/feedback/issues/657 from @Qq20180503
Describe the bug I filter Azure Resource Management REST call on tags. However, the response is just displaying the filtered resources not including "tag".
To Reproduce Steps to reproduce the behavior:
tagname eq 'abc' and tagvalue eq '123'
. Screenshot1Expected behavior The response should be filtered resources including "tag".
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.