We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a1038 + 2d2cbdb commit 60456aaCopy full SHA for 60456aa
articles/trusted-signing/tutorial-assign-roles.md
@@ -44,7 +44,7 @@ The Trusted Signing Identity Verifier role is *required* to manage identity vali
44
```azurecli
45
az role assignment create --assignee <objectId of user/service principle>
46
--role "Trusted Signing Certificate Profile Signer"
47
- --scope "/subscriptions/<subscriptionId>/resourceGroups/<resource-group-name>/providers/Microsoft.CodeSigning/trustedSigningAccounts/<trustedsigning-account-name>/certificateProfiles/<profileName>"
+ --scope "/subscriptions/<subscriptionId>/resourceGroups/<resource-group-name>/providers/Microsoft.CodeSigning/codeSigningAccounts/<trustedsigning-account-name>/certificateProfiles/<profileName>"
48
```
49
50
## Related content
0 commit comments