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
33description : This article tells you how to synchronize Azure Automation source control with other repositories.
44services : automation
55ms.subservice : process-automation
6- ms.date : 04/12 /2023
6+ ms.date : 07/31 /2023
77ms.topic : conceptual
88ms.custom : devx-track-azurepowershell
99---
@@ -58,7 +58,7 @@ This example uses Azure PowerShell to show how to assign the Contributor role in
5858
5959 ``` powershell
6060 New-AzRoleAssignment `
61- -ObjectId <automation-Identity-object-id > `
61+ -ObjectId <automation-Identity-Object(Principal)-Id > `
6262 -Scope "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}" `
6363 -RoleDefinitionName "Contributor"
6464 ```
You can’t perform that action at this time.
0 commit comments