Skip to content

Commit 7c71615

Browse files
committed
Refresh docs.
1 parent fca2ea3 commit 7c71615

Some content is hidden

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

43 files changed

+1649
-1280
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ paths:
10591059
tags:
10601060
- applications.federatedIdentityCredential
10611061
summary: Get federatedIdentityCredentials from applications
1062-
description: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
1062+
description: 'Federated identities for applications. Supports $expand and $filter (startsWith, and eq, ne when counting empty collections and only with advanced query parameters).'
10631063
operationId: applications_ListFederatedIdentityCredentials
10641064
parameters:
10651065
- name: application-id
@@ -1172,7 +1172,7 @@ paths:
11721172
tags:
11731173
- applications.federatedIdentityCredential
11741174
summary: Get federatedIdentityCredentials from applications
1175-
description: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
1175+
description: 'Federated identities for applications. Supports $expand and $filter (startsWith, and eq, ne when counting empty collections and only with advanced query parameters).'
11761176
operationId: applications_GetFederatedIdentityCredentials
11771177
parameters:
11781178
- name: application-id
@@ -1930,7 +1930,7 @@ paths:
19301930
tags:
19311931
- applications.directoryObject
19321932
summary: Get owners from applications
1933-
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
1933+
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections).
19341934
operationId: applications_ListOwners
19351935
parameters:
19361936
- name: application-id
@@ -2042,7 +2042,7 @@ paths:
20422042
tags:
20432043
- applications.directoryObject
20442044
summary: Get ref of owners from applications
2045-
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
2045+
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections).
20462046
operationId: applications_ListOwnersGraphBPreRef
20472047
parameters:
20482048
- name: application-id
@@ -16176,7 +16176,7 @@ components:
1617616176
type: array
1617716177
items:
1617816178
$ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential'
16179-
description: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
16179+
description: 'Federated identities for applications. Supports $expand and $filter (startsWith, and eq, ne when counting empty collections and only with advanced query parameters).'
1618016180
homeRealmDiscoveryPolicies:
1618116181
type: array
1618216182
items:
@@ -16185,7 +16185,7 @@ components:
1618516185
type: array
1618616186
items:
1618716187
$ref: '#/components/schemas/microsoft.graph.directoryObject'
16188-
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
16188+
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections).
1618916189
tokenIssuancePolicies:
1619016190
type: array
1619116191
items:
@@ -17790,7 +17790,7 @@ components:
1779017790
interval:
1779117791
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
1779217792
type: string
17793-
description: The interval between synchronization iterations.
17793+
description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.'
1779417794
format: duration
1779517795
state:
1779617796
$ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState'

openApiDocs/beta/Compliance.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12977,6 +12977,7 @@ components:
1297712977
items:
1297812978
type: string
1297912979
nullable: true
12980+
description: The collection of unique identifiers that can be associated with a user and can be used to bind the Azure AD user to a certificate for authentication and authorization into non-Azure AD environments. The identifiers must be unique in the tenant.
1298012981
additionalProperties:
1298112982
type: object
1298212983
microsoft.graph.customSecurityAttributeValue:
@@ -13245,6 +13246,8 @@ components:
1324513246
nullable: true
1324613247
connectivityResult:
1324713248
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult'
13249+
diskEncryptionState:
13250+
$ref: '#/components/schemas/microsoft.graph.cloudPcDiskEncryptionState'
1324813251
displayName:
1324913252
type: string
1325013253
description: The display name of the Cloud PC.
@@ -17954,6 +17957,15 @@ components:
1795417957
format: date-time
1795517958
additionalProperties:
1795617959
type: object
17960+
microsoft.graph.cloudPcDiskEncryptionState:
17961+
title: cloudPcDiskEncryptionState
17962+
enum:
17963+
- notAvailable
17964+
- notEncryped
17965+
- encryptedUsingPlatformManagedKey
17966+
- encryptedUsingCustomerManagedKey
17967+
- unknownFutureValue
17968+
type: string
1795717969
microsoft.graph.cloudPcLoginResult:
1795817970
title: cloudPcLoginResult
1795917971
type: object
@@ -27525,7 +27537,7 @@ components:
2752527537
interval:
2752627538
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
2752727539
type: string
27528-
description: The interval between synchronization iterations.
27540+
description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.'
2752927541
format: duration
2753027542
state:
2753127543
$ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState'

