Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.2.0"
"version": "2.3.0"
},
"beta": {
"prerelease": "",
"version": "2.2.0"
"version": "2.3.0"
},
"v1.0": {
"prerelease": "",
"version": "2.2.0"
"version": "2.3.0"
}
}
}
336 changes: 168 additions & 168 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

274 changes: 137 additions & 137 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

1,002 changes: 501 additions & 501 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ paths:
description: 'Retrieve a list of webhook subscriptions. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
operationId: subscription_ListSubscription
parameters:
- $ref: '#/components/parameters/search'
Expand Down Expand Up @@ -61,7 +61,7 @@ paths:
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
operationId: subscription_CreateSubscription
requestBody:
description: New entity
Expand All @@ -88,7 +88,7 @@ paths:
description: Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
operationId: subscription_GetSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -143,7 +143,7 @@ paths:
description: 'Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
operationId: subscription_UpdateSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -178,7 +178,7 @@ paths:
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
operationId: subscription_DeleteSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -206,10 +206,10 @@ paths:
tags:
- subscriptions.Actions
summary: Invoke action reauthorize
description: Reauthorize a subscription when you receive a **reauthorizationRequired** challenge.
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
operationId: subscription_reauthorize
parameters:
- name: subscription-id
Expand Down Expand Up @@ -268,11 +268,11 @@ components:
nullable: true
latestSupportedTlsVersion:
type: string
description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
nullable: true
lifecycleNotificationUrl:
type: string
description: 'Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol.'
description: 'Required for Teams resources if the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications.'
nullable: true
notificationContentType:
type: string
Expand Down
Loading