Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11884,6 +11884,10 @@ paths:
tags:
- deviceManagement.Actions
summary: Invoke action getSharedUseLicenseUsageReport
description: 'Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-1.0
operationId: deviceManagement.virtualEndpoint.reports_getSharedUseLicenseUsageReport
requestBody:
description: Action parameters
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18623,14 +18623,14 @@ components:
expirationDateTime:
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])$'
type: string
description: The date time when the export job expires.
description: The date and time when the export job expires.
format: date-time
nullable: true
exportJobStatus:
$ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus'
exportUrl:
type: string
description: 'The storage account url of the exported report, it can be used to download the file.'
description: The storage account URL of the exported report. It can be used to download the file.
nullable: true
filter:
type: string
Expand All @@ -18645,7 +18645,7 @@ components:
requestDateTime:
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])$'
type: string
description: The date time when the export job was requested.
description: The date and time when the export job was requested.
format: date-time
nullable: true
select:
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69938,14 +69938,14 @@ components:
expirationDateTime:
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])$'
type: string
description: The date time when the export job expires.
description: The date and time when the export job expires.
format: date-time
nullable: true
exportJobStatus:
$ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus'
exportUrl:
type: string
description: 'The storage account url of the exported report, it can be used to download the file.'
description: The storage account URL of the exported report. It can be used to download the file.
nullable: true
filter:
type: string
Expand All @@ -69960,7 +69960,7 @@ components:
requestDateTime:
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])$'
type: string
description: The date time when the export job was requested.
description: The date and time when the export job was requested.
format: date-time
nullable: true
select:
Expand Down
Loading