openApiDocs/beta/DeviceManagement.Actions.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5807,6 +5807,27 @@ paths:
58075807
default:
58085808
$ref: '#/components/responses/error'
58095809
x-ms-docs-operation-type: action
5810+
'/deviceManagement/monitoring/alertRecords/{alertRecord-id}/microsoft.graph.deviceManagement.setPortalNotificationAsSent':
5811+
post:
5812+
tags:
5813+
- deviceManagement.Actions
5814+
summary: Invoke action setPortalNotificationAsSent
5815+
operationId: deviceManagement.monitoring.alertRecords_setPortalNotificationAsSent
5816+
parameters:
5817+
- name: alertRecord-id
5818+
in: path
5819+
description: 'key: id of alertRecord'
5820+
required: true
5821+
style: simple
5822+
schema:
5823+
type: string
5824+
x-ms-docs-key-type: alertRecord
5825+
responses:
5826+
'204':
5827+
description: Success
5828+
default:
5829+
$ref: '#/components/responses/error'
5830+
x-ms-docs-operation-type: action
58105831
'/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage':
58115832
post:
58125833
tags:

openApiDocs/beta/DeviceManagement.Administration.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13660,6 +13660,8 @@ paths:
1366013660
- aadDeviceId desc
1366113661
- connectivityResult
1366213662
- connectivityResult desc
13663+
- diskEncryptionState
13664+
- diskEncryptionState desc
1366313665
- displayName
1366413666
- displayName desc
1366513667
- gracePeriodEndDateTime
@@ -13712,6 +13714,7 @@ paths:
1371213714
- id
1371313715
- aadDeviceId
1371413716
- connectivityResult
13717+
- diskEncryptionState
1371513718
- displayName
1371613719
- gracePeriodEndDateTime
1371713720
- imageDisplayName
@@ -13804,6 +13807,7 @@ paths:
1380413807
- id
1380513808
- aadDeviceId
1380613809
- connectivityResult
13810+
- diskEncryptionState
1380713811
- displayName
1380813812
- gracePeriodEndDateTime
1380913813
- imageDisplayName
@@ -18268,6 +18272,8 @@ components:
1826818272
nullable: true
1826918273
connectivityResult:
1827018274
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult'
18275+
diskEncryptionState:
18276+
$ref: '#/components/schemas/microsoft.graph.cloudPcDiskEncryptionState'
1827118277
displayName:
1827218278
type: string
1827318279
description: The display name of the Cloud PC.
@@ -20249,6 +20255,15 @@ components:
2024920255
format: date-time
2025020256
additionalProperties:
2025120257
type: object
20258+
microsoft.graph.cloudPcDiskEncryptionState:
20259+
title: cloudPcDiskEncryptionState
20260+
enum:
20261+
- notAvailable
20262+
- notEncryped
20263+
- encryptedUsingPlatformManagedKey
20264+
- encryptedUsingCustomerManagedKey
20265+
- unknownFutureValue
20266+
type: string
2025220267
microsoft.graph.cloudPcLoginResult:
2025320268
title: cloudPcLoginResult
2025420269
type: object

