Skip to content

Commit be21cff

Browse files
committed
Minor tweaks to show tabs
1 parent d6d6914 commit be21cff

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

scripts/azure-devops-clone-all-repositories/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# # Azure DevOps Repo Cloner (PowerShell & AzureCli)
1+
# Azure DevOps Repo Cloner (PowerShell & AzureCli)
22

33
## Summary
44

@@ -31,8 +31,10 @@ A **secure, user-friendly PowerShell script** to clone **all accessible Git repo
3131
1. **Save** the script as `Clone-All-DevOpsRepos.ps1`
3232
2. **Run in PowerShell**:
3333

34-
````powershell
34+
35+
```powershell
3536
.\Clone-All-DevOpsRepos.ps1
37+
```
3638

3739
# [Azure CLI](#tab/azure-cli)
3840

@@ -283,10 +285,9 @@ if ($LogStream) {
283285
$LogStream.Dispose()
284286
}
285287
286-
287-
````
288-
289-
---
288+
```
289+
[!INCLUDE [More about Azure CLI](../../docfx/includes/MORE-AZURECLI.md)]
290+
***
290291

291292
## Contributors
292293

scripts/azure-devops-clone-all-repositories/assets/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "azure-devops-clone-all-repositories",
44
"source": "pnp",
55
"title": "Clone all repositories from Azure DevOps",
6-
"shortDescription": "Clone all repositories from Azure DevOps",
6+
"shortDescription": "A secure, user-friendly PowerShell script to clone all accessible Git repositories from an Azure DevOps organization",
77
"url": "https://pnp.github.io/script-samples/azure-devops-clone-all-repositories/README.html",
88
"longDescription": [""],
99
"creationDateTime": "2025-10-29",

0 commit comments

Comments
 (0)