-
Notifications
You must be signed in to change notification settings - Fork 42
(MAINT) Fix bookmark links #374
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
(MAINT) Fix bookmark links #374
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 018248a:
|
File | Status | Preview URL | Details |
---|---|---|---|
dsc/docs-conceptual/dsc-3.0/reference/cli/resource/list.md | View (dsc-3.0) | Details | |
dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/set.md | View (dsc-3.0) | Details | |
dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/whatif.md | View (dsc-3.0) | Details | |
dsc/docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md | ✅Succeeded | View (dsc-3.0) |
dsc/docs-conceptual/dsc-3.0/reference/cli/resource/list.md
- Line 309, Column 45: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#sethandlesexist' in 'docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md', did you mean '#setHandlesExist'?
- Line 310, Column 45: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#whatif' in 'docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md', did you mean '#whatIf'?
dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/set.md
- Line 227, Column 77: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#sethandlesexist' in 'docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md', did you mean '#setHandlesExist'?
dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/whatif.md
- Line 246, Column 77: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#sethandlesexist' in 'docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md', did you mean '#setHandlesExist'?
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.
018248a
to
641a020
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 641a020: ✅ Validation status: passed
For more details, please refer to the build report. |
* Add description to Microsoft.DSC metadata (#371) * (SYNC) Draft reference for expected resource stdout JSON Schemas (#373) This change: - Adds reference documentation for the expected output for resource operations - Mirrors the PR in the code repository (PowerShell/DSC#1016) - Fixes #367 - Fixes #368 - Fixes #369 * (MAINT) Fix bookmark links (#374) --------- Co-authored-by: Gijs Reijn <[email protected]> Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
PR Summary
Fixes bookmarks broken in #373
PR Checklist