Skip to content

Commit 659d72d

Browse files
committed
Docs cleanup for Applications-beta
1 parent 00ba43f commit 659d72d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Applications/Update-MgUserAppRoleAssignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mguserapproleassignment
@@ -322,7 +322,7 @@ COMPLEX PARAMETER PROPERTIES
322322
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
323323
324324
325-
BODYPARAMETER <IMicrosoftGraphAppRoleAssignment1>: appRoleAssignment
325+
BODYPARAMETER `<IMicrosoftGraphAppRoleAssignment1>`: appRoleAssignment
326326
- `[(Any) <Object>]`: This indicates any property can be added to this object.
327327
- `[Id <String>]`:
328328
- `[AppRoleId <String>]`: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.
@@ -333,7 +333,7 @@ BODYPARAMETER <IMicrosoftGraphAppRoleAssignment1>: appRoleAssignment
333333
- `[ResourceDisplayName <String>]`: The display name of the resource app's service principal to which the assignment is made.
334334
- `[ResourceId <String>]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
335335

336-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
336+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
337337
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
338338
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
339339
- `[ApplicationId <String>]`: key: id of application

0 commit comments

Comments
 (0)