Skip to content

Commit 172d983

Browse files
PsCustomObjectPsCustomObject
authored andcommitted
Fixed markdown issue in post
1 parent aa1a2af commit 172d983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2020-09-25-Azure-Automation-Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Now that we know how to create azure automation variables let's see how to work
123123

124124
Or from PowerShell
125125

126-
```PowerShell
126+
```powershell
127127
Set-AzAutomationVariable -ResourceGroupName $azResourceGroup -AutomationAccountName $azAccount -Name 'Test Variable' -Value 'Setting new value from PowerShell' -Encrypted $False
128128
129129
Value : Setting new value from PowerShell

0 commit comments

Comments
 (0)