Skip to content

Commit a36c72f

Browse files
authored
Merge pull request #10031 from Azure/auto-dsc
Make OS Restriction in DSC Node Registration explicit
2 parents 03852e5 + 10bf539 commit a36c72f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Automation/Automation/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Fixed example typo in reference documentation for `Register-AzAutomationDscNode`
22+
* Added clarification on OS restriction to Register-AzAutomationDSCNode
2223

2324
## Version 1.3.2
2425
* Fixed miscellaneous typos across module

src/Automation/Automation/help/Register-AzAutomationDscNode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Register-AzAutomationDscNode
1010

1111
## SYNOPSIS
12-
Registers an Azure virtual machine as a DSC node for an Automation account.
12+
Registers an Azure virtual machine running Windows OS as a DSC node for an Automation account.
1313

1414
## SYNTAX
1515

@@ -22,7 +22,7 @@ Register-AzAutomationDscNode -AzureVMName <String> [-NodeConfigurationName <Stri
2222
```
2323

2424
## DESCRIPTION
25-
The **Register-AzAutomationDscNode** cmdlet registers an Azure virtual machine as an APS Desired State Configuration (DSC) node in an Azure Automation account.
25+
The **Register-AzAutomationDscNode** cmdlet registers an Azure virtual machine as an APS Desired State Configuration (DSC) node in an Azure Automation account. This cmdlet will only register VMs running Windows OS as an Automation DSC Node for an account.
2626

2727
If you need to register a node to an automation account in a different subscription,
2828
you will need to use an ARM template rather than cmdlets.

0 commit comments

Comments
 (0)