Sync live w/main#151
Conversation
Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=597637&view=results
Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=601307&view=results
Merge smoke-test into main
|
Learn Build status updates of commit 093c78b:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml | 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.
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
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
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit a481cc8:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml | 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.
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 status updates of commit d1571e5:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml | 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.
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
No description provided.