File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Use source control integration in Azure Automation
3
3
description : This article tells you how to synchronize Azure Automation source control with other repositories.
4
4
services : automation
5
5
ms.subservice : process-automation
6
- ms.date : 04/12 /2023
6
+ ms.date : 07/31 /2023
7
7
ms.topic : conceptual
8
8
ms.custom : devx-track-azurepowershell
9
9
---
@@ -58,7 +58,7 @@ This example uses Azure PowerShell to show how to assign the Contributor role in
58
58
59
59
``` powershell
60
60
New-AzRoleAssignment `
61
- -ObjectId <automation-Identity-object-id > `
61
+ -ObjectId <automation-Identity-Object(Principal)-Id > `
62
62
-Scope "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}" `
63
63
-RoleDefinitionName "Contributor"
64
64
```
You can’t perform that action at this time.
0 commit comments