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
12 changes: 8 additions & 4 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22590,6 +22590,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -24725,7 +24729,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -25590,7 +25594,7 @@ components:
properties:
settingDefinitionId:
type: string
description: Setting definition id that is being referred to a setting. Applicable for reusable setting
description: Setting definition id that is being referred to a setting. Applicable for reusable setting.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -33514,11 +33518,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
10 changes: 7 additions & 3 deletions openApiDocs/beta/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81164,6 +81164,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -83201,7 +83205,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -92881,11 +92885,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
20 changes: 12 additions & 8 deletions openApiDocs/beta/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,11 @@ paths:
post:
tags:
- groups.group
summary: Create group
description: 'Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.'
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta
operationId: group_CreateGroup
requestBody:
description: New entity
Expand Down Expand Up @@ -483,7 +483,7 @@ paths:
tags:
- groups.group
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta
Expand Down Expand Up @@ -40274,7 +40274,7 @@ paths:
tags:
- groups.group
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta
Expand Down Expand Up @@ -48247,6 +48247,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -49542,7 +49546,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -53438,11 +53442,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
10 changes: 7 additions & 3 deletions openApiDocs/beta/Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38055,6 +38055,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -39556,7 +39560,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -52262,11 +52266,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
10 changes: 7 additions & 3 deletions openApiDocs/beta/Users.Functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12090,6 +12090,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -20358,7 +20362,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -29806,11 +29810,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
10 changes: 7 additions & 3 deletions openApiDocs/beta/Users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17852,6 +17852,10 @@ components:
type: string
description: The Microsoft Entra device ID of the Cloud PC.
nullable: true
allotmentDisplayName:
type: string
description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.'
nullable: true
connectionSettings:
$ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings'
connectivityResult:
Expand Down Expand Up @@ -19419,7 +19423,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
description: Indicates collection of App Log Upload Request.
description: The collection property of AppLogUploadRequest.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -28367,11 +28371,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
13 changes: 13 additions & 0 deletions openApiDocs/v1.0/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4826,6 +4826,19 @@ components:
type: string
description: The URL of the meeting to join anonymously.
nullable: true
customerEmailAddress:
type: string
nullable: true
customerName:
type: string
nullable: true
customerNotes:
type: string
description: Notes from the customer associated with this appointment.
nullable: true
customerPhone:
type: string
nullable: true
customers:
type: array
items:
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/v1.0/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ paths:
description: Read properties and relationships of the deviceManagement object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0
operationId: deviceManagement_GetDeviceManagement
parameters:
- name: $select
Expand Down Expand Up @@ -881,7 +881,7 @@ paths:
description: Update the properties of a deviceManagement object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-update?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0
operationId: deviceManagement_UpdateDeviceManagement
requestBody:
description: New property values
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/v1.0/Devices.CorporateManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ paths:
description: Read properties and relationships of the deviceAppManagement object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0
operationId: deviceAppManagement_GetDeviceAppManagement
parameters:
- name: $select
Expand Down Expand Up @@ -54,7 +54,7 @@ paths:
description: Update the properties of a deviceAppManagement object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0
operationId: deviceAppManagement_UpdateDeviceAppManagement
requestBody:
description: New property values
Expand Down
10 changes: 5 additions & 5 deletions openApiDocs/v1.0/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ paths:
post:
tags:
- groups.group
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
summary: Create group
description: 'Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0
operationId: group_CreateGroup
requestBody:
description: New entity
Expand Down Expand Up @@ -453,7 +453,7 @@ paths:
tags:
- groups.group
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0
Expand Down Expand Up @@ -30279,7 +30279,7 @@ paths:
tags:
- groups.group
summary: Upsert group
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option."
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0
Expand Down
Loading