Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

parentRepository is always incorrectly returned as 'null' #1317

Open mlight111 opened 1 year ago

mlight111 commented 1 year ago

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.

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