Add missing link in creating-a-cmdlet-to-access-a-data-store.md - #13271
Add missing link in creating-a-cmdlet-to-access-a-data-store.md#13271Jon (TMA-2) wants to merge 1 commit into
Conversation
Just a missing link to `./adding-parameters-that-process-command-line-input.md` in the document which I've added.
There was a problem hiding this comment.
🟢 Approval recommended
The change is a minimal, correct documentation link reference fix and the target file exists at the referenced path.
Pull request overview
This PR fixes a broken/missing reference-style link in the “Creating a Cmdlet to Access a Data Store” documentation by adding the missing [04] link definition so the existing [Adding Parameters that Process Command Line Input][04] reference resolves correctly.
Changes:
- Add the missing
[04]reference definition pointing to./adding-parameters-that-process-command-line-input.md.
File summaries
| File | Description |
|---|---|
| reference/docs-conceptual/developer/cmdlet/creating-a-cmdlet-to-access-a-data-store.md | Adds the missing [04] link definition used earlier in the document to fix a broken reference-style link. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 b59c151: ✅ Validation status: passed
For more details, please refer to the build report. |
Just a missing link to
./adding-parameters-that-process-command-line-input.mdin the document which I've added.PR Summary
This change fixes a missing link in the documentation for "Creating a Cmdlet to Access a Data Store".
PR Checklist