Skip to content

Commit 187c3ab

Browse files
authored
Merge pull request #46680 from stevsmit/46089-fix-1
Removes an accidentally deleted callout
2 parents c95c2a1 + 82c51a8 commit 187c3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-azure-service-principal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If you limit the service principal scope of the {product-title} installation pro
223223
----
224224
$ az role assignment create --role "User Access Administrator" \
225225
--assignee-object-id $(az ad sp list --filter "appId eq '<appId>'" \
226-
| jq '.[0].id' -r)
226+
| jq '.[0].id' -r) <1>
227227
----
228228
<1> Replace `<appId>` with the `appId` parameter value for your service principal.
229229

0 commit comments

Comments
 (0)