Skip to content

Commit ba66fa7

Browse files
committed
Reflecting Az module. Fixing build errors.
1 parent 6d97f3a commit ba66fa7

File tree

2 files changed

+105
-80
lines changed

2 files changed

+105
-80
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Checkpoints are only enabled in graphical PowerShell Workflow runbooks, and are
243243

244244
## Runbook input and output
245245

246-
### <a name-"runbook-input"></a>Runbook input
246+
### Runbook input<a name="runbook-input"></a>
247247

248248
A runbook requires input either from a user starting the runbook through the Azure portal or from another runbook, if the current one is used as a child. For example, for a runbook that creates a virtual machine, the user might need to provide such information as the name of the virtual machine and other properties each time the runbook starts.
249249

@@ -261,7 +261,7 @@ Each input parameter is defined by the properties in the following table:
261261
| Description |Optional. Description of the purpose for the input parameter. |
262262
| Type | Optional. Data type expected for the parameter value. The Azure portal provides an appropriate control for the data type for each parameter when prompting for input. Supported parameter types are String, Int32, Int64, Decimal, Boolean, DateTime, and Object. If a data type is not selected, it defaults to String.|
263263
| Mandatory | Optional. Setting that specifies if a value must be provided for the parameter. If you choose **yes**, a value must be provided when the runbook is started. If you choose **no**, a value is not required when the runbook is started, and a default value can be used. The runbook cannot start if you do not provide a value for each mandatory parameter that does not have a default value defined. |
264-
| Default Value | Optional. The value used for a parameter if one is not passed in when the runbook is started. To set a default value, choose **Custom**. Select **None** if you dont want to provide any default value. |
264+
| Default Value | Optional. The value used for a parameter if one is not passed in when the runbook is started. To set a default value, choose **Custom**. Select **None** if you don't want to provide any default value. |
265265

266266
### Runbook output
267267

0 commit comments

Comments
 (0)