Skip to content

Commit 039cd18

Browse files
authored
Merge pull request #1952 from microsoftgraph/DocsGeneration/202304190351
[v1] Weekly Help Docs Generation
2 parents f8b83a0 + 901a0ae commit 039cd18

File tree

252 files changed

+11722
-2752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+11722
-2752
lines changed

src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Applications
3-
Module Guid: 668b514f-45a8-42f0-962e-312899c6dfe1
3+
Module Guid: ea3e853f-ce23-4a19-a706-59bec4ea4808
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ APPMANAGEMENTPOLICIES <IMicrosoftGraphAppManagementPolicy1[]>: The appManagement
988988
- `[DisplayName <String>]`: Display name for this policy. Required.
989989
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
990990
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
991-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
991+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
992992
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
993993
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
994994
- `[IsEnabled <Boolean?>]`:
@@ -1040,7 +1040,7 @@ BODYPARAMETER <IMicrosoftGraphApplication1>: application
10401040
- `[DisplayName <String>]`: Display name for this policy. Required.
10411041
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
10421042
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1043-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1043+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
10441044
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
10451045
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
10461046
- `[IsEnabled <Boolean?>]`:
@@ -1453,7 +1453,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
14531453
- `[DisplayName <String>]`: Display name for this policy. Required.
14541454
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
14551455
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1456-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1456+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
14571457
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
14581458
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
14591459
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ BODYPARAMETER <IMicrosoftGraphOnPremisesPublishingProfile>: onPremisesPublishing
358358
- `[DisplayName <String>]`: Display name for this policy. Required.
359359
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
360360
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
361-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
361+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
362362
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
363363
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
364364
- `[IsEnabled <Boolean?>]`:
@@ -773,7 +773,7 @@ CONNECTORGROUPS <IMicrosoftGraphConnectorGroup[]>: List of existing connectorGro
773773
- `[DisplayName <String>]`: Display name for this policy. Required.
774774
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
775775
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
776-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
776+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
777777
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
778778
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
779779
- `[IsEnabled <Boolean?>]`:
@@ -1180,7 +1180,7 @@ CONNECTORS <IMicrosoftGraphConnector[]>: List of existing connector objects for
11801180
- `[DisplayName <String>]`: Display name for this policy. Required.
11811181
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11821182
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1183-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1183+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
11841184
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
11851185
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11861186
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ BODYPARAMETER <IMicrosoftGraphConnector>: connector
273273
- `[DisplayName <String>]`: Display name for this policy. Required.
274274
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
275275
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
276-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
276+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
277277
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
278278
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
279279
- `[IsEnabled <Boolean?>]`:
@@ -702,7 +702,7 @@ MEMBEROF <IMicrosoftGraphConnectorGroup[]>: The connectorGroup that the connecto
702702
- `[DisplayName <String>]`: Display name for this policy. Required.
703703
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
704704
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
705-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
705+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
706706
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
707707
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
708708
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ APPLICATIONS <IMicrosoftGraphApplication1[]>: .
324324
- `[DisplayName <String>]`: Display name for this policy. Required.
325325
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
326326
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
327-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
327+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
328328
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
329329
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
330330
- `[IsEnabled <Boolean?>]`:
@@ -731,7 +731,7 @@ BODYPARAMETER <IMicrosoftGraphConnectorGroup>: connectorGroup
731731
- `[DisplayName <String>]`: Display name for this policy. Required.
732732
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
733733
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
734-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
734+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
735735
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
736736
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
737737
- `[IsEnabled <Boolean?>]`:
@@ -1168,7 +1168,7 @@ MEMBERS <IMicrosoftGraphConnector[]>: .
11681168
- `[DisplayName <String>]`: Display name for this policy. Required.
11691169
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11701170
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1171-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1171+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
11721172
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
11731173
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11741174
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/New-MgServicePrincipal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ APPMANAGEMENTPOLICIES <IMicrosoftGraphAppManagementPolicy1[]>: The appManagement
11441144
- `[DisplayName <String>]`: Display name for this policy. Required.
11451145
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11461146
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1147-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1147+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
11481148
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
11491149
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11501150
- `[IsEnabled <Boolean?>]`:
@@ -1208,7 +1208,7 @@ BODYPARAMETER <IMicrosoftGraphServicePrincipal1>: servicePrincipal
12081208
- `[DisplayName <String>]`: Display name for this policy. Required.
12091209
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
12101210
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1211-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1211+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
12121212
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
12131213
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
12141214
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ APPMANAGEMENTPOLICIES <IMicrosoftGraphAppManagementPolicy1[]>: The appManagement
10701070
- `[DisplayName <String>]`: Display name for this policy. Required.
10711071
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
10721072
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1073-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1073+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
10741074
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
10751075
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
10761076
- `[IsEnabled <Boolean?>]`:
@@ -1122,7 +1122,7 @@ BODYPARAMETER <IMicrosoftGraphApplication1>: application
11221122
- `[DisplayName <String>]`: Display name for this policy. Required.
11231123
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11241124
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1125-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1125+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
11261126
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
11271127
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11281128
- `[IsEnabled <Boolean?>]`:
@@ -1535,7 +1535,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
15351535
- `[DisplayName <String>]`: Display name for this policy. Required.
15361536
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
15371537
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1538-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1538+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
15391539
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
15401540
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
15411541
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ BODYPARAMETER <IMicrosoftGraphOnPremisesPublishingProfile>: onPremisesPublishing
425425
- `[DisplayName <String>]`: Display name for this policy. Required.
426426
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
427427
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
428-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
428+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
429429
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
430430
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
431431
- `[IsEnabled <Boolean?>]`:
@@ -840,7 +840,7 @@ CONNECTORGROUPS <IMicrosoftGraphConnectorGroup[]>: List of existing connectorGro
840840
- `[DisplayName <String>]`: Display name for this policy. Required.
841841
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
842842
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
843-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
843+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
844844
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
845845
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
846846
- `[IsEnabled <Boolean?>]`:
@@ -1247,7 +1247,7 @@ CONNECTORS <IMicrosoftGraphConnector[]>: List of existing connector objects for
12471247
- `[DisplayName <String>]`: Display name for this policy. Required.
12481248
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
12491249
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1250-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1250+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
12511251
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
12521252
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
12531253
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ BODYPARAMETER <IMicrosoftGraphConnector>: connector
305305
- `[DisplayName <String>]`: Display name for this policy. Required.
306306
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
307307
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
308-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
308+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
309309
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
310310
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
311311
- `[IsEnabled <Boolean?>]`:
@@ -734,7 +734,7 @@ MEMBEROF <IMicrosoftGraphConnectorGroup[]>: The connectorGroup that the connecto
734734
- `[DisplayName <String>]`: Display name for this policy. Required.
735735
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
736736
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
737-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
737+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
738738
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
739739
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
740740
- `[IsEnabled <Boolean?>]`:

src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ APPLICATIONS <IMicrosoftGraphApplication1[]>: .
344344
- `[DisplayName <String>]`: Display name for this policy. Required.
345345
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
346346
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
347-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
347+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
348348
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
349349
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
350350
- `[IsEnabled <Boolean?>]`:
@@ -751,7 +751,7 @@ BODYPARAMETER <IMicrosoftGraphConnectorGroup>: connectorGroup
751751
- `[DisplayName <String>]`: Display name for this policy. Required.
752752
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
753753
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
754-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
754+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
755755
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
756756
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
757757
- `[IsEnabled <Boolean?>]`:
@@ -1188,7 +1188,7 @@ MEMBERS <IMicrosoftGraphConnector[]>: .
11881188
- `[DisplayName <String>]`: Display name for this policy. Required.
11891189
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11901190
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
1191-
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`:
1191+
- `[AppliesTo <IMicrosoftGraphDirectoryObject[]>]`: Collection of applications and service principals to which the policy is applied.
11921192
- `[Id <String>]`: The unique idenfier for an entity. Read-only.
11931193
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
11941194
- `[IsEnabled <Boolean?>]`:

0 commit comments

Comments
 (0)