You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Given that there are two endpoints with the same area and resource, it appears to be using the first one instead of the second. Is there a way to provide more information to the command-line to ensure the 2nd one is used?
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use
az devops invoke
for Builds - Get Build Changes it fails and prompts for parameters for Builds - Get Changes Between BuildsMy investigation suggests there are 2 endpoints with the same area and resourceName.
az devops invoke --query "[?area=='build' && resourceName=='changes']"
produces the following:
To Reproduce
Azure Cli Version: 2.7.0
Azure-Devops extension version: 0.18.0
Steps to reproduce the behavior:
fromBuildId or toBuildId is null. Supply a valid value and try again.
The debug logs confirm that the 1st resource template is being used:
Expected behavior
Given that there are two endpoints with the same area and resource, it appears to be using the first one instead of the second. Is there a way to provide more information to the command-line to ensure the 2nd one is used?
The text was updated successfully, but these errors were encountered: