You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export of the SCAutoSensitivityLabelRule resource does not create the code with correct indentation. This is causing DSCParser to incorrectly parse the resource, resulting in an incorrect report (HTML/Excel or JSON).
Have confirmed that correcting the indentation fixes the issue.
Microsoft 365 DSC Version
Dev
Which workloads are affected
Security & Compliance Center
The DSC configuration
SCAutoSensitivityLabelRule "SCAutoSensitivityLabelRule-General Data Protection Regulation (GDPR) High EXO-Exchange"
{
ApplicationId =$ConfigurationData.NonNodeData.ApplicationId;
CertificateThumbprint =$ConfigurationData.NonNodeData.CertificateThumbprint;
ContentContainsSensitiveInformation = MSFT_SCDLPContainsSensitiveInformation
{
SensitiveInformation =@(
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Citizen''s Service (BSN) Number'
id ='c5f54253-ef7e-44f6-a578-440ed67e946d'
maxconfidence ='100'
minconfidence ='85'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Driver''s License Number'
id ='6247fbea-ab80-4be5-8233-308b7c031401'
maxconfidence ='100'
minconfidence ='75'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Passport Number'
id ='61786727-bafd-45f6-94d9-888d815e228e'
maxconfidence ='100'
minconfidence ='75'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Physical Addresses'
id ='b3650e47-f2dc-4d29-a4fc-1b9154005c07'
maxconfidence ='100'
minconfidence ='75'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Tax Identification Number'
id ='01f42a64-eba7-4892-a67b-398237e4ade2'
maxconfidence ='100'
minconfidence ='85'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='Netherlands Value Added Tax Number'
id ='4f320d9b-4972-41ae-b337-88d499bb1ade'
maxconfidence ='100'
minconfidence ='85'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
MSFT_SCDLPSensitiveInformation
{
name ='International Banking Account Number (IBAN)'
id ='e7dc4711-11b7-4cb0-b88b-2c394a771f0e'
maxconfidence ='100'
minconfidence ='85'
classifiertype ='Content'
mincount ='51'
maxcount ='-1'
}
) };
Disabled =$False;
DocumentIsPasswordProtected =$False;
DocumentIsUnsupported =$False;
Ensure ="Present";
ExceptIfDocumentIsPasswordProtected =$False;
ExceptIfDocumentIsUnsupported =$False;
ExceptIfProcessingLimitExceeded =$False;
Name ="General Data Protection Regulation (GDPR) High EXO";
Policy ="Demo AutoLabeling High Restrictions";
ProcessingLimitExceeded =$False;
ReportSeverityLevel ="Low";
TenantId =$OrganizationName;
Workload ="Exchange";
}
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
PSv5.1
The text was updated successfully, but these errors were encountered:
Description of the issue
The export of the SCAutoSensitivityLabelRule resource does not create the code with correct indentation. This is causing DSCParser to incorrectly parse the resource, resulting in an incorrect report (HTML/Excel or JSON).
Have confirmed that correcting the indentation fixes the issue.
Microsoft 365 DSC Version
Dev
Which workloads are affected
Security & Compliance Center
The DSC configuration
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
PSv5.1
The text was updated successfully, but these errors were encountered: