azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

parentRepository is always incorrectly returned as 'null'

Open mlight111 opened this issue 3 years ago • 0 comments

This is autogenerated. Please review and update as needed.

Describe the bug

In using the CLI to determine which of our repos are forked from a template, the azure cli incorrectly returns null as parentRepository for every repo in our org/project.

Command Name az repos list Extension Name: azure-devops. Version: 0.25.0.

Errors:


To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here...
  • az repos list --organization {} --project {} --query {}

Expected Behavior

I would expect parentRepository to be populated with information for repos we know are forks and we know are children of a parent.

Environment Summary

Windows-10-10.0.19044-SP0
Python 3.10.5
Installer: MSI

azure-cli 2.41.0 *

Extensions:
azure-devops 0.25.0
datafactory 0.6.0

Dependencies:
msal 1.20.0b1
azure-mgmt-resource 21.1.0b1

Additional Context

mlight111 avatar Dec 07 '22 13:12 mlight111