Skip to content

Commit 196c37d

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly Preview OpenAPI Docs Refresh (#1762)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 71c06be commit 196c37d

Some content is hidden

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

45 files changed

+128703
-122578
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17344,7 +17344,7 @@ components:
1734417344
properties:
1734517345
customKeyIdentifier:
1734617346
type: string
17347-
description: Custom key identifier
17347+
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.'
1734817348
format: base64url
1734917349
nullable: true
1735017350
displayName:
@@ -18952,10 +18952,10 @@ components:
1895218952
properties:
1895318953
name:
1895418954
type: string
18955-
description: Name for this key-value pair
18955+
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.'
1895618956
value:
1895718957
type: string
18958-
description: Value for this key-value pair
18958+
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.'
1895918959
nullable: true
1896018960
additionalProperties:
1896118961
type: object

openApiDocs/beta/Calendar.yml

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Compliance.yml

Lines changed: 447 additions & 437 deletions
Large diffs are not rendered by default.

openApiDocs/beta/DeviceManagement.Actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15966,10 +15966,10 @@ components:
1596615966
properties:
1596715967
name:
1596815968
type: string
15969-
description: Name for this key-value pair
15969+
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.'
1597015970
value:
1597115971
type: string
15972-
description: Value for this key-value pair
15972+
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.'
1597315973
nullable: true
1597415974
additionalProperties:
1597515975
type: object

openApiDocs/beta/DeviceManagement.Administration.yml

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15691,6 +15691,28 @@ paths:
1569115691
nextLinkName: '@odata.nextLink'
1569215692
operationName: listMore
1569315693
x-ms-docs-operation-type: operation
15694+
post:
15695+
tags:
15696+
- deviceManagement.virtualEndpoint
15697+
summary: Create new navigation property to sharedUseServicePlans for deviceManagement
15698+
operationId: deviceManagement.virtualEndpoint_CreateSharedUseServicePlans
15699+
requestBody:
15700+
description: New navigation property
15701+
content:
15702+
application/json:
15703+
schema:
15704+
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
15705+
required: true
15706+
responses:
15707+
2XX:
15708+
description: Created navigation property.
15709+
content:
15710+
application/json:
15711+
schema:
15712+
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
15713+
default:
15714+
$ref: '#/components/responses/error'
15715+
x-ms-docs-operation-type: operation
1569415716
'/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}':
1569515717
get:
1569615718
tags:
@@ -15743,6 +15765,63 @@ paths:
1574315765
default:
1574415766
$ref: '#/components/responses/error'
1574515767
x-ms-docs-operation-type: operation
15768+
patch:
15769+
tags:
15770+
- deviceManagement.virtualEndpoint
15771+
summary: Update the navigation property sharedUseServicePlans in deviceManagement
15772+
operationId: deviceManagement.virtualEndpoint_UpdateSharedUseServicePlans
15773+
parameters:
15774+
- name: cloudPcSharedUseServicePlan-id
15775+
in: path
15776+
description: 'key: id of cloudPcSharedUseServicePlan'
15777+
required: true
15778+
style: simple
15779+
schema:
15780+
type: string
15781+
x-ms-docs-key-type: cloudPcSharedUseServicePlan
15782+
requestBody:
15783+
description: New navigation property values
15784+
content:
15785+
application/json:
15786+
schema:
15787+
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
15788+
required: true
15789+
responses:
15790+
2XX:
15791+
description: ''
15792+
content:
15793+
application/json:
15794+
schema:
15795+
$ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan'
15796+
default:
15797+
$ref: '#/components/responses/error'
15798+
x-ms-docs-operation-type: operation
15799+
delete:
15800+
tags:
15801+
- deviceManagement.virtualEndpoint
15802+
summary: Delete navigation property sharedUseServicePlans for deviceManagement
15803+
operationId: deviceManagement.virtualEndpoint_DeleteSharedUseServicePlans
15804+
parameters:
15805+
- name: cloudPcSharedUseServicePlan-id
15806+
in: path
15807+
description: 'key: id of cloudPcSharedUseServicePlan'
15808+
required: true
15809+
style: simple
15810+
schema:
15811+
type: string
15812+
x-ms-docs-key-type: cloudPcSharedUseServicePlan
15813+
- name: If-Match
15814+
in: header
15815+
description: ETag
15816+
style: simple
15817+
schema:
15818+
type: string
15819+
responses:
15820+
'204':
15821+
description: Success
15822+
default:
15823+
$ref: '#/components/responses/error'
15824+
x-ms-docs-operation-type: operation
1574615825
/deviceManagement/virtualEndpoint/snapshots:
1574715826
get:
1574815827
tags:
@@ -18770,6 +18849,7 @@ components:
1877018849
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
1877118850
virtualNetworkLocation:
1877218851
type: string
18852+
description: 'Indicates resource location of the virtual target network. Read-only, computed value.'
1877318853
nullable: true
1877418854
additionalProperties:
1877518855
type: object
@@ -21896,10 +21976,10 @@ components:
2189621976
properties:
2189721977
name:
2189821978
type: string
21899-
description: Name for this key-value pair
21979+
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.'
2190021980
value:
2190121981
type: string
21902-
description: Value for this key-value pair
21982+
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.'
2190321983
nullable: true
2190421984
additionalProperties:
2190521985
type: object

openApiDocs/beta/DeviceManagement.Functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,10 +4285,10 @@ components:
42854285
properties:
42864286
name:
42874287
type: string
4288-
description: Name for this key-value pair
4288+
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.'
42894289
value:
42904290
type: string
4291-
description: Value for this key-value pair
4291+
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.'
42924292
nullable: true
42934293
additionalProperties:
42944294
type: object

openApiDocs/beta/DeviceManagement.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60735,10 +60735,10 @@ components:
6073560735
properties:
6073660736
name:
6073760737
type: string
60738-
description: Name for this key-value pair
60738+
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.'
6073960739
value:
6074060740
type: string
60741-
description: Value for this key-value pair
60741+
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.'
6074260742
nullable: true
6074360743
additionalProperties:
6074460744
type: object
@@ -63884,6 +63884,7 @@ components:
6388463884
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
6388563885
virtualNetworkLocation:
6388663886
type: string
63887+
description: 'Indicates resource location of the virtual target network. Read-only, computed value.'
6388763888
nullable: true
6388863889
additionalProperties:
6388963890
type: object
@@ -68186,7 +68187,7 @@ components:
6818668187
description: 'Identifies the info segments assigned to the group. Returned by default. Supports $filter (eq, not, ge, le, startsWith).'
6818768188
isAssignableToRole:
6818868189
type: boolean
68189-
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).'
68190+
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).'
6819068191
nullable: true
6819168192
isManagementRestricted:
6819268193
type: boolean
@@ -68899,6 +68900,8 @@ components:
6889968900
$ref: '#/components/schemas/microsoft.graph.sharepointIds'
6890068901
siteCollection:
6890168902
$ref: '#/components/schemas/microsoft.graph.siteCollection'
68903+
informationProtection:
68904+
$ref: '#/components/schemas/microsoft.graph.informationProtection'
6890268905
analytics:
6890368906
$ref: '#/components/schemas/microsoft.graph.itemAnalytics'
6890468907
columns:
@@ -72274,7 +72277,7 @@ components:
7227472277
properties:
7227572278
customKeyIdentifier:
7227672279
type: string
72277-
description: Custom key identifier
72280+
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.'
7227872281
format: base64url
7227972282
nullable: true
7228072283
displayName:
@@ -76267,20 +76270,24 @@ components:
7626776270
createdDateTime:
7626876271
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])$'
7626976272
type: string
76273+
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.'
7627076274
format: date-time
7627176275
nullable: true
7627276276
lastActionDateTime:
7627376277
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])$'
7627476278
type: string
76279+
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.'
7627576280
format: date-time
7627676281
nullable: true
7627776282
resourceLocation:
7627876283
type: string
76284+
description: URI of the resource that the operation is performed on.
7627976285
nullable: true
7628076286
status:
7628176287
$ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus'
7628276288
statusDetail:
7628376289
type: string
76290+
description: Details about the status of the operation.
7628476291
nullable: true
7628576292
additionalProperties:
7628676293
type: object
@@ -86190,7 +86197,7 @@ components:
8619086197
title: sectionEmphasisType
8619186198
enum:
8619286199
- none
86193-
- netural
86200+
- neutral
8619486201
- soft
8619586202
- strong
8619686203
- unknownFutureValue

