diff --git a/docs/reference/resources/DSC/PackageManagement/Brew/examples/install-a-package-with-brew.md b/docs/reference/resources/DSC/PackageManagement/Brew/examples/install-a-package-with-brew.md index 13c1aa264..b0f42d1fa 100644 --- a/docs/reference/resources/DSC/PackageManagement/Brew/examples/install-a-package-with-brew.md +++ b/docs/reference/resources/DSC/PackageManagement/Brew/examples/install-a-package-with-brew.md @@ -14,7 +14,7 @@ on macOS systems using Brew. ## Test if package is installed The following snippet shows how you can use the resource with the [dsc resource test][00] command -to check whether the `node` package exists. +to check whether the `node` package doesn't exist. ```bash dsc resource test --resource DSC.PackageManagement/Brew --input '{"packageName":"node"}' diff --git a/docs/reference/resources/Microsoft/Adapter/PowerShell/index.md b/docs/reference/resources/Microsoft/Adapter/PowerShell/index.md index 863f369a9..b7a6875b2 100644 --- a/docs/reference/resources/Microsoft/Adapter/PowerShell/index.md +++ b/docs/reference/resources/Microsoft/Adapter/PowerShell/index.md @@ -40,7 +40,7 @@ MinimumDSCVersion: 3.2.0 properties: # adapted resource properties : directives: - requireAdapter: Microsoft.Adapter/WindowsPowerShell + requireAdapter: Microsoft.Adapter/PowerShell ``` ## Description diff --git a/docs/reference/resources/Microsoft/DSC/Include/examples/include-a-configuration-file.md b/docs/reference/resources/Microsoft/DSC/Include/examples/include-a-configuration-file.md index dc71b0170..60d404bb7 100644 --- a/docs/reference/resources/Microsoft/DSC/Include/examples/include-a-configuration-file.md +++ b/docs/reference/resources/Microsoft/DSC/Include/examples/include-a-configuration-file.md @@ -87,7 +87,7 @@ results: $id: https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json family: macOS version: 15.5.0 - bitness: '64' + bitness: 64 architecture: arm64 messages: [] hadErrors: false diff --git a/docs/reference/resources/Microsoft/DSC/Include/examples/include-inline-configuration-content.md b/docs/reference/resources/Microsoft/DSC/Include/examples/include-inline-configuration-content.md index 844be359e..f7d2f2b3a 100644 --- a/docs/reference/resources/Microsoft/DSC/Include/examples/include-inline-configuration-content.md +++ b/docs/reference/resources/Microsoft/DSC/Include/examples/include-inline-configuration-content.md @@ -68,7 +68,7 @@ results: $id: https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json family: macOS version: 15.5.0 - bitness: '64' + bitness: 64 architecture: arm64 messages: [] hadErrors: false diff --git a/docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/configure-with-script.md b/docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/configure-with-script.md index a8b6e7085..b6a257907 100644 --- a/docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/configure-with-script.md +++ b/docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/configure-with-script.md @@ -56,7 +56,7 @@ dsc --trace-level info config get --file ./psscript.config.dsc.yaml INFO Invoking get 'Microsoft.DSC.Transitional/PowerShellScript' using 'pwsh' INFO Invoking get 'Microsoft.DSC.Transitional/PowerShellScript' using 'pwsh' INFO PID : Checking for MOTD file at 'Temp:/example.motd' - INFO PID : MOTD file not found at 'Temp:/example.motd + INFO PID : MOTD file not found at 'Temp:/example.motd' ``` ```yaml diff --git a/docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md b/docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md index ee9938e7d..6d92273e9 100644 --- a/docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md +++ b/docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md @@ -74,4 +74,4 @@ winget list --id Microsoft.PowerShell.Preview ``` -[00]: ../../../../../../cli/resource/set.md +[00]: ../../../../../../cli/config/set.md diff --git a/docs/reference/resources/Microsoft/Windows/RebootPending/index.md b/docs/reference/resources/Microsoft/Windows/RebootPending/index.md index c4b0142b2..25b42822e 100644 --- a/docs/reference/resources/Microsoft/Windows/RebootPending/index.md +++ b/docs/reference/resources/Microsoft/Windows/RebootPending/index.md @@ -12,7 +12,7 @@ title: Microsoft.Windows/RebootPending Checks if a Windows system has a pending reboot. > [!IMPORTANT] -> The `Microsoft.Windows/RebootPending` resource are a proof-of-concept example +> The `Microsoft.Windows/RebootPending` resource is a proof-of-concept example > for use with DSC. Don't use it in production. ## Metadata diff --git a/docs/reference/resources/Microsoft/Windows/WMI/examples/query-filtered-disk-info.md b/docs/reference/resources/Microsoft/Windows/WMI/examples/query-filtered-disk-info.md index 5e4fd9d46..819031288 100644 --- a/docs/reference/resources/Microsoft/Windows/WMI/examples/query-filtered-disk-info.md +++ b/docs/reference/resources/Microsoft/Windows/WMI/examples/query-filtered-disk-info.md @@ -14,7 +14,7 @@ specific drives using a configuration document. ## Definition -The configuration document for this example defines one instances of the `Win32_LogicalDisk` resource. +The configuration document for this example defines one instance of the `Win32_LogicalDisk` resource. The instance defines the properties to return in the output.