Skip to content

Commit d87c892

Browse files
script sample to clone all repo from azure devops
1 parent adbf090 commit d87c892

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Clone all repositories from Azure DevOps
2+
3+
> [!Note]
4+
> This is a submission helper template please find the [contributor guidance](/docfx/contribute.md) to help you write this scenario.
5+
6+
## Summary
7+
8+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.
9+
10+
![Example Screenshot](assets/example.png)
11+
12+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.
13+
14+
# [Azure CLI](#tab/azure-cli)
15+
16+
```powershell
17+
18+
<your script>
19+
20+
```
21+
[!INCLUDE [More about Azure CLI](../../docfx/includes/MORE-AZURECLI.md)]
22+
23+
# [Azure CLI](#tab/azure-cli)
24+
25+
```powershell
26+
27+
<your script>
28+
29+
```
30+
[!INCLUDE [More about Azure CLI](../../docfx/includes/MORE-AZURECLI.md)]
31+
***
32+
33+
34+
## Contributors
35+
36+
| Author(s) |
37+
|-----------|
38+
| Harminder Singh |
39+
40+
[!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)]
41+
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/azure-devops-clone-all-repositories" aria-hidden="true" />
328 KB
Loading
58.7 KB
Loading
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[
2+
{
3+
"name": "azure-devops-clone-all-repositories",
4+
"source": "pnp",
5+
"title": "Clone all repositories from Azure DevOps",
6+
"shortDescription": "Clone all repositories from Azure DevOps",
7+
"url": "https://pnp.github.io/script-samples/azure-devops-clone-all-repositories/README.html",
8+
"longDescription": [""],
9+
"creationDateTime": "2025-10-29",
10+
"updateDateTime": "2025-10-29",
11+
"products": ["Azure"],
12+
"metadata": [
13+
{
14+
"key": "AZURE-CLI",
15+
"value": "2.27.0"
16+
}
17+
],
18+
"categories": ["Configure"],
19+
"tags": ["az extension add --name azure-devops", "az login", "az devops configure", "az devops project", " Clone-Repo"],
20+
"thumbnails": [
21+
{
22+
"type": "image",
23+
"order": 100,
24+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/azure-devops-clone-all-repositories/assets/preview.png",
25+
"alt": "Preview of the sample Clone all repositories from Azure DevOps"
26+
}
27+
],
28+
"authors": [
29+
{
30+
"gitHubAccount": "HarminderSethi",
31+
"company": "",
32+
"pictureUrl": "https://github.com/HarminderSethi.png",
33+
"name": "Harminder Singh"
34+
}
35+
],
36+
"references": [
37+
{
38+
"name": "Want to learn more about Azure CLI and the commands",
39+
"description": "Check out the Azure CLI documentation site to get started and for the reference to the commands.",
40+
"url": "https://learn.microsoft.com/cli/azure/"
41+
},
42+
{
43+
"name": "Want to learn more about Azure CLI and the commands",
44+
"description": "Check out the Azure CLI documentation site to get started and for the reference to the commands.",
45+
"url": "https://learn.microsoft.com/cli/azure/"
46+
}
47+
]
48+
}
49+
]

0 commit comments

Comments
 (0)