Skip to content

Commit 4683fae

Browse files
Release v3.0.9 (#19)
Co-authored-by: Adam-it <[email protected]>
1 parent 51e6e8e commit 4683fae

File tree

8 files changed

+1769
-1735
lines changed

8 files changed

+1769
-1735
lines changed

data/pnpPsModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,6 +2290,11 @@
22902290
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPAzureADServicePrincipalAssignedAppRole.md",
22912291
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADServicePrincipalAssignedAppRole.html"
22922292
},
2293+
{
2294+
"name": "Remove-PnPAzureADUser",
2295+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPAzureADUser.md",
2296+
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADUser.html"
2297+
},
22932298
{
22942299
"name": "Remove-PnPContainer",
22952300
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPContainer.md",

data/samples.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,6 +4004,26 @@
40044004
"Get-PnPMicrosoft365GroupMembers"
40054005
]
40064006
},
4007+
{
4008+
"title": "Get SharePoint Storage Usage Against Allocated Quota",
4009+
"url": "https://pnp.github.io/script-samples/spo-get-sharepoint-storage-currentquota/README.html",
4010+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharepoint-storage-currentquota/README.md",
4011+
"description": "Understand and sharing links activities within your M365 environment is crucial for maintaining security and compliance.",
4012+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharepoint-storage-currentquota/assets/preview.png",
4013+
"type": "powershell",
4014+
"tabTag": "#tab/pnpps",
4015+
"authors": [
4016+
{
4017+
"name": "Reshmee Auckloo",
4018+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
4019+
}
4020+
],
4021+
"tags": [
4022+
"modern",
4023+
"Connect-PnPOnline",
4024+
"Get-PnPTenantSite"
4025+
]
4026+
},
40074027
{
40084028
"title": "Get sharing links within the tenant",
40094029
"url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.8",
5+
"version": "3.0.9",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)