Skip to content

Commit f6ae6d7

Browse files
authored
Merge pull request #261 from MicrosoftDocs/main
5/15/2024 PM Publish
2 parents 6f36646 + 1c81469 commit f6ae6d7

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
10+
- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support)

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Microsoft Open Source Code of Conduct
2-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
3-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct][coc].
44

55
## PowerShell Updatable Help (CabGen) CI Build Status
6-
[![Build Status](https://apidrop.visualstudio.com/Content%20CI/_apis/build/status/PROD/CabGen(PowerShell_Updatable_Help)/GitHub_MicrosoftDocs_PowerShell-Docs-DSC/5e2f03cc-63f1-1428-f12c-c00198b87edc_cabgen_Publish-Updatable-Help?repoName=MicrosoftDocs%2FPowerShell-Docs-DSC&branchName=live)](https://apidrop.visualstudio.com/Content%20CI/_build/latest?definitionId=5074&repoName=MicrosoftDocs%2FPowerShell-Docs-DSC&branchName=live)
6+
7+
[![Build Status][cabgen-status]][cabgen-log]
8+
9+
[cabgen-status]: https://apidrop.visualstudio.com/Content%20CI/_apis/build/status/PROD/CabGen(PowerShell_Updatable_Help)/GitHub_MicrosoftDocs_PowerShell-Docs-DSC/5e2f03cc-63f1-1428-f12c-c00198b87edc_cabgen_Publish-Updatable-Help?repoName=MicrosoftDocs%2FPowerShell-Docs-DSC&branchName=live
10+
[cabgen-log]: https://apidrop.visualstudio.com/Content%20CI/_build/latest?definitionId=5074&repoName=MicrosoftDocs%2FPowerShell-Docs-DSC&branchName=live
11+
12+
[coc]: CODE_OF_CONDUCT.md

dsc/dsc-1.1/PSDesiredStateConfiguration/Invoke-DscResource.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Windows.DSC.CoreConfProviders.dll-Help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
5-
ms.date: 10/04/2021
5+
ms.date: 05/15/2024
66
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/invoke-dscresource?view=dsc-1.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-DscResource
@@ -30,6 +30,9 @@ This cmdlet invokes a DSC resource directly, without creating a configuration do
3030
cmdlet, configuration management products can manage windows by using DSC resources. This cmdlet
3131
also enables debugging of resources when the DSC engine or LCM is running with debugging enabled.
3232

33+
This cmdlet doesn't work with composite resources. Composite resources are parameterized
34+
configurations. Using composite resources requires the LCM.
35+
3336
## EXAMPLES
3437

3538
### Example 1: Invoke the Set method of a resource by specifying its mandatory properties

dsc/dsc-2.0/PSDesiredStateConfiguration/Invoke-DscResource.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: PSDesiredStateConfiguration-help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
5-
ms.date: 03/21/2023
5+
ms.date: 05/15/2024
66
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/invoke-dscresource?view=dsc-2.0&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-DscResource
@@ -28,6 +28,9 @@ The `Invoke-DscResource` cmdlet runs a method of a specified PowerShell Desired
2828
This cmdlet invokes a DSC resource directly, without creating a configuration document. Using this
2929
cmdlet, configuration management products can manage windows or Linux with DSC resources.
3030

31+
This cmdlet doesn't work with composite resources. Composite resources are parameterized
32+
configurations. Using composite resources requires the LCM.
33+
3134
> [!NOTE]
3235
> Before PSDesiredStateConfiguration 2.0.6, using `Invoke-DscResource` in PowerShell 7 requires
3336
> enabling a PowerShell experimental feature. To use the cmdlet in versions 2.0.0 through 2.0.5,

dsc/dsc-3.0/PSDesiredStateConfiguration/Invoke-DscResource.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: PSDesiredStateConfiguration-help.xml
33
Locale: en-US
44
Module Name: PSDesiredStateConfiguration
5-
ms.date: 03/21/2023
5+
ms.date: 05/15/2024
66
online version: https://learn.microsoft.com/powershell/module/psdesiredstateconfiguration/invoke-dscresource?view=dsc-3.0&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-DscResource
@@ -28,6 +28,9 @@ The `Invoke-DscResource` cmdlet runs a method of a specified PowerShell Desired
2828
This cmdlet invokes a DSC resource directly, without creating a configuration document. Using this
2929
cmdlet, configuration management products can manage windows or Linux with DSC resources.
3030

31+
This cmdlet doesn't work with composite resources. Composite resources are parameterized
32+
configurations. Using composite resources requires the LCM.
33+
3134
## EXAMPLES
3235

3336
### Example 1: Invoke the Set method of a resource by specifying its mandatory properties

0 commit comments

Comments
 (0)