Skip to content

Sync live w/main#151

Merged
learn-build-service-prod[bot] merged 10 commits into
livefrom
main
May 19, 2026
Merged

Sync live w/main#151
learn-build-service-prod[bot] merged 10 commits into
livefrom
main

Conversation

@Dickson-Mwendia
Copy link
Copy Markdown
Collaborator

No description provided.

@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit 093c78b:

⚠️ Validation status: warnings

File Status Preview URL Details
python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml ⚠️Warning View (msal-py-latest) Details
python/docs-ref-autogen/msal/msal.sku.yml ✅Succeeded View (msal-py-latest)
python/docs-ref-autogen/msal/msal.token_cache.TokenCache.CredentialType.yml ✅Succeeded View (msal-py-latest)
xrefmap.yml ✅Succeeded

python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml

  • Line 6, Column 18: [Warning: xref-not-found - See documentation] Cross reference not found: 'ClientApplication.__init__'.
  • Line 318, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 323, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 335, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Dickson-Mwendia and others added 4 commits May 19, 2026 15:31
Add --remap flag to lychee args so root-relative links (e.g. /entra/...)
are rewritten to https://learn.microsoft.com/... and validated against
the live site instead of failing as unresolvable local paths.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The unanchored regex '/(.+)' was matching '/' inside absolute
URLs (https://, file:///), producing mangled double-protocol
URLs like 'https://https//learn.microsoft.com//github.com/...'.

Adding '^' ensures only root-relative links (/entra/...) are
remapped to learn.microsoft.com.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the lychee --remap flag with a sed pre-processing step
(matching the approach used in MSAL Java) that rewrites
root-relative markdown links like [text](/path) to
[text](https://learn.microsoft.com/path) before lychee runs.

The --remap regex approach couldn't intercept root-relative links
before lychee's own root-relative resolver rejected them.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update Azure VMs link to tracking URL
@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit a481cc8:

⚠️ Validation status: warnings

File Status Preview URL Details
python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml ⚠️Warning View (msal-py-latest) Details
python/docs-ref-autogen/msal/msal.sku.yml ✅Succeeded View (msal-py-latest)
python/docs-ref-autogen/msal/msal.token_cache.TokenCache.CredentialType.yml ✅Succeeded View (msal-py-latest)
xrefmap.yml ✅Succeeded

python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml

  • Line 6, Column 18: [Warning: xref-not-found - See documentation] Cross reference not found: 'ClientApplication.__init__'.
  • Line 318, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 323, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 335, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Dickson-Mwendia and others added 2 commits May 19, 2026 15:48
Link 'official APIs' to the acquiring-tokens doc, which
documents the standard MSAL Python token acquisition methods
that the migrate page contrasts with.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fix linkchecker by remapping root-relative links to learn.microsoft.com
@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit d1571e5:

⚠️ Validation status: warnings

File Status Preview URL Details
python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml ⚠️Warning View (msal-py-latest) Details
.github/workflows/linkvalidator.yml ✅Succeeded
msal-python-conceptual/advanced/migrate.md ✅Succeeded View
python/docs-ref-autogen/msal/msal.sku.yml ✅Succeeded View (msal-py-latest)
python/docs-ref-autogen/msal/msal.token_cache.TokenCache.CredentialType.yml ✅Succeeded View (msal-py-latest)
xrefmap.yml ✅Succeeded

python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml

  • Line 6, Column 18: [Warning: xref-not-found - See documentation] Cross reference not found: 'ClientApplication.__init__'.
  • Line 318, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 323, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.
  • Line 335, Column 7: [Warning: xref-not-found - See documentation] Cross reference not found: 'boolean'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod learn-build-service-prod Bot merged commit ccf99ca into live May 19, 2026
4 checks passed
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.

2 participants