1. like az repos list -o table give me the all master repository of a project. Is there any way to extract all the branches of each master branch?
2. Why convertfrom-json not working for repos list? Am i doing any mistake here?
$repos = az repos list | convertfrom-json $repos.name
$reposObject = ConvertFrom-Json –InputObject $repos
Moved byNonki TakahashiThursday, June 18, 2020 6:04 AMabout Azure
Hi Raj Dey, is your question about PowerShell? This forum is for Microsoft Small Basic programming. So you should find appropriate forum for your question. Thanks.
Nonki Takahashi
Proposed as answer byNonki TakahashiWednesday, June 17, 2020 1:07 PM