Skip to content

Commit 8d89daf

Browse files
Apply suggestions from code review
Co-authored-by: Steve Mutungi <[email protected]>
1 parent ba6b94a commit 8d89daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoftgraph/docs-conceptual/how-to-grant-revoke-api-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ AdditionalProperties : {}
7878
7979
## Step 2: Create a client service principal
8080

81-
The first step in granting consent is to [create the service principal for the app that you grant permissions](/powershell/module/microsoft.graph.applications/new-mgserviceprincipal?view=graph-powershell-1.0&preserve-view=true). To do so, you need the `App Id` of your application.
81+
The first step in granting consent is to [create the service principal for the app that you grant permissions](/powershell/module/microsoft.graph.applications/new-mgserviceprincipal). To do so, you need the `App Id` of your application.
8282

8383
<a name='register-an-application-with-azure-ad'></a>
8484

@@ -191,7 +191,7 @@ $params = @{
191191
Update-MgOauth2PermissionGrant -OAuth2PermissionGrantId 'DXfBIt8w50mnY_OdLvmzadDQeqbRp9tKjNm83QyGbTw' -BodyParameter $params
192192
```
193193

194-
- To revoke all grants, use `Remove-MgOauth2PermissionGrant`.
194+
- Use [Remove-MgOauth2PermissionGrant](/powershell/module/microsoft.graph.identity.signins/remove-mgoauth2permissiongrant) to revoke all grants.
195195

196196
```powershell
197197
Remove-MgOauth2PermissionGrant -OAuth2PermissionGrantId 'DXfBIt8w50mnY_OdLvmzadDQeqbRp9tKjNm83QyGbTw'

0 commit comments

Comments
 (0)