Skip to content

Commit c4aad00

Browse files
committed
Merge branch 'features/2.0' into po/FixODataCastCount
2 parents f322aac + a01313b commit c4aad00

33 files changed

+121485
-120137
lines changed

openApiDocs/beta/Applications.yml

+15-6
Original file line numberDiff line numberDiff line change
@@ -9201,10 +9201,10 @@ paths:
92019201
tags:
92029202
- onPremisesPublishingProfiles.connectorGroup
92039203
summary: Create connectorGroup
9204-
description: Create a connectorGroup object.
9204+
description: Create a new connectorGroup.
92059205
externalDocs:
92069206
description: Find more info here
9207-
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
9207+
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
92089208
operationId: onPremisesPublishingProfile_CreateConnectorGroup
92099209
parameters:
92109210
- name: onPremisesPublishingProfile-id
@@ -21515,11 +21515,11 @@ components:
2151521515
nullable: true
2151621516
type:
2151721517
type: string
21518-
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
21518+
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
2151921519
nullable: true
2152021520
usage:
2152121521
type: string
21522-
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
21522+
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
2152321523
nullable: true
2152421524
additionalProperties:
2152521525
type: object
@@ -21983,6 +21983,10 @@ components:
2198321983
items:
2198421984
type: string
2198521985
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
21986+
isLicenseReconciliationNeeded:
21987+
type: boolean
21988+
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
21989+
nullable: true
2198621990
isManagementRestricted:
2198721991
type: boolean
2198821992
nullable: true
@@ -22113,6 +22117,7 @@ components:
2211322117
type: array
2211422118
items:
2211522119
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
22120+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
2211622121
showInAddressList:
2211722122
type: boolean
2211822123
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
@@ -23321,6 +23326,7 @@ components:
2332123326
type: array
2332223327
items:
2332323328
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
23329+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
2332423330
theme:
2332523331
type: string
2332623332
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
@@ -24477,13 +24483,16 @@ components:
2447724483
createdDateTime:
2447824484
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])$'
2447924485
type: string
24486+
description: The date and time at which the error occurred.
2448024487
format: date-time
2448124488
nullable: true
2448224489
isResolved:
2448324490
type: boolean
24491+
description: Indicates whether the Error has been attended to.
2448424492
nullable: true
2448524493
serviceInstance:
2448624494
type: string
24495+
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
2448724496
nullable: true
2448824497
additionalProperties:
2448924498
type: object
@@ -27659,10 +27668,10 @@ components:
2765927668
properties:
2766027669
name:
2766127670
type: string
27662-
description: Name for this key-value pair
27671+
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
2766327672
value:
2766427673
type: string
27665-
description: Value for this key-value pair
27674+
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
2766627675
nullable: true
2766727676
additionalProperties:
2766827677
type: object

openApiDocs/beta/CloudCommunications.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -5211,11 +5211,11 @@ paths:
52115211
delete:
52125212
tags:
52135213
- communications.onlineMeeting
5214-
summary: Delete externalMeetingRegistration
5215-
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
5214+
summary: Delete meetingRegistration
5215+
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
52165216
externalDocs:
52175217
description: Find more info here
5218-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
5218+
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
52195219
operationId: communication.onlineMeeting_DeleteRegistration
52205220
parameters:
52215221
- name: onlineMeeting-id
@@ -8908,11 +8908,11 @@ paths:
89088908
delete:
89098909
tags:
89108910
- users.onlineMeeting
8911-
summary: Delete externalMeetingRegistration
8912-
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
8911+
summary: Delete meetingRegistration
8912+
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
89138913
externalDocs:
89148914
description: Find more info here
8915-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
8915+
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
89168916
operationId: user.onlineMeeting_DeleteRegistration
89178917
parameters:
89188918
- name: user-id
@@ -10405,11 +10405,11 @@ paths:
1040510405
get:
1040610406
tags:
1040710407
- users.presence
10408-
summary: Get presence
10409-
description: Get a user's presence information.
10408+
summary: 'presence: setStatusMessage'
10409+
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
1041010410
externalDocs:
1041110411
description: Find more info here
10412-
url: https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
10412+
url: https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
1041310413
operationId: user_GetPresence
1041410414
parameters:
1041510415
- name: user-id

