Skip to content

Commit d9e39da

Browse files
committed
Updated titles to align with spec
1 parent 999587b commit d9e39da

35 files changed

Lines changed: 70 additions & 70 deletions

src/powershell/tests/Test-Assessment.35001.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Conditional Access RMS Exclusions
3+
Conditional Access policies don't exclude Rights Management workloads
44
#>
55

66
function Test-Assessment-35001 {
@@ -13,7 +13,7 @@ function Test-Assessment-35001 {
1313
SfiPillar = '',
1414
TenantType = ('Workforce','External'),
1515
TestId = 35001,
16-
Title = 'Conditional Access RMS Exclusions',
16+
Title = 'Conditional Access policies don''t exclude Rights Management workloads',
1717
UserImpact = 'Low'
1818
)]
1919
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35003.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Total Sensitivity Labels Configured
3+
Sensitivity labels are configured
44
55
.DESCRIPTION
66
This test checks if there is at least one sensitivity label configured in the tenant.
@@ -22,7 +22,7 @@ function Test-Assessment-35003 {
2222
SfiPillar = '',
2323
TenantType = ('Workforce'),
2424
TestId = 35003,
25-
Title = 'Total Sensitivity Labels Configured',
25+
Title = 'Sensitivity labels are configured',
2626
UserImpact = 'Low'
2727
)]
2828
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35004.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Published Label Policies
3+
Sensitivity label policies are published to users
44
55
.DESCRIPTION
66
Creating sensitivity labels is the first step in information protection deployment.
@@ -24,7 +24,7 @@ function Test-Assessment-35004 {
2424
SfiPillar = '',
2525
TenantType = ('Workforce'),
2626
TestId = 35004,
27-
Title = 'Published Label Policies',
27+
Title = 'Sensitivity label policies are published to users',
2828
UserImpact = 'Medium'
2929
)]
3030
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35005.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Sensitivity Labels Enabled in SharePoint Online
3+
Sensitivity labels are enabled in SharePoint Online
44
55
.DESCRIPTION
66
SharePoint Online and OneDrive for Business require explicit enablement of sensitivity label integration to allow users to apply Microsoft Information Protection labels to files stored in these services. When EnableAIPIntegration is disabled, organizations lose the ability to classify and protect documents at rest in their primary collaboration platform. The contant is opaque to SharePoint capabilities and Purview services like eDiscovery is not available.
@@ -21,7 +21,7 @@ function Test-Assessment-35005 {
2121
SfiPillar = '',
2222
TenantType = ('Workforce'),
2323
TestId = 35005,
24-
Title = 'Sensitivity Labels Enabled in SharePoint Online',
24+
Title = 'Sensitivity labels are enabled in SharePoint Online',
2525
UserImpact = 'Low'
2626
)]
2727
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35006.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
PDF Labeling Support in SharePoint Online
3+
PDF labeling is enabled in SharePoint Online
44
55
.DESCRIPTION
66
PDF files stored in SharePoint Online and OneDrive for Business require separate enablement of sensitivity label support beyond the base Office file integration. When EnableSensitivityLabelforPDF is disabled, organizations create a protection gap where PDF documents remain unclassified and unprotected despite sensitivity label policies being active for Office files.
@@ -21,7 +21,7 @@ function Test-Assessment-35006 {
2121
SfiPillar = '',
2222
TenantType = ('Workforce'),
2323
TestId = 35006,
24-
Title = 'PDF Labeling Support in SharePoint Online',
24+
Title = 'PDF labeling is enabled in SharePoint Online',
2525
UserImpact = 'Low'
2626
)]
2727
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35007.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Information Rights Management (IRM) Enabled in SharePoint Online
3+
Information Rights Management is enabled in SharePoint Online
44
55
.DESCRIPTION
66
Information Rights Management (IRM) integration in SharePoint Online libraries is a legacy feature that has been replaced by Enhanced SharePoint Permissions (ESP). Any library using this legacy capabilitiy should be flagged to move to newer capabilities.
@@ -21,7 +21,7 @@ function Test-Assessment-35007 {
2121
SfiPillar = '',
2222
TenantType = ('Workforce'),
2323
TestId = 35007,
24-
Title = 'Information Rights Management (IRM) Enabled in SharePoint Online',
24+
Title = 'Information Rights Management is enabled in SharePoint Online',
2525
UserImpact = 'Low'
2626
)]
2727
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35008.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
SPO Default Document Library Label (Tenant-Wide)
3+
A default sensitivity label is configured for SharePoint document libraries
44
55
.DESCRIPTION
66
SharePoint document libraries support configuring default sensitivity labels that automatically apply baseline protection to new or edited files that lack existing labels or have lower-priority labels. When the tenant-level capability DisableDocumentLibraryDefaultLabeling is enabled (set to $true), organizations block site administrators from establishing automatic baseline classification for document libraries.
@@ -21,7 +21,7 @@ function Test-Assessment-35008 {
2121
SfiPillar = '',
2222
TenantType = ('Workforce'),
2323
TestId = 35008,
24-
Title = 'SPO Default Document Library Label (Tenant-Wide)',
24+
Title = 'A default sensitivity label is configured for SharePoint document libraries',
2525
UserImpact = 'Low'
2626
)]
2727
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35009.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Checks whether co-authoring is enabled for encrypted documents with sensitivity labels.
3+
Co-authoring is enabled for encrypted documents
44
#>
55

66
function Test-Assessment-35009 {
@@ -13,7 +13,7 @@ function Test-Assessment-35009 {
1313
SfiPillar = '',
1414
TenantType = ('Workforce'),
1515
TestId = 35009,
16-
Title = 'Co-Authoring Enabled for Encrypted Documents',
16+
Title = 'Co-authoring is enabled for encrypted documents',
1717
UserImpact = 'High'
1818
)]
1919
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35010.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Double Key Encryption (DKE) Labels
3+
Double Key Encryption labels are configured
44
55
.DESCRIPTION
66
Double Key Encryption (DKE) provides an additional layer of protection for highly sensitive data by requiring two keys to decrypt content:
@@ -30,7 +30,7 @@ function Test-Assessment-35010 {
3030
RiskLevel = 'Low',
3131
TenantType = ('Workforce'),
3232
TestId = 35010,
33-
Title = 'Double Key Encryption (DKE) Labels',
33+
Title = 'Double Key Encryption labels are configured',
3434
UserImpact = 'High'
3535
)]
3636
[CmdletBinding()]

src/powershell/tests/Test-Assessment.35011.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#
22
.SYNOPSIS
3-
Azure Information Protection (AIP) Super User Feature Configuration
3+
Super user membership is configured for Azure Information Protection
44
55
.DESCRIPTION
66
Evaluates whether the Azure Information Protection (AIP) super user feature is enabled and properly configured with designated super users. The super user feature allows specified service accounts or administrators to decrypt rights-managed content for auditing, search, and compliance purposes.
@@ -23,7 +23,7 @@ function Test-Assessment-35011 {
2323
SfiPillar = 'Protect tenants and production systems',
2424
TenantType = ('Workforce','External'),
2525
TestId = 35011,
26-
Title = 'Super User Membership Configuration',
26+
Title = 'Super user membership is configured for Azure Information Protection',
2727
UserImpact = 'Low'
2828
)]
2929
[CmdletBinding()]

0 commit comments

Comments
 (0)