Skip to content

Commit 5a7790a

Browse files
authored
deleting duplicate word
1 parent a0d92e4 commit 5a7790a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/runbook-input-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For PowerShell 7.1 runbooks, provide array input parameters in below format:
7373

7474
To illustrate the configuration of input parameters for a graphical runbook, let's create a runbook that outputs details about virtual machines, either a single VM or all VMs within a resource group. For details, see [My first graphical runbook](./learn/powershell-runbook-managed-identity.md).
7575

76-
A graphical runbook uses these these major runbook activities:
76+
A graphical runbook uses these major runbook activities:
7777

7878
* Configuration of the Azure Run As account to authenticate with Azure.
7979
* Definition of a [Get-AzVM](/powershell/module/az.compute/get-azvm) cmdlet to get VM properties.
@@ -373,4 +373,4 @@ Now you can call the runbook from your local machine by using Azure PowerShell.
373373
## Next steps
374374

375375
* To prepare a textual runbook, see [Edit textual runbooks in Azure Automation](automation-edit-textual-runbook.md).
376-
* To prepare a graphical runbook, see [Author graphical runbooks in Azure Automation](automation-graphical-authoring-intro.md).
376+
* To prepare a graphical runbook, see [Author graphical runbooks in Azure Automation](automation-graphical-authoring-intro.md).

0 commit comments

Comments
 (0)