-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small tweaks to add metadata to sample
- Loading branch information
Showing
4 changed files
with
55 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
53
scripts/graph-get-licenses-by-sku-email-if-low/assets/sample.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] |
135 changes: 0 additions & 135 deletions
135
scripts/graph-get-licenses-by-sku-email-if-low/assets/template.sample.json
This file was deleted.
Oops, something went wrong.