Skip to content
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

IntuneDeviceConfigurationPolicyMacOS: Fix resource deployment, fix #3539 #4099

Merged
merged 11 commits into from
Dec 29, 2023

Conversation

ricmestre
Copy link
Contributor

Pull Request (PR) description

Graph API expects property UpdateDelayPolicy to be a single string instead of a string array so the best would be to change its type like I initially did on a separate PR, nevertheless in order to not fall into a breaking change territory (even though this resource seems to be never have worked for deployments, only exports) then the fix is to simply join the array into a string separated by commas since during the export it's already doing the opposite by splitting the string into an array.

While here ensure that the resource can cope with property Id not being present (or coming from another tenant) since it's not a mandatory parameter.

This Pull Request (PR) fixes the following issues

@ricmestre ricmestre changed the title Fix3539 IntuneDeviceConfigurationPolicyMacOS: Fix resource deployment, fix #3539 Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IntuneDeviceConfigurationPolicyMacOS: Cannot deploy
2 participants