LogicManagementClient.workflow_runs.list(RESOURCE_GROUP, LOGIC_APP_NAME, filter=filter_query) filter being appended during subsequent requests #39737
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Logic App
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
The filter param is added on each subsequent request
To Reproduce
`
`
THIS WILL FAIL ON THE SECOND RUN
Expected behavior
The filter param is only applied once to the request.
The fix
azure.mgmt.logic.operations._workflow_runs_operations.py:170
`
`
The text was updated successfully, but these errors were encountered: