Skip to content

Commit f2795f6

Browse files
authored
Merge branch 'pnp:dev' into CertIssue
2 parents 91a798b + 074bc0d commit f2795f6

File tree

8 files changed

+3681
-3672
lines changed

8 files changed

+3681
-3672
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6868
- [sofbkeller]
6969
- Ali Robertson [alirobe]
7070
- Christian Veenhuis [ChVeen]
71+
- James Epp [jamesaepp]
7172

7273
## [3.1.0]
7374

dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Updated": "20251026-025712",
2+
"Updated": "20251031-025813",
33
"PnPPowerShell": "44ce753d0a21ec656f42e1ea007add97db8c5ee9",
4-
"PnPFramework": "97497f0e1c92df896a7baa9ee3b36e601e4f773c",
5-
"PnPCore": "56c0bb9c94e02681005d9e15402113094ea958fc"
4+
"PnPFramework": "4dccb225f33c81c3d00ca773d5c120a62d30f58c",
5+
"PnPCore": "dd121ac4a9538c9599745921cbe322e79ec7d993"
66
}

documentation/Add-PnPFileSensitivityLabel.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ title: Add-PnPFileSensitivityLabel
1515

1616
* Microsoft Graph API : One of Files.ReadWrite.All, Sites.ReadWrite.All
1717

18+
**Required Billing**
19+
20+
* Microsoft Graph API: The `assignSensitivityLabel` API used by this cmdlet will not function without billing setup. Consult the [RELATED LINKS](#related-links) section.
21+
1822
Add the sensitivity label information for a file in SharePoint.
1923

2024
## SYNTAX
@@ -129,5 +133,10 @@ Accept wildcard characters: False
129133

130134
## RELATED LINKS
131135

132-
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
133-
[Microsoft Graph documentation](https://learn.microsoft.com/graph/api/driveitem-assignsensitivitylabel)
136+
* [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
137+
138+
* [Microsoft Graph documentation](https://learn.microsoft.com/graph/api/driveitem-assignsensitivitylabel)
139+
140+
* [Overview of metered APIs and services in Microsoft Graph](https://learn.microsoft.com/en-us/graph/metered-api-overview)
141+
142+
* [Metered APIs and services in Microsoft Graph](https://learn.microsoft.com/en-us/graph/metered-api-list)

documentation/Get-PnPAvailableSensitivityLabel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ title: Get-PnPAvailableSensitivityLabel
1010
# Get-PnPAvailableSensitivityLabel
1111

1212
## SYNOPSIS
13+
14+
**Required Permissions**
15+
16+
* Microsoft Graph API : One of InformationProtectionPolicy.Read (Delegated), InformationProtectionPolicy.Read.All (Application)
17+
1318
Gets the Microsoft Purview sensitivity labels that are available within the tenant
1419

1520
## SYNTAX

0 commit comments

Comments
 (0)