Skip to content

Conversation

@theznerd
Copy link
Contributor

PR Summary

This change fixes a minor typo - exist is not a valid property on Microsoft.Windows/Registry - however the canonical _exist is

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

`exist` is not a valid property on `Microsoft.Windows/Registry` - however the canonical `_exist` is
@theznerd theznerd requested a review from sdwheeler as a code owner December 14, 2025 06:23
Copilot AI review requested due to automatic review settings December 14, 2025 06:23
@learn-build-service-prod
Copy link

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

Learn Build status updates of commit 550c5a3:

✅ Validation status: passed

File Status Preview URL Details
dsc/docs-conceptual/dsc-3.0/concepts/resources/overview.md ✅Succeeded View (dsc-3.0)

For more details, please refer to the build report.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a typo in the DSC Resources Overview documentation where the property name exist was incorrectly used instead of the canonical property _exist in a PowerShell code example demonstrating the Test operation for the Microsoft.Windows/Registry resource.

Key Changes:

  • Corrected the property name from "exist": true to "_exist": true in a Test operation example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@michaeltlombardi michaeltlombardi merged commit 1053b32 into MicrosoftDocs:main Dec 15, 2025
10 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