Skip to content

Docs Generation #1436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a4fb6e5
Weekly OpenApiDocs Download. [run ci]
Aug 2, 2022
bb5f753
Add generated MgCommandMetadata.json. [run ci]
Aug 3, 2022
8637f4e
Docs Generation for Compliance [run ci]
Aug 3, 2022
fa0a6f9
Docs Generation for Identity.Governance [run ci]
Aug 3, 2022
2097a45
Docs Generation for Security [run ci]
Aug 3, 2022
a36fc8e
Docs Generation for Sites [run ci]
Aug 3, 2022
1f82834
Docs Generation for DirectoryObjects [run ci]
Aug 3, 2022
1ccb29b
Docs Generation for Users.Actions [run ci]
Aug 3, 2022
4644d09
Docs Generation for DeviceManagement [run ci]
Aug 3, 2022
b55b436
Docs Generation for Teams [run ci]
Aug 3, 2022
4c1308a
Docs Generation for DeviceManagement.Administration [run ci]
Aug 3, 2022
9d091f1
Docs Generation for Users [run ci]
Aug 3, 2022
1e7766e
Docs Generation for Devices.CorporateManagement [run ci]
Aug 3, 2022
80f03da
Docs Generation for Reports [run ci]
Aug 3, 2022
c4e3a95
Docs Generation for Files [run ci]
Aug 3, 2022
07f98a9
Docs Generation for DeviceManagement.Actions [run ci]
Aug 3, 2022
f3603ae
Docs Generation for Users.Functions [run ci]
Aug 3, 2022
501b5d9
Docs Generation for Education [run ci]
Aug 3, 2022
0a295a6
Docs Generation for Applications [run ci]
Aug 3, 2022
dee6c30
Docs Generation for Groups [run ci]
Aug 3, 2022
f97f157
Docs Generation for Identity.DirectoryManagement [run ci]
Aug 3, 2022
43a69a6
Docs Generation for Identity.SignIns [run ci]
Aug 3, 2022
5230e7e
Docs Generation for CloudCommunications [run ci]
Aug 3, 2022
cfaa016
Docs Generation for Devices.CloudPrint [run ci]
Aug 3, 2022
611bd6e
Merge branch 'dev' into DocsGeneration/202208030016
peombwa Aug 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15419,7 +15419,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.apiApplication'
appId:
type: string
description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
nullable: true
appRoles:
type: array
Expand Down Expand Up @@ -15550,7 +15550,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.extensionProperty'
description: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
description: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
federatedIdentityCredentials:
type: array
items:
Expand Down Expand Up @@ -15644,7 +15644,7 @@ components:
type: array
items:
type: string
description: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
description: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
additionalProperties:
type: object
microsoft.graph.federatedIdentityCredential:
Expand Down
3 changes: 3 additions & 0 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8729,6 +8729,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.meetingAttendanceReport:
Expand Down Expand Up @@ -8878,11 +8879,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13892,7 +13892,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -14997,6 +14997,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -21144,11 +21145,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 5 additions & 0 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17597,6 +17597,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting'
description: The external partner settings on a Cloud PC.
galleryImages:
type: array
items:
Expand Down Expand Up @@ -17811,17 +17812,21 @@ components:
properties:
enableConnection:
type: boolean
description: 'Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq).'
lastSyncDateTime:
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: 'Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: ''2014-01-01T00:00:00Z''.'
format: date-time
nullable: true
partnerId:
type: string
description: The external partner ID.
status:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerStatus'
statusDetails:
type: string
description: Status details message.
nullable: true
additionalProperties:
type: object
Expand Down
22 changes: 15 additions & 7 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45803,7 +45803,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -52197,6 +52197,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting'
description: The external partner settings on a Cloud PC.
galleryImages:
type: array
items:
Expand Down Expand Up @@ -53886,19 +53887,19 @@ components:
properties:
boardSupportPackageVersion:
type: string
description: The version of the Board Support Package.
description: 'The version of the Board Support Package (BSP. E.g.: 01.18.02.00)'
deviceModel:
type: string
description: Artifact device model.
description: 'Applicable device model (e.g.: TC8300)'
osVersion:
type: string
description: Artifact OS version.
description: 'Artifact OS version (e.g.: 8.1.0)'
patchVersion:
type: string
description: Artifact patch version.
description: 'Artifact patch version (e.g.: U00)'
releaseNotesUrl:
type: string
description: Artifact release notes URL.
description: 'Artifact release notes URL (e.g.: https://www.zebra.com/<filename.pdf>)'
additionalProperties:
type: object
description: Describes a single artifact for a specific device model.
Expand Down Expand Up @@ -61739,17 +61740,21 @@ components:
properties:
enableConnection:
type: boolean
description: 'Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq).'
lastSyncDateTime:
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: 'Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: ''2014-01-01T00:00:00Z''.'
format: date-time
nullable: true
partnerId:
type: string
description: The external partner ID.
status:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerStatus'
statusDetails:
type: string
description: Status details message.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -63430,7 +63435,7 @@ components:
properties:
id:
type: string
description: Key for the Android FOTA Assignment entity
description: A unique identifier assigned to each Android FOTA Assignment entity
nullable: true
target:
$ref: '#/components/schemas/microsoft.graph.androidFotaDeploymentAssignmentTarget'
Expand Down Expand Up @@ -67356,6 +67361,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -72889,11 +72895,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Devices.CloudPrint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18198,7 +18198,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -19303,6 +19303,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -26420,11 +26421,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Devices.CorporateManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26210,7 +26210,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -35200,6 +35200,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -39412,11 +39413,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18577,7 +18577,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -19682,6 +19682,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -25991,11 +25992,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69022,7 +69022,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -70149,6 +70149,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -75642,11 +75643,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41069,7 +41069,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -42174,6 +42174,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -47313,11 +47314,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
nullable: true
createdDateTime:
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: Date and time at which the transcript was created. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
Loading