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

M365DSCDRGUtil: Fix empty BaseUrl since MSCloudLoginAssistant removed Intune workload #4058

Merged
merged 6 commits into from
Dec 19, 2023

Conversation

ricmestre
Copy link
Contributor

@ricmestre ricmestre commented Dec 16, 2023

Pull Request (PR) description

The cmdlets mentioned at the bottom need to query Graph and to construct the endpoint URI they rely on getting the BaseUrl from MSCloudLoginAssistant, nevertheless it tries to get that URL from the Intune workload which doesn't exist in that module anymore, this PR fixes that by using the information inside the MicrosoftGraph object instead.

New-IntuneSettingCatalogPolicy
Update-IntuneSettingCatalogPolicy
Update-DeviceConfigurationPolicyAssignment

This Pull Request (PR) fixes the following issues

@NikCharlebois NikCharlebois merged commit 2a3a093 into microsoft:Dev Dec 19, 2023
2 checks passed
@ricmestre ricmestre deleted the fixgraphbaseurl branch December 20, 2023 11:35
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.

M365DSCDRGUtil: BaseUrl is empty since MSCloudLoginAssistant removed Intune workload
2 participants