Skip to content

Commit 6b33cff

Browse files
authored
Merge pull request #5136 from jamesaepp/dev
Documentation update to improve conditions of #5135 for Get-PnPAvailableSensitivityLabel
2 parents 09ebae8 + 784b19f commit 6b33cff

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

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)