Skip to content

Commit

Permalink
Small updates to metadata and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbullock committed Oct 18, 2023
1 parent 8fde877 commit 6b42a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/graph-update-user-photo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
plugin: add-to-gallery-preparation
plugin: add-to-gallery
---

# Add or Update User Photo
Expand Down Expand Up @@ -68,8 +68,8 @@ foreach($imageFile in $imageFiles){
}
```

[!INCLUDE [More about Microsoft Graph PowerShell SDK](../../docfx/includes/MORE-GRAPHSDK.md)]
***

## Contributors

Expand All @@ -78,4 +78,4 @@ foreach($imageFile in $imageFiles){
| [Peter Paul Kirschner](https://github.com/petkir) |

[!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)]
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/template-script-submission" aria-hidden="true" />
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/graph-update-user-photo" aria-hidden="true" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "graph-update-user-photo",
"source": "pnp",
"title": "Add or Update User Photo",
"shortDescription": "",
"shortDescription": "The script streamlines the process of updating user photos of images stored locally. It ensures efficient handling of both successful updates and errors, providing an organized approach to managing user photos within Microsoft 365",
"url": "https://pnp.github.io/script-samples/graph-update-user-photo/README.html",
"longDescription": [
""
Expand Down

0 comments on commit 6b42a68

Please sign in to comment.