Skip to content

Commit 66b7046

Browse files
authored
Fix spacing inside Script examples 🌠
1 parent 95fe0cd commit 66b7046

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/update-manager/includes/pre-post-prerequisites.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ ms.date: 09/24/2024
2323

2424
```powershell
2525
New-AzRoleAssignment `
26-
-ObjectId $SA_PrincipalId `
27-
-ResourceGroupName $resourceGroup `
28-
-RoleDefinitionName "Contributor"
26+
-ObjectId $SA_PrincipalId `
27+
-ResourceGroupName $resourceGroup `
28+
-RoleDefinitionName "Contributor"
2929
```
3030
3131
Assign a role to a user-assigned managed identity.
3232
3333
```powershell
3434
New-AzRoleAssignment `
35-
-ObjectId $UAMI.PrincipalId`
36-
-ResourceGroupName $resourceGroup `
37-
-RoleDefinitionName "Contributor"
35+
-ObjectId $UAMI.PrincipalId`
36+
-ResourceGroupName $resourceGroup `
37+
-RoleDefinitionName "Contributor"
3838
```
3939
For the system-assigned managed identity, show `ClientId` and record the value for later use.
4040

0 commit comments

Comments
 (0)