Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta) - #9994
Closed
v-regandowner with Copilot wants to merge 2 commits into
Closed
Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta)#9994v-regandowner with Copilot wants to merge 2 commits into
v-regandowner with Copilot wants to merge 2 commits into
Conversation
Contributor
|
Learn Build status updates of commit a73c679:
|
Incorporate PR #9993 changelog changes and fix 21 broken links: - Remove /en-us/ locale prefix from all URLs - Use correct lowercase filenames with namespace prefixes for resources with doc pages - Replace links with bold text for resources without doc pages: iosDdmVppAppAssignmentSettings, macOsDdmVppAppAssignmentSettings, deviceManagement, securityBaselineSettingState, securityBaselineState, createRemoteHelpSessionResponse - Fix remoteAssistancePartner URL to correct beginOnboarding API method path
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job for changelog link validation
Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta)
Jul 23, 2026
Contributor
|
Learn Build status updates of commit 9fac7b6: ✅ Validation status: passed
For more details, please refer to the build report. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "Changelog link validation" CI job was failing on PR #9993 due to 21 broken URLs in newly added
changelog/Microsoft.Intune.jsonentries.Root cause: New entries used malformed URLs with two issues:
/en-us/locale prefix (link checker doesn't follow redirects)intune-iosDdmLobAppAssignmentSettings) instead of the correct lowercase+namespaced filename format (e.g.,intune-apps-iosddmlobappassignmentsettings)Changes:
https://learn.microsoft.com/graph/api/resources/{namespace}-{lowercase-name}format:iosDdmLobAppAssignmentSettings→intune-apps-iosddmlobappassignmentsettingsmobileAppContentFile→intune-apps-mobileappcontentfiledeviceConfigurationUserStateSummary→intune-deviceconfig-deviceconfigurationuserstatesummarymanagedDevice→intune-devices-manageddevicesecurityBaselineCategoryStateSummary,securityBaselineDeviceState,securityBaselineStateSummary,securityBaselineTemplate→intune-deviceintent-*androidManagedAppProtection,windowsManagedAppProtection→intune-mam-*beginOnboarding→intune-remoteassistance-remoteassistancepartner-beginonboarding(API path, not resources)iosDdmVppAppAssignmentSettings,macOsDdmVppAppAssignmentSettings,deviceManagement,securityBaselineSettingState,securityBaselineState,createRemoteHelpSessionResponseImportant
Use the AI-powered workflow for Graph onboarding to author and self-review schema-related changes. See https://aka.ms/msgraphcdk for more information.
Required for API changes:
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressedto the pull request.For more information, see the Content review process summary.