-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
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
EXORoleAssignmentPolicy can't set Roles as Arrays as provide in MSFT_EXORoleAssignmentPolicy.psm1 #1538
Comments
The issue was tested on the newest verison of the DSC but I still got the same Issue as described above. Version of the DSC module that was used ('dev' if using current dev branch) 1.21.1222.1 |
Any chances you could post the configuration you are trying to apply and which is failing? Thanks |
I am trying to apply this DSC configuration: Name : 'Default Role Assignment Policy' Currently, Roles can't be set as an array like it mention above. The DSC configuration that is used to reproduce the issue (as detailed as possible)MOF file extract:
|
ISSUE TITLE:
EXORoleAssignmentPolicy:
Values 'MyRetentionPolicies,MyMailboxDelegation,MyBaseOptions,MyVoiceMail' is not supported or valid for property 'Roles' on class EXORoleAssignmentPolicy
User Roles defined in Microsoft Defender Admin Center abc set as IsDefault = True and it can't be modified with new Assigned Roles through DSC
ISSUE DESCRIPTION (this template):
EXORoleAssignmentPolicy:
Values 'MyRetentionPolicies,MyMailboxDelegation,MyBaseOptions,MyVoiceMail' is not supported or valid for property 'Roles' on class EXORoleAssignmentPolicy
User Roles defined in Microsoft Defender Admin Center abc set as IsDefault = True and it can't be modified with new Assigned Roles through DSC
Details of the scenario you tried and the problem that is occurring
Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
MOF file extract:
The text was updated successfully, but these errors were encountered: