Skip to content

Commit 332f12e

Browse files
authored
Merge pull request #472 from microsoftgraph/po/weeklyOpenAPIDocsUpdate
Weekly OpenAPI Docs Refresh
2 parents 2da2646 + 044f6a4 commit 332f12e

File tree

69 files changed

+7640
-3531
lines changed

Some content is hidden

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

69 files changed

+7640
-3531
lines changed

config/ModuleMetadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
13-
"version": "1.1.0"
13+
"version": "1.2.0"
1414
}

openApiDocs/beta/Applications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18727,7 +18727,7 @@ components:
1872718727
nullable: true
1872818728
key:
1872918729
type: string
18730-
description: Value for the key credential. Should be a base 64 encoded value.
18730+
description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).'
1873118731
format: base64url
1873218732
nullable: true
1873318733
keyId:

openApiDocs/beta/Calendar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46617,7 +46617,7 @@ components:
4661746617
nullable: true
4661846618
webLink:
4661946619
type: string
46620-
description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.'
46620+
description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.'
4662146621
nullable: true
4662246622
attachments:
4662346623
type: array

openApiDocs/beta/ChangeNotifications.yml

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ paths:
5252
- latestSupportedTlsVersion desc
5353
- lifecycleNotificationUrl
5454
- lifecycleNotificationUrl desc
55+
- notificationQueryOptions
56+
- notificationQueryOptions desc
5557
- notificationUrl
5658
- notificationUrl desc
5759
- resource
@@ -79,6 +81,7 @@ paths:
7981
- includeResourceData
8082
- latestSupportedTlsVersion
8183
- lifecycleNotificationUrl
84+
- notificationQueryOptions
8285
- notificationUrl
8386
- resource
8487
type: string
@@ -175,6 +178,7 @@ paths:
175178
- includeResourceData
176179
- latestSupportedTlsVersion
177180
- lifecycleNotificationUrl
181+
- notificationQueryOptions
178182
- notificationUrl
179183
- resource
180184
type: string
@@ -301,6 +305,9 @@ components:
301305
type: string
302306
description: 'The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol. Optional. Read more about how Outlook resources use lifecycle notifications.'
303307
nullable: true
308+
notificationQueryOptions:
309+
type: string
310+
nullable: true
304311
notificationUrl:
305312
type: string
306313
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.

0 commit comments

Comments
 (0)