You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/update-manager/includes/pre-post-prerequisites.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,15 @@ ms.date: 09/24/2024
9
9
10
10
## Prerequisites
11
11
12
-
1. Ensure that you are using PowerShell **7.2** runbook.
13
-
2. Assign permission to managed identities - You can assign permissions to the appropriate [managed identity](../../automation/automation-security-overview.md#managed-identities). The runbook can use either the Automation account system-assigned managed identity or a user-assigned managed identity.
12
+
1. Ensure that you're using PowerShell **7.4** runbook.
13
+
2. Assign permission to managed identities. You can assign permissions to the appropriate [managed identity](../../automation/automation-security-overview.md#managed-identities). The runbook can use either the Automation account system-assigned managed identity or a user-assigned managed identity.
14
+
15
+
For the script examples below (Start VMs and Stop VMs), the Virtual Machine Contributor role is required or a Custom Role with these specific permissions:
0 commit comments