Skip to content

Commit 82d5ef8

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit 82d5ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/dsc-linux-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Get-AzAutomationDscNodeConfiguration `
206206

207207
Register the Azure Linux VM as a Desired State Configuration (DSC) node for the Azure Automation account. The [Register-AzAutomationDscNode](/powershell/module/az.automation/register-azautomationdscnode) cmdlet only supports VMs running Windows OS. The Azure Linux VM will first need to be configured for DSC. For detailed steps, see [Get started with Desired State Configuration (DSC) for Linux](/powershell/dsc/getting-started/lnxgettingstarted).
208208

209-
1. Construct a python script with the registration command using PowerShell for later execution on your Azure Linux VM by running the following code:
209+
1. Construct a Python script with the registration command using PowerShell for later execution on your Azure Linux VM by running the following code:
210210

211211
```powershell
212212
$primaryKey = (Get-AzAutomationRegistrationInfo `

0 commit comments

Comments
 (0)