We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285eb61 commit 8edb4cdCopy full SHA for 8edb4cd
_posts/2021-05-17-azure-devops-repos.md
@@ -39,14 +39,16 @@ foreach ($Proj in $Projects) {
39
foreach ($Repo in $Repos) {
40
Write-Output $Repo.webUrl
41
}
42
-}```
+}
43
+```
44
-Here is some sample output which you can use.
45
+Here is a sample showing output.
46
```
47
PS C:\Dev\ado-api> & .\getRepos.ps1
48
https://dev.azure.com/exampleorg/java-jsf1/_git/java-jsf1
49
https://dev.azure.com/exampleorg/Jan2021Example/_git/Jan2021Example
-https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag```
50
+https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag
51
52
## Credits
53
Thanks to Simon Wahlinfor the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/)
54
0 commit comments