Skip to content

Commit 7043650

Browse files
authored
Merge pull request MicrosoftDocs#212 from MicrosoftDocs/weekly_update_help_files_16-02-2023
Docs Update
2 parents 51b2086 + 184c73e commit 7043650

File tree

3,514 files changed

+70292
-37293
lines changed

Some content is hidden

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

3,514 files changed

+70292
-37293
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/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: a0f99702-3a44-43c4-acc7-5f4b59a0e106
3+
Module Guid: d9036b88-60a8-4fcd-9635-0b024f35b22f
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

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,10 @@ BODYPARAMETER `<IMicrosoftGraphApplication1>`: application
10351035
- `[(Any) <Object>]`: This indicates any property can be added to this object.
10361036
- `[RedirectUris <String[]>]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
10371037
- `[PublisherDomain <String>]`: The verified publisher ___domain for the application. Read-only. For more information, see How to: Configure an application's publisher ___domain. Supports $filter (eq, ne, ge, le, startsWith).
1038+
- `[RequestSignatureVerification <IMicrosoftGraphRequestSignatureVerification>]`: requestSignatureVerification
1039+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1040+
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1041+
- `[IsSignedRequestRequired <Boolean?>]`:
10381042
- `[RequiredResourceAccess <IMicrosoftGraphRequiredResourceAccess[]>]`: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
10391043
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
10401044
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.
@@ -1171,6 +1175,11 @@ PUBLICCLIENT `<IMicrosoftGraphPublicClientApplication>`: publicClientApplication
11711175
- `[(Any) <Object>]`: This indicates any property can be added to this object.
11721176
- `[RedirectUris <String[]>]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
11731177

1178+
REQUESTSIGNATUREVERIFICATION `<IMicrosoftGraphRequestSignatureVerification>`: requestSignatureVerification
1179+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1180+
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1181+
- `[IsSignedRequestRequired <Boolean?>]`:
1182+
11741183
REQUIREDRESOURCEACCESS <IMicrosoftGraphRequiredResourceAccess\[]>: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
11751184
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
11761185
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTemplate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
4+
ms.prod: applications
45
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplicationtemplate
56
schema: 2.0.0
67
ms.prod: applications

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTemplate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
4+
ms.prod: applications
45
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/remove-mgapplicationtemplate
56
schema: 2.0.0
67
ms.prod: applications

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,10 @@ BODYPARAMETER `<IMicrosoftGraphApplication1>`: application
11111111
- `[(Any) <Object>]`: This indicates any property can be added to this object.
11121112
- `[RedirectUris <String[]>]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
11131113
- `[PublisherDomain <String>]`: The verified publisher ___domain for the application. Read-only. For more information, see How to: Configure an application's publisher ___domain. Supports $filter (eq, ne, ge, le, startsWith).
1114+
- `[RequestSignatureVerification <IMicrosoftGraphRequestSignatureVerification>]`: requestSignatureVerification
1115+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1116+
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1117+
- `[IsSignedRequestRequired <Boolean?>]`:
11141118
- `[RequiredResourceAccess <IMicrosoftGraphRequiredResourceAccess[]>]`: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
11151119
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
11161120
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.
@@ -1277,6 +1281,11 @@ PUBLICCLIENT `<IMicrosoftGraphPublicClientApplication>`: publicClientApplication
12771281
- `[(Any) <Object>]`: This indicates any property can be added to this object.
12781282
- `[RedirectUris <String[]>]`: Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.
12791283

1284+
REQUESTSIGNATUREVERIFICATION `<IMicrosoftGraphRequestSignatureVerification>`: requestSignatureVerification
1285+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1286+
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1287+
- `[IsSignedRequestRequired <Boolean?>]`:
1288+
12801289
REQUIREDRESOURCEACCESS <IMicrosoftGraphRequiredResourceAccess\[]>: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
12811290
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
12821291
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationTemplate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
4+
ms.prod: applications
45
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgapplicationtemplate
56
schema: 2.0.0
67
ms.prod: applications

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Microsoft.Graph.Bookings.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.Bookings
3-
Module Guid: c8d5f620-1736-4a5c-b6ec-95108502cbac
3+
Module Guid: 7ed39982-8bef-40f6-8920-8adb7f16a471
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.bookings
55
Help Version: 1.0.0.0
66
Locale: en-US

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Graph.Calendar-help.xml
33
Module Name: Microsoft.Graph.Calendar
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/get-mggroupevent
55
schema: 2.0.0
6-
ms.prod: outlook
6+
ms.prod: groups
77
---
88

99
# Get-MgGroupEvent

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Graph.Calendar-help.xml
33
Module Name: Microsoft.Graph.Calendar
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mggroupevent
55
schema: 2.0.0
6-
ms.prod: outlook
6+
ms.prod: groups
77
---
88

99
# New-MgGroupEvent

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ BODYPARAMETER `<IPaths1Pc6SxrCommunicationsOnlinemeetingsMicrosoftGraphCreateorg
437437
- `[Id <String>]`: Unique identifier for the identity.
438438
- `[Device <IMicrosoftGraphIdentity>]`: identity
439439
- `[User <IMicrosoftGraphIdentity>]`: identity
440-
- `[Role <String>]`:
440+
- `[Role <String>]`: onlineMeetingRole
441441
- `[Upn <String>]`: User principal name of the participant.
442442
- `[Organizer <IMicrosoftGraphMeetingParticipantInfo>]`: meetingParticipantInfo
443443
- `[StartDateTime <DateTime?>]`:
@@ -476,7 +476,7 @@ PARTICIPANTS `<IMicrosoftGraphMeetingParticipants>`: meetingParticipants
476476
- `[Id <String>]`: Unique identifier for the identity.
477477
- `[Device <IMicrosoftGraphIdentity>]`: identity
478478
- `[User <IMicrosoftGraphIdentity>]`: identity
479-
- `[Role <String>]`:
479+
- `[Role <String>]`: onlineMeetingRole
480480
- `[Upn <String>]`: User principal name of the participant.
481481
- `[Organizer <IMicrosoftGraphMeetingParticipantInfo>]`: meetingParticipantInfo
482482

0 commit comments

Comments
 (0)