Skip to content

Commit dcdab11

Browse files
committed
Fixing task 1707369
1 parent e18c1b6 commit dcdab11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/automation/shared-resources/credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As part of the Azure PowerShell Az module, the cmdlets in the following table ar
3636

3737
## Activities used to access credentials
3838

39-
The activities in the following table are used to access credentials in runbooks and DSC configurations.
39+
The activities in the following table are used to access credentials in graphical runbooks and DSC configurations. For examples of the use of activities, see [Graphical authoring in Azure Automation](../automation-graphical-authoring-intro.md#activities).
4040

4141
| Activity | Description |
4242
|:--- |:--- |

articles/automation/shared-resources/schedules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ You can use the [Remove-AzAutomationSchedule](https://docs.microsoft.com/powersh
188188
```azurepowershell-interactive
189189
$automationAccountName = "MyAutomationAccount"
190190
$scheduleName = "Sample-MonthlyDaysOfMonthSchedule"
191-
Remove-AzureRmAutomationSchedule -AutomationAccountName $automationAccountName ` -Name $scheduleName -ResourceGroupName "ResourceGroup01"
191+
Remove-AzAutomationSchedule -AutomationAccountName $automationAccountName `
192+
-Name $scheduleName -ResourceGroupName "ResourceGroup01"
192193
```
193194

194195
## Next steps

0 commit comments

Comments
 (0)