openApiDocs/beta/Compliance.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -9264,6 +9264,7 @@ components:
92649264
type: array
92659265
items:
92669266
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
9267+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
92679268
theme:
92689269
type: string
92699270
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
@@ -10706,13 +10707,16 @@ components:
1070610707
createdDateTime:
1070710708
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])$'
1070810709
type: string
10710+
description: The date and time at which the error occurred.
1070910711
format: date-time
1071010712
nullable: true
1071110713
isResolved:
1071210714
type: boolean
10715+
description: Indicates whether the Error has been attended to.
1071310716
nullable: true
1071410717
serviceInstance:
1071510718
type: string
10719+
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
1071610720
nullable: true
1071710721
additionalProperties:
1071810722
type: object
@@ -11938,6 +11942,10 @@ components:
1193811942
items:
1193911943
type: string
1194011944
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
11945+
isLicenseReconciliationNeeded:
11946+
type: boolean
11947+
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
11948+
nullable: true
1194111949
isManagementRestricted:
1194211950
type: boolean
1194311951
nullable: true
@@ -12068,6 +12076,7 @@ components:
1206812076
type: array
1206912077
items:
1207012078
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
12079+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
1207112080
showInAddressList:
1207212081
type: boolean
1207312082
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
@@ -20646,11 +20655,11 @@ components:
2064620655
nullable: true
2064720656
type:
2064820657
type: string
20649-
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
20658+
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
2065020659
nullable: true
2065120660
usage:
2065220661
type: string
20653-
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
20662+
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
2065420663
nullable: true
2065520664
additionalProperties:
2065620665
type: object
@@ -23323,10 +23332,10 @@ components:
2332323332
properties:
2332423333
name:
2332523334
type: string
23326-
description: Name for this key-value pair
23335+
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
2332723336
value:
2332823337
type: string
23329-
description: Value for this key-value pair
23338+
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
2333023339
nullable: true
2333123340
additionalProperties:
2333223341
type: object

openApiDocs/beta/CrossDeviceExperiences.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -6240,6 +6240,7 @@ components:
62406240
type: array
62416241
items:
62426242
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
6243+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
62436244
theme:
62446245
type: string
62456246
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
@@ -6863,6 +6864,10 @@ components:
68636864
items:
68646865
type: string
68656866
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
6867+
isLicenseReconciliationNeeded:
6868+
type: boolean
6869+
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
6870+
nullable: true
68666871
isManagementRestricted:
68676872
type: boolean
68686873
nullable: true
@@ -6993,6 +6998,7 @@ components:
69936998
type: array
69946999
items:
69957000
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
7001+
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
69967002
showInAddressList:
69977003
type: boolean
69987004
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
@@ -7633,13 +7639,16 @@ components:
76337639
createdDateTime:
76347640
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])$'
76357641
type: string
7642+
description: The date and time at which the error occurred.
76367643
format: date-time
76377644
nullable: true
76387645
isResolved:
76397646
type: boolean
7647+
description: Indicates whether the Error has been attended to.
76407648
nullable: true
76417649
serviceInstance:
76427650
type: string
7651+
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
76437652
nullable: true
76447653
additionalProperties:
76457654
type: object
@@ -8617,11 +8626,11 @@ components:
86178626
nullable: true
86188627
type:
86198628
type: string
8620-
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
8629+
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
86218630
nullable: true
86228631
usage:
86238632
type: string
8624-
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
8633+
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
86258634
nullable: true
86268635
additionalProperties:
86278636
type: object
@@ -16545,10 +16554,10 @@ components:
1654516554
properties:
1654616555
name:
1654716556
type: string
16548-
description: Name for this key-value pair
16557+
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
1654916558
value:
1655016559
type: string
16551-
description: Value for this key-value pair
16560+
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
1655216561
nullable: true
1655316562
additionalProperties:
1655416563
type: object

0 commit comments

Comments
 (0)