Skip to content

Commit c0dd530

Browse files
committed
updates10
1 parent 718242c commit c0dd530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/quickstart-create-automation-account-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In this article, you learn how to:
107107
1. Run [`Get-AzAutomationAccount`](/powershell/module/az.automation/get-azautomationaccount#example-2-get-an-account) to view the Automation account.
108108

109109
```azurepowershell
110-
Get-AzAutomationAccount -ResourceGroupName "resource_group_name" -Name "automation_account_name"
110+
Get-AzAutomationAccount -ResourceGroupName $resource_group_name -Name $automation_account_name
111111
```
112112

113113
---

0 commit comments

Comments
 (0)