Skip to content

Commit

Permalink
small tweaks to add metadata to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbullock committed Sep 11, 2024
1 parent 5fc74e2 commit 4ee0ea6
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 136 deletions.
3 changes: 2 additions & 1 deletion scripts/graph-get-licenses-by-sku-email-if-low/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ else {
```
[!INCLUDE [More about Microsoft Graph PowerShell SDK](../../docfx/includes/MORE-GRAPHSDK.md)]
***

## Contributors

Expand All @@ -117,4 +118,4 @@ else {


[!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-get-licenses-by-sku-email-if-low" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions scripts/graph-get-licenses-by-sku-email-if-low/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[
{
"name": "graph-get-licenses-by-sku-email-if-low",
"source": "pnp",
"title": "Microsoft 365 License Monitoring and Alert Script",
"shortDescription": "This script is designed to help administrators monitor the availability of Microsoft 365 licenses for specific SKUs",
"url": "https://pnp.github.io/script-samples/graph-get-licenses-by-sku-email-if-low/README.html",
"longDescription": [
""
],
"creationDateTime": "2024-09-11",
"updateDateTime": "2024-09-11",
"products": [
"Graph"
],
"metadata": [
{
"key": "GRAPH-POWERSHELL",
"value": "1.0.0"
}
],
"categories": [
"Configure",
"Report"
],
"tags": [
"<Cmdlets-Used>"
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/graph-get-licenses-by-sku-email-if-low/assets/preview.png",
"alt": "Preview of the sample Microsoft 365 License Monitoring and Alert Script"
}
],
"authors": [
{
"gitHubAccount": "EilafBarmare",
"company": "",
"pictureUrl": "https://github.com/EilafBarmare.png",
"name": "Eilaf Barmare"
}
],
"references": [
{
"name": "Want to learn more about Microsoft Graph PowerShell SDK and the cmdlets",
"description": "Check out the Microsoft Graph PowerShell SDK documentation site to get started and for the reference to the cmdlets.",
"url": "https://learn.microsoft.com/graph/powershell/get-started"
}
]
}
]

This file was deleted.

0 comments on commit 4ee0ea6

Please sign in to comment.