Skip to content

Commit af42737

Browse files
authored
Merge branch 'dev' into 2280-get-mggroup-filter-with-special-characters-doesnt-work
2 parents 8ba24c9 + bf9d701 commit af42737

File tree

59 files changed

+160679
-161774
lines changed

Some content is hidden

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

59 files changed

+160679
-161774
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.8.0"
30+
"version": "2.9.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.8.0"
34+
"version": "2.9.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.8.0"
38+
"version": "2.9.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16724,11 +16724,11 @@ components:
1672416724
properties:
1672516725
displayName:
1672616726
type: string
16727-
description: 'The display name of the identity. This might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
16727+
description: The display name of the identity. This property is read-only.
1672816728
nullable: true
1672916729
id:
1673016730
type: string
16731-
description: Unique identifier for the identity.
16731+
description: The identifier of the identity. This property is read-only.
1673216732
nullable: true
1673316733
additionalProperties:
1673416734
type: object

openApiDocs/beta/CloudCommunications.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,10 +3392,10 @@ paths:
33923392
tags:
33933393
- communications.Actions
33943394
summary: Invoke action invite
3395-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation. This API is available in the following national cloud deployments.'
3395+
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. This API is available in the following national cloud deployments.'
33963396
externalDocs:
33973397
description: Find more info here
3398-
url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
3398+
url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
33993399
operationId: communication.call.participant_invite
34003400
parameters:
34013401
- name: call-id
@@ -11070,11 +11070,11 @@ paths:
1107011070
get:
1107111071
tags:
1107211072
- users.presence
11073-
summary: Get presence
11074-
description: Get a user's presence information. This API is available in the following national cloud deployments.
11073+
summary: 'presence: setStatusMessage'
11074+
description: Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments.
1107511075
externalDocs:
1107611076
description: Find more info here
11077-
url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
11077+
url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
1107811078
operationId: user_GetPresence
1107911079
parameters:
1108011080
- name: user-id
@@ -13087,11 +13087,11 @@ components:
1308713087
properties:
1308813088
displayName:
1308913089
type: string
13090-
description: 'The display name of the identity. This might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
13090+
description: The display name of the identity. This property is read-only.
1309113091
nullable: true
1309213092
id:
1309313093
type: string
13094-
description: Unique identifier for the identity.
13094+
description: The identifier of the identity. This property is read-only.
1309513095
nullable: true
1309613096
additionalProperties:
1309713097
type: object

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,7 @@ components:
53575357
items:
53585358
type: string
53595359
nullable: true
5360-
description: List of hostNames for the device.
5360+
description: List of host names for the device.
53615361
isCompliant:
53625362
type: boolean
53635363
description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).'
@@ -5368,7 +5368,7 @@ components:
53685368
nullable: true
53695369
isManagementRestricted:
53705370
type: boolean
5371-
description: 'true if the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. Default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.'
5371+
description: 'Indicates whether the device is a member of a restricted management administrative unit, in which case it requires a role scoped to the restricted administrative unit to manage. The default value is false. Read-only. To manage a device that''s a member of a restricted administrative unit, the calling app must be assigned the Directory.Write.Restricted permission. For delegated scenarios, the administrators must also be explicitly assigned supported roles at the restricted administrative unit scope.'
53725372
nullable: true
53735373
isRooted:
53745374
type: boolean
@@ -5390,6 +5390,7 @@ components:
53905390
nullable: true
53915391
onPremisesSecurityIdentifier:
53925392
type: string
5393+
description: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq).
53935394
nullable: true
53945395
onPremisesSyncEnabled:
53955396
type: boolean
@@ -5425,27 +5426,27 @@ components:
54255426
description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).'
54265427
trustType:
54275428
type: string
5428-
description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory'
5429+
description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory.'
54295430
nullable: true
54305431
kind:
54315432
type: string
5432-
description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome.
5433+
description: Form factor of the device. Only returned if the user signs in with a Microsoft account as part of Project Rome.
54335434
nullable: true
54345435
manufacturer:
54355436
type: string
5436-
description: Manufacturer of device. Only returned if user signs in with a Microsoft account as part of Project Rome.
5437+
description: Manufacturer of the device. Only returned if the user signs in with a Microsoft account as part of Project Rome.
54375438
nullable: true
54385439
model:
54395440
type: string
5440-
description: Model of device. Only returned if user signs in with a Microsoft account as part of Project Rome.
5441+
description: Model of the device. Only returned if the user signs in with a Microsoft account as part of Project Rome.
54415442
nullable: true
54425443
name:
54435444
type: string
5444-
description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome.
5445+
description: Friendly name of the device. Only returned if user signs in with a Microsoft account as part of Project Rome.
54455446
nullable: true
54465447
platform:
54475448
type: string
5448-
description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome.
5449+
description: Platform of device. Only returned if the user signs in with a Microsoft account as part of Project Rome.
54495450
nullable: true
54505451
status:
54515452
type: string
@@ -6027,7 +6028,7 @@ components:
60276028
nullable: true
60286029
appId:
60296030
type: string
6030-
description: 'The unique identifier for the associated application (its appId property). Supports $filter (eq, ne, not, in, startsWith).'
6031+
description: 'The unique identifier for the associated application (its appId property). Alternate key. Supports $filter (eq, ne, not, in, startsWith).'
60316032
nullable: true
60326033
applicationTemplateId:
60336034
type: string
@@ -11166,11 +11167,11 @@ components:
1116611167
properties:
1116711168
displayName:
1116811169
type: string
11169-
description: 'The display name of the identity. This might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
11170+
description: The display name of the identity. This property is read-only.
1117011171
nullable: true
1117111172
id:
1117211173
type: string
11173-
description: Unique identifier for the identity.
11174+
description: The identifier of the identity. This property is read-only.
1117411175
nullable: true
1117511176
additionalProperties:
1117611177
type: object
@@ -13040,11 +13041,11 @@ components:
1304013041
properties:
1304113042
key:
1304213043
type: string
13043-
description: Key.
13044+
description: Contains the name of the field that a value is associated with.
1304413045
nullable: true
1304513046
value:
1304613047
type: string
13047-
description: Value.
13048+
description: Contains the corresponding value for the specified key.
1304813049
nullable: true
1304913050
additionalProperties:
1305013051
type: object

0 commit comments

Comments
 (0)