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
Hi when attempting to set a SCAutoSensitivityLabelRule I am getting an error
Cannot process argument transformation on parameter 'HeaderMatchesPatterns'. Cannot convert the "System.Collections.ArrayList" value of type "System.Collections.ArrayList" to type "Microsoft.Office.CompliancePolicy.Tasks.PswsHashtable".
Hi when attempting to set a SCAutoSensitivityLabelRule I am getting an error
Cannot process argument transformation on parameter 'HeaderMatchesPatterns'. Cannot convert the "System.Collections.ArrayList" value of type "System.Collections.ArrayList" to type "Microsoft.Office.CompliancePolicy.Tasks.PswsHashtable".
My configure file is:
param (
[parameter()]
[System.Management.Automation.PSCredential]
$GlobalAdminAccount
)
Configuration M365TestConfig
{
param (
[parameter()]
[System.Management.Automation.PSCredential]
$GlobalAdminAccount
)
if ($null -eq $GlobalAdminAccount) {
<# Credentials #>
$Credscredential = Get-Credential -Message "Credentials"
}
M365TestConfig -ConfigurationData .\ConfigurationData.psd1 -GlobalAdminAccount $GlobalAdminAccount
The text was updated successfully, but these errors were encountered: