Skip to content

Commit d41a83a

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1136)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 6fa8648 commit d41a83a

37 files changed

+63096
-63019
lines changed

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ components:
26112611
maximum: 2147483647
26122612
minimum: -2147483648
26132613
type: integer
2614-
description: The maximum number of customers allowed in an appointment.
2614+
description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.'
26152615
format: int32
26162616
onlineMeetingUrl:
26172617
type: string
@@ -2757,7 +2757,7 @@ components:
27572757
maximum: 2147483647
27582758
minimum: -2147483648
27592759
type: integer
2760-
description: The maximum number of customers allowed in a service.
2760+
description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.'
27612761
format: int32
27622762
notes:
27632763
type: string

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ components:
217217
properties:
218218
applicationId:
219219
type: string
220-
description: Identifier of the application used to create the subscription. Read-only.
220+
description: Optional. Identifier of the application used to create the subscription. Read-only.
221221
nullable: true
222222
changeType:
223223
type: string
@@ -228,11 +228,11 @@ components:
228228
nullable: true
229229
creatorId:
230230
type: string
231-
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
231+
description: 'Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
232232
nullable: true
233233
encryptionCertificate:
234234
type: string
235-
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
235+
description: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
236236
nullable: true
237237
encryptionCertificateId:
238238
type: string
@@ -249,25 +249,26 @@ components:
249249
nullable: true
250250
latestSupportedTlsVersion:
251251
type: string
252-
description: '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.'
252+
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.'
253253
nullable: true
254254
lifecycleNotificationUrl:
255255
type: string
256256
description: 'Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol.'
257257
nullable: true
258258
notificationContentType:
259259
type: string
260-
description: Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
260+
description: Optional. Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
261261
nullable: true
262262
notificationQueryOptions:
263263
type: string
264-
description: 'OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
264+
description: 'Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
265265
nullable: true
266266
notificationUrl:
267267
type: string
268268
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
269269
notificationUrlAppId:
270270
type: string
271+
description: Optional. The app ID that the subscription service can use to generate the validation token. This allows the client to validate the authenticity of the notification received.
271272
nullable: true
272273
resource:
273274
type: string

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,7 @@ components:
16271627
deletedDateTime:
16281628
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
16291629
type: string
1630+
description: Date and time when this object was deleted. Always null when the object hasn't been deleted.
16301631
format: date-time
16311632
nullable: true
16321633
additionalProperties:

openApiDocs/beta/DeviceManagement.Enrolment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25872,7 +25872,7 @@ components:
2587225872
description: Indicates if Weclome screen is disabled
2587325873
userlessSharedAadModeEnabled:
2587425874
type: boolean
25875-
description: Indicates that this apple device is designated to support 'shared device mode' scenarios. This is distinct from the 'shared iPad' scenario. See Shared iOS and iPadOS devices.
25875+
description: Indicates that this apple device is designated to support 'shared device mode' scenarios. This is distinct from the 'shared iPad' scenario. See Shared iOS and iPadOS devices
2587625876
userSessionTimeoutInSeconds:
2587725877
maximum: 2147483647
2587825878
minimum: -2147483648
@@ -26620,6 +26620,7 @@ components:
2662026620
deletedDateTime:
2662126621
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
2662226622
type: string
26623+
description: Date and time when this object was deleted. Always null when the object hasn't been deleted.
2662326624
format: date-time
2662426625
nullable: true
2662526626
additionalProperties:

0 commit comments

Comments
 (0)