Skip to content

Commit 126adf1

Browse files
committed
Docs cleanup for Applications-beta
1 parent fc4ab66 commit 126adf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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-mgserviceprincipalsynchronizationtemplateschema
@@ -253,7 +253,7 @@ COMPLEX PARAMETER PROPERTIES
253253
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.
254254
255255
256-
BODYPARAMETER <IMicrosoftGraphSynchronizationSchema>: synchronizationSchema
256+
BODYPARAMETER `<IMicrosoftGraphSynchronizationSchema>`: synchronizationSchema
257257
- `[(Any) <Object>]`: This indicates any property can be added to this object.
258258
- `[Id <String>]`:
259259
- `[Directories <IMicrosoftGraphDirectoryDefinition[]>]`: Contains the collection of directories and all of their objects.
@@ -330,7 +330,7 @@ BODYPARAMETER <IMicrosoftGraphSynchronizationSchema>: synchronizationSchema
330330
- `[TargetDirectoryName <String>]`: Name of the target directory. Must match one of the directory definitions in synchronizationSchema.
331331
- `[Version <String>]`: The version of the schema, updated automatically with every schema change.
332332

333-
DIRECTORIES <IMicrosoftGraphDirectoryDefinition[]>: Contains the collection of directories and all of their objects.
333+
DIRECTORIES <IMicrosoftGraphDirectoryDefinition\[]>: Contains the collection of directories and all of their objects.
334334
- `[Id <String>]`:
335335
- `[Discoverabilities <String>]`: directoryDefinitionDiscoverabilities
336336
- `[DiscoveryDateTime <DateTime?>]`: Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -361,7 +361,7 @@ DIRECTORIES <IMicrosoftGraphDirectoryDefinition[]>: Contains the collection of d
361361
- `[ReadOnly <Boolean?>]`:
362362
- `[Version <String>]`: Read only value that indicates version discovered. null if discovery has not yet occurred.
363363

364-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
364+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
365365
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
366366
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
367367
- `[ApplicationId <String>]`: key: id of application
@@ -391,7 +391,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
391391
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
392392
- `[UserId <String>]`: key: id of user
393393

394-
SYNCHRONIZATIONRULES <IMicrosoftGraphSynchronizationRule[]>: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate.
394+
SYNCHRONIZATIONRULES <IMicrosoftGraphSynchronizationRule\[]>: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate.
395395
- `[Editable <Boolean?>]`: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
396396
- `[Id <String>]`: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.
397397
- `[Metadata <IMicrosoftGraphStringKeyStringValuePair[]>]`: Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed.

0 commit comments

Comments
 (0)