openApiDocs/beta/DeviceManagement.Functions.yml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,30 @@ paths:
11881188
default:
11891189
$ref: '#/components/responses/error'
11901190
x-ms-docs-operation-type: function
1191+
/deviceManagement/monitoring/alertRecords/microsoft.graph.deviceManagement.getPortalNotifications():
1192+
get:
1193+
tags:
1194+
- deviceManagement.Functions
1195+
summary: Invoke function getPortalNotifications
1196+
operationId: deviceManagement.monitoring.alertRecords_getPortalNotifications
1197+
responses:
1198+
'200':
1199+
description: Success
1200+
content:
1201+
application/json:
1202+
schema:
1203+
title: Collection of alertRecord
1204+
type: object
1205+
properties:
1206+
value:
1207+
type: array
1208+
items:
1209+
$ref: '#/components/schemas/microsoft.graph.deviceManagement.portalNotification'
1210+
additionalProperties:
1211+
type: object
1212+
default:
1213+
$ref: '#/components/responses/error'
1214+
x-ms-docs-operation-type: function
11911215
'/deviceManagement/resourceOperations/{resourceOperation-id}/microsoft.graph.getScopesForUser(userid=''{userid}'')':
11921216
get:
11931217
tags:
@@ -2452,6 +2476,33 @@ components:
24522476
additionalProperties:
24532477
type: object
24542478
description: The user experience analytics Work From Anywhere metrics devices summary.
2479+
microsoft.graph.deviceManagement.portalNotification:
2480+
title: portalNotification
2481+
type: object
2482+
properties:
2483+
alertImpact:
2484+
$ref: '#/components/schemas/microsoft.graph.deviceManagement.alertImpact'
2485+
alertRecordId:
2486+
type: string
2487+
nullable: true
2488+
alertRuleId:
2489+
type: string
2490+
nullable: true
2491+
alertRuleName:
2492+
type: string
2493+
nullable: true
2494+
alertRuleTemplate:
2495+
$ref: '#/components/schemas/microsoft.graph.deviceManagement.alertRuleTemplate'
2496+
id:
2497+
type: string
2498+
nullable: true
2499+
isPortalNotificationSent:
2500+
type: boolean
2501+
nullable: true
2502+
severity:
2503+
$ref: '#/components/schemas/microsoft.graph.deviceManagement.ruleSeverityType'
2504+
additionalProperties:
2505+
type: object
24552506
microsoft.graph.tenantAttachRBACState:
24562507
title: tenantAttachRBACState
24572508
type: object
@@ -3330,6 +3381,37 @@ components:
33303381
additionalProperties:
33313382
type: object
33323383
description: The user experience analytics work from anywhere Windows 10 devices summary.
3384+
microsoft.graph.deviceManagement.alertImpact:
3385+
title: alertImpact
3386+
type: object
3387+
properties:
3388+
aggregationType:
3389+
$ref: '#/components/schemas/microsoft.graph.deviceManagement.aggregationType'
3390+
value:
3391+
maximum: 2147483647
3392+
minimum: -2147483648
3393+
type: integer
3394+
format: int32
3395+
nullable: true
3396+
additionalProperties:
3397+
type: object
3398+
microsoft.graph.deviceManagement.alertRuleTemplate:
3399+
title: alertRuleTemplate
3400+
enum:
3401+
- cloudPcProvisionScenario
3402+
- cloudPcImageUploadScenario
3403+
- cloudPcOnPremiseNetworkConnectionCheckScenario
3404+
- unknownFutureValue
3405+
type: string
3406+
microsoft.graph.deviceManagement.ruleSeverityType:
3407+
title: ruleSeverityType
3408+
enum:
3409+
- unknown
3410+
- informational
3411+
- warning
3412+
- critical
3413+
- unknownFutureValue
3414+
type: string
33333415
microsoft.graph.diskType:
33343416
title: diskType
33353417
enum:
@@ -3470,6 +3552,15 @@ components:
34703552
additionalProperties:
34713553
type: object
34723554
description: Base type for assignment targets.
3555+
microsoft.graph.deviceManagement.aggregationType:
3556+
title: aggregationType
3557+
enum:
3558+
- count
3559+
- percentage
3560+
- affectedCloudPcCount
3561+
- affectedCloudPcPercentage
3562+
- unknownFutureValue
3563+
type: string
34733564
microsoft.graph.ODataErrors.MainError:
34743565
required:
34753566
- code

0 commit comments

Comments
 (0)