openApiDocs/beta/Devices.CloudPrint.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15995,7 +15995,7 @@ components:
1599515995
description: 'Identifies the info segments assigned to the group. Returned by default. Supports $filter (eq, not, ge, le, startsWith).'
1599615996
isAssignableToRole:
1599715997
type: boolean
15998-
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).'
15998+
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).'
1599915999
nullable: true
1600016000
isManagementRestricted:
1600116001
type: boolean
@@ -17175,10 +17175,10 @@ components:
1717517175
properties:
1717617176
name:
1717717177
type: string
17178-
description: Name for this key-value pair
17178+
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.'
1717917179
value:
1718017180
type: string
17181-
description: Value for this key-value pair
17181+
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.'
1718217182
nullable: true
1718317183
additionalProperties:
1718417184
type: object
@@ -18284,6 +18284,8 @@ components:
1828418284
$ref: '#/components/schemas/microsoft.graph.sharepointIds'
1828518285
siteCollection:
1828618286
$ref: '#/components/schemas/microsoft.graph.siteCollection'
18287+
informationProtection:
18288+
$ref: '#/components/schemas/microsoft.graph.informationProtection'
1828718289
analytics:
1828818290
$ref: '#/components/schemas/microsoft.graph.itemAnalytics'
1828918291
columns:
@@ -25075,7 +25077,7 @@ components:
2507525077
properties:
2507625078
customKeyIdentifier:
2507725079
type: string
25078-
description: Custom key identifier
25080+
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.'
2507925081
format: base64url
2508025082
nullable: true
2508125083
displayName:
@@ -29233,20 +29235,24 @@ components:
2923329235
createdDateTime:
2923429236
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])$'
2923529237
type: string
29238+
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.'
2923629239
format: date-time
2923729240
nullable: true
2923829241
lastActionDateTime:
2923929242
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])$'
2924029243
type: string
29244+
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.'
2924129245
format: date-time
2924229246
nullable: true
2924329247
resourceLocation:
2924429248
type: string
29249+
description: URI of the resource that the operation is performed on.
2924529250
nullable: true
2924629251
status:
2924729252
$ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus'
2924829253
statusDetail:
2924929254
type: string
29255+
description: Details about the status of the operation.
2925029256
nullable: true
2925129257
additionalProperties:
2925229258
type: object
@@ -37673,7 +37679,7 @@ components:
3767337679
title: sectionEmphasisType
3767437680
enum:
3767537681
- none
37676-
- netural
37682+
- neutral
3767737683
- soft
3767837684
- strong
3767937685
- unknownFutureValue

0 commit comments

Comments
 (0)