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
The Export does not create the value for ScopeType in String format. Therefore the import fails.
IntuneRoleAssignment e4757144-8436-438d-a494-5ac3eca693e9 { Credential = $Credscredential; Description = ""; DisplayName = "TestTest"; Ensure = "Present"; Id = "f853ae0d-664c-420f-83b2-523d28e7b9bf"; Members = @("1c68f7cb-0277-4d67-a6ad-d7913618da5f"); MembersDisplayNames = @("sg-IT"); ResourceScopes = @(); ResourceScopesDisplayNames = @(); RoleDefinition = "5316645c-43ed-4aab-87b0-85ef07ccf2d0"; RoleDefinitionDisplayName = "Test"; ScopeType = allDevices; }
Make sure the ScopeType is exported as String
# insert configuration here
dev
The text was updated successfully, but these errors were encountered:
Working on it
Sorry, something went wrong.
cb32213
Merge pull request #2874 from ykuijs/Dev
056f286
Fixed #2866, #2889 and #2890
ykuijs
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
The Export does not create the value for ScopeType in String format. Therefore the import fails.
Verbose logs showing the problem
Suggested solution to the issue
Make sure the ScopeType is exported as String
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)
dev
The text was updated successfully, but these errors were encountered: