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.
1 parent e28579e commit d67d180Copy full SHA for d67d180
src/Synapse/Synapse/help/New-AzSynapseRoleAssignment.md
@@ -9,6 +9,7 @@ schema: 2.0.0
9
10
## SYNOPSIS
11
Creates a Synapse Analytics role assignment.
12
+
13
14
## SYNTAX
15
@@ -76,6 +77,9 @@ The cmdlet may call below Microsoft Graph API according to input parameters:
76
77
* GET /users/{id}
78
* GET /servicePrincipals/{id}
79
80
+>[!Note]
81
+> To create a role assignment for a service principal, pass the object ID of the principal in the ObjectId parameter.
82
83
## EXAMPLES
84
85
### Example 1
0 commit comments