Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Jun 29, 2024
1 parent ce696d9 commit 09e7269
Show file tree
Hide file tree
Showing 8 changed files with 2,223 additions and 2,162 deletions.
5 changes: 5 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRecycleBinItem.html"
},
{
"name": "Get-PnPTenantRestrictedSearchAllowedList",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchAllowedList.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRestrictedSearchAllowedList.html"
},
{
"name": "Get-PnPTenantRestrictedSearchMode",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchMode.md",
Expand Down
49 changes: 48 additions & 1 deletion data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Michał Kornet",
"pictureUrl": "https://github.com/mkm17.png"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
Expand All @@ -56,7 +60,11 @@
"Get-PnPTenantSite",
"Get-PnPMicrosoft365GroupOwner",
"Get-PnPMicrosoft365GroupMember",
"Add-PnPMicrosoft365GroupMember"
"Add-PnPMicrosoft365GroupMember",
"m365 login",
"m365 spo site list",
"m365 entra m365group user list ",
"m365 entra m365group user add"
]
},
{
Expand Down Expand Up @@ -3974,6 +3982,26 @@
"GetObjectSharingInformation"
]
},
{
"title": "Retrieves site id from Microsoft Graph",
"url": "https://pnp.github.io/script-samples/spo-get-siteid-from-microsoftgraph/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/README.md",
"description": "Retrieves a SiteId from Microsoft Graph using PnP PowerShell. This can be particularly useful when making further API calls that require the SiteId.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Invoke-PnPGraphMethod"
]
},
{
"title": "Get membership report of a site",
"url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/README.html",
Expand Down Expand Up @@ -5807,6 +5835,25 @@
"Invoke-RestMethod"
]
},
{
"title": "Get All Teams App Descriptions",
"url": "https://pnp.github.io/script-samples/teams-list-all-app-descriptions/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/README.md",
"description": "Get an list of all the app descriptions to determine if your app may clash with others during Copilot development",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Paul Bullock",
"pictureUrl": "https://github.com/pkbullock.png"
}
],
"tags": [
"Connect-PnPOnline",
"Invoke-PnPGraphMethod"
]
},
{
"title": "List guests within Teams in a tenant",
"url": "https://pnp.github.io/script-samples/teams-list-guestusers/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.4",
"version": "3.0.5",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 09e7269

Please sign in to comment.