We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE TITLE:
The issue with "PPTenantIsolationSettings" Component's Rule values while mof file.
ISSUE DESCRIPTION (this template):
_PPTenantIsolationSettings 342dd968-8fbc-4dfa-9671-9e38695b4c4e { ApplicationId = $ConfigurationData.NonNodeData.ApplicationId; CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint; Enabled = $False; IsSingleInstance = "Yes"; Rules = "@(ule {r TenantName = '' Direction = 'unknown' } )"; TenantId = $ConfigurationData.NonNodeData.TenantId;_
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psm1:2369 char:21 + ... Write-NodeMOFFile $Name $mofNode $Script:NodeInstanceAlia ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Write-Error], InvalidOperationException + FullyQualifiedErrorId : InvalidMOFDefinition,Write-NodeMOFFile Write-NodeMOFFile : Invalid MOF definition for node 'localhost': Exception calling "ValidateInstanceText" with "1" argument(s): "Convert property 'Rules' value from type 'STRING[]' to type 'INSTANCE[]' failed At line:304, char:2 Buffer: "M365TenantConfig"; };^ insta " At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psm1:2369 char:21 + ... Write-NodeMOFFile $Name $mofNode $Script:NodeInstanceAlia ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Write-Error], InvalidOperationException + FullyQualifiedErrorId : InvalidMOFDefinition,Write-NodeMOFFile
# insert configuration here
The text was updated successfully, but these errors were encountered:
Fixes microsoft#2979
53da45e
Merge pull request #3013 from NikCharlebois/Fix-#2983
7443fc5
Fixes #2979
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
The issue with "PPTenantIsolationSettings" Component's Rule values while mof file.
Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: