Skip to content

Commit d5d3e0f

Browse files
committed
fixup
1 parent aef4328 commit d5d3e0f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

scripts/spo-compare-files/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
This script compares files from two different SharePoint tenants by calculating and comparing their hash values. This is useful for verifying file integrity after migrations or ensuring files are identical across tenants. This sample is available in both PnP PowerShell and CLI for Microsoft 365.
88

9+
Example of script output of the CLI for Microsoft 365 version:
10+
11+
![preview CLI for Microsoft 365 output](assets/preview.png)
912

1013
# [PnP PowerShell](#tab/pnpps)
1114

314 KB
Loading

scripts/spo-compare-files/assets/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"key": "CLI-FOR-MICROSOFT365",
23-
"value": "11.2.0"
23+
"value": "11.3.0"
2424
}
2525
],
2626
"categories": [
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"gitHubAccount": "Adam-it",
55-
"pictureUrl": "https://github.com/Adam-it.png",
55+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4",
5656
"name": "Adam Wójcik"
5757
}
5858
],

0 commit comments

Comments
 (0)