Skip to content

Commit 2cadff3

Browse files
authored
Merge pull request #2371 from microsoftgraph/dev
2.8.0 Release
2 parents ce76447 + ae79c18 commit 2cadff3

File tree

78 files changed

+209662
-190378
lines changed

Some content is hidden

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

78 files changed

+209662
-190378
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.7.0"
30+
"version": "2.8.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.7.0"
34+
"version": "2.8.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.7.0"
38+
"version": "2.8.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 691 additions & 282 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 149 additions & 129 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Calendar.yml

Lines changed: 471 additions & 471 deletions
Large diffs are not rendered by default.

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ paths:
1111
tags:
1212
- subscriptions.subscription
1313
summary: List subscriptions
14-
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.'
14+
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. This API is available in the following national cloud deployments.'
1515
externalDocs:
1616
description: Find more info here
1717
url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
@@ -58,7 +58,7 @@ paths:
5858
tags:
5959
- subscriptions.subscription
6060
summary: Create subscription
61-
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.'
61+
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. This API is available in the following national cloud deployments.'
6262
externalDocs:
6363
description: Find more info here
6464
url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
@@ -85,7 +85,7 @@ paths:
8585
tags:
8686
- subscriptions.subscription
8787
summary: Get subscription
88-
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.
88+
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. This API is available in the following national cloud deployments.
8989
externalDocs:
9090
description: Find more info here
9191
url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
@@ -140,7 +140,7 @@ paths:
140140
tags:
141141
- subscriptions.subscription
142142
summary: Update subscription
143-
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.'
143+
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. This API is available in the following national cloud deployments.'
144144
externalDocs:
145145
description: Find more info here
146146
url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
@@ -175,7 +175,7 @@ paths:
175175
tags:
176176
- subscriptions.subscription
177177
summary: Delete subscription
178-
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
178+
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is available in the following national cloud deployments.'
179179
externalDocs:
180180
description: Find more info here
181181
url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
@@ -206,7 +206,7 @@ paths:
206206
tags:
207207
- subscriptions.Actions
208208
summary: Invoke action reauthorize
209-
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge.
209+
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
210210
externalDocs:
211211
description: Find more info here
212212
url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
@@ -243,7 +243,7 @@ components:
243243
description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.'
244244
clientState:
245245
type: string
246-
description: Required. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
246+
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
247247
nullable: true
248248
creatorId:
249249
type: string

0 commit comments

Comments
 (0)