Skip to content

Commit f54806a

Browse files
Merge pull request #235731 from SnehaSudhirG/25Apr-DocEdit-GraphicalRunbook
updated as per the latest info
2 parents 62b0984 + 23defc8 commit f54806a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/automation/automation-graphical-authoring-intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Author graphical runbooks in Azure Automation
33
description: This article tells how to author a graphical runbook without working with code.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 03/07/2023
6+
ms.date: 04/25/2023
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -63,7 +63,8 @@ Select an activity on the canvas to configure its properties and parameters in t
6363

6464
A parameter set defines the mandatory and optional parameters that accept values for a particular cmdlet. All cmdlets have at least one parameter set, and some have several sets. If a cmdlet has multiple parameter sets, you must select the one to use before you can configure parameters. You can change the parameter set used by an activity by selecting **Parameter Set** and choosing another set. In this case, any parameter values that you have already configured are lost.
6565

66-
In the following example, the [Get-AzVM](/powershell/module/az.compute/get-azvm) cmdlet has three parameter sets. The example uses one set called **ListVirtualMachineInResourceGroupParamSet**, with a single optional parameter, for returning all virtual machines in a resource group. The example also uses the **GetVirtualMachineInResourceGroupParamSet** parameter set for specifying the virtual machine to return. This set has two mandatory parameters and one optional parameter.
66+
In the following example, the [Get-AzVM](/powershell/module/az.compute/get-azvm) cmdlet has three parameter sets. The example uses one set called **ListLocationVirtualMachinesParamSet**, with a single optional parameter, to return the location for the virtual machines to be listed. The example also uses the **GetVirtualMachineInResourceGroupParamSet** parameter set for specifying the virtual machine to return. This set has two mandatory parameters and one optional parameter.
67+
6768

6869
![Parameter set](media/automation-graphical-authoring-intro/get-azvm-parameter-sets.png)
6970

0 commit comments

Comments
 (0)