Skip to content

Commit

Permalink
Weekly Preview OpenAPI Docs Refresh (#1762)
Browse files Browse the repository at this point in the history
* Weekly OpenApiDocs Download.

* Add generated MgCommandMetadata.json. [run ci]

Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
  • Loading branch information
github-actions[bot] and Microsoft Graph DevX Tooling authored Jan 24, 2023
1 parent 71c06be commit 196c37d
Show file tree
Hide file tree
Showing 45 changed files with 128,703 additions and 122,578 deletions.
6 changes: 3 additions & 3 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17344,7 +17344,7 @@ components:
properties:
customKeyIdentifier:
type: string
description: Custom key identifier
description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.'
format: base64url
nullable: true
displayName:
Expand Down Expand Up @@ -18952,10 +18952,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
240 changes: 120 additions & 120 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

884 changes: 447 additions & 437 deletions openApiDocs/beta/Compliance.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15966,10 +15966,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
84 changes: 82 additions & 2 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15691,6 +15691,28 @@ paths:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- deviceManagement.virtualEndpoint
summary: Create new navigation property to sharedUseServicePlans for deviceManagement
operationId: deviceManagement.virtualEndpoint_CreateSharedUseServicePlans
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
required: true
responses:
2XX:
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}':
get:
tags:
Expand Down Expand Up @@ -15743,6 +15765,63 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- deviceManagement.virtualEndpoint
summary: Update the navigation property sharedUseServicePlans in deviceManagement
operationId: deviceManagement.virtualEndpoint_UpdateSharedUseServicePlans
parameters:
- name: cloudPcSharedUseServicePlan-id
in: path
description: 'key: id of cloudPcSharedUseServicePlan'
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: cloudPcSharedUseServicePlan
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
required: true
responses:
2XX:
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
delete:
tags:
- deviceManagement.virtualEndpoint
summary: Delete navigation property sharedUseServicePlans for deviceManagement
operationId: deviceManagement.virtualEndpoint_DeleteSharedUseServicePlans
parameters:
- name: cloudPcSharedUseServicePlan-id
in: path
description: 'key: id of cloudPcSharedUseServicePlan'
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: cloudPcSharedUseServicePlan
- name: If-Match
in: header
description: ETag
style: simple
schema:
type: string
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/deviceManagement/virtualEndpoint/snapshots:
get:
tags:
Expand Down Expand Up @@ -18770,6 +18849,7 @@ components:
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
virtualNetworkLocation:
type: string
description: 'Indicates resource location of the virtual target network. Read-only, computed value.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -21896,10 +21976,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/beta/DeviceManagement.Functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4285,10 +4285,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
17 changes: 12 additions & 5 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60735,10 +60735,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -63884,6 +63884,7 @@ components:
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
virtualNetworkLocation:
type: string
description: 'Indicates resource location of the virtual target network. Read-only, computed value.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -68186,7 +68187,7 @@ components:
description: 'Identifies the info segments assigned to the group. Returned by default. Supports $filter (eq, not, ge, le, startsWith).'
isAssignableToRole:
type: boolean
description: 'Indicates whether this group can be assigned to an Azure Active Directory role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsReturned by default. Supports $filter (eq, ne, not).'
description: 'Indicates whether this group can be assigned to an Azure Active Directory role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsUsing this feature requires a Azure AD Premium P1 license. Returned by default. Supports $filter (eq, ne, not).'
nullable: true
isManagementRestricted:
type: boolean
Expand Down Expand Up @@ -68899,6 +68900,8 @@ components:
$ref: '#/components/schemas/microsoft.graph.sharepointIds'
siteCollection:
$ref: '#/components/schemas/microsoft.graph.siteCollection'
informationProtection:
$ref: '#/components/schemas/microsoft.graph.informationProtection'
analytics:
$ref: '#/components/schemas/microsoft.graph.itemAnalytics'
columns:
Expand Down Expand Up @@ -72274,7 +72277,7 @@ components:
properties:
customKeyIdentifier:
type: string
description: Custom key identifier
description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.'
format: base64url
nullable: true
displayName:
Expand Down Expand Up @@ -76267,20 +76270,24 @@ components:
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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
format: date-time
nullable: true
lastActionDateTime:
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 time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
format: date-time
nullable: true
resourceLocation:
type: string
description: URI of the resource that the operation is performed on.
nullable: true
status:
$ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus'
statusDetail:
type: string
description: Details about the status of the operation.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -86190,7 +86197,7 @@ components:
title: sectionEmphasisType
enum:
- none
- netural
- neutral
- soft
- strong
- unknownFutureValue
Expand Down
16 changes: 11 additions & 5 deletions openApiDocs/beta/Devices.CloudPrint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15995,7 +15995,7 @@ components:
description: 'Identifies the info segments assigned to the group. Returned by default. Supports $filter (eq, not, ge, le, startsWith).'
isAssignableToRole:
type: boolean
description: 'Indicates whether this group can be assigned to an Azure Active Directory role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsReturned by default. Supports $filter (eq, ne, not).'
description: 'Indicates whether this group can be assigned to an Azure Active Directory role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsUsing this feature requires a Azure AD Premium P1 license. Returned by default. Supports $filter (eq, ne, not).'
nullable: true
isManagementRestricted:
type: boolean
Expand Down Expand Up @@ -17175,10 +17175,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -18284,6 +18284,8 @@ components:
$ref: '#/components/schemas/microsoft.graph.sharepointIds'
siteCollection:
$ref: '#/components/schemas/microsoft.graph.siteCollection'
informationProtection:
$ref: '#/components/schemas/microsoft.graph.informationProtection'
analytics:
$ref: '#/components/schemas/microsoft.graph.itemAnalytics'
columns:
Expand Down Expand Up @@ -25075,7 +25077,7 @@ components:
properties:
customKeyIdentifier:
type: string
description: Custom key identifier
description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.'
format: base64url
nullable: true
displayName:
Expand Down Expand Up @@ -29233,20 +29235,24 @@ components:
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: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
format: date-time
nullable: true
lastActionDateTime:
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 time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
format: date-time
nullable: true
resourceLocation:
type: string
description: URI of the resource that the operation is performed on.
nullable: true
status:
$ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus'
statusDetail:
type: string
description: Details about the status of the operation.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -37673,7 +37679,7 @@ components:
title: sectionEmphasisType
enum:
- none
- netural
- neutral
- soft
- strong
- unknownFutureValue
Expand Down
Loading

0 comments on commit 196c37d

Please sign in to comment.