Add DSC install article - #418
Conversation
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 |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
🟡 Changes recommended
The new install article contains several incorrect distro references and a broken RPM link, and removing the “Installation” section from overview risks breaking existing inbound links to the old #installation anchor.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR adds a dedicated installation article for DSC v3 and wires it into the DSC 3.0 documentation set, moving installation guidance out of the overview page.
Changes:
- Adds a new multi-platform install guide (
install.md) with tabbed instructions for Windows/Linux/macOS. - Updates the DSC 3.0 TOC to include the new install article.
- Removes the installation section from
overview.mdand updates link references / “Next steps” to point to the new article.
File summaries
| File | Description |
|---|---|
| dsc/docs-conceptual/dsc-3.0/toc.yml | Adds the new install article to the DSC 3.0 navigation. |
| dsc/docs-conceptual/dsc-3.0/overview.md | Removes embedded install instructions and points readers to the install article. |
| dsc/docs-conceptual/dsc-3.0/install.md | Introduces new cross-platform installation guidance and download links. |
Review details
Suppressed comments (3)
dsc/docs-conceptual/dsc-3.0/install.md:82
- This comment says "Ubuntu" but the Debian tab is using the Debian repo URL; update the distro name to match the instructions.
# Download the Microsoft repository keys for your version of Ubuntu
dsc/docs-conceptual/dsc-3.0/install.md:138
- This comment says "Debian" but the Ubuntu tab is using the Ubuntu repo URL; update the distro name to match the instructions.
# Download the Microsoft repository keys for your version of Debian
dsc/docs-conceptual/dsc-3.0/install.md:211
- The x64 RPM bullet has an extra ')' that breaks the link, and the displayed filenames don't match the linked RPM filenames in the references. Align the visible names with the actual package names to avoid copy/paste mistakes.
- Arm64 - [DSC-3.3.0-rc.2-arm64.rpm][07]
- x64 - [dsc-3.3.0.rc.2-1.x86_64.rpm)][08]
- Files reviewed: 3/3 changed files
- Comments generated: 4
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Learn Build status updates of commit 743185d: ✅ Validation status: passed
For more details, please refer to the build report. |
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 |
PR Summary
Add DSC install article
PR Checklist