Skip to content

Commit 0caf0a6

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1151)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent f498798 commit 0caf0a6

File tree

70 files changed

+63534
-60843
lines changed

Some content is hidden

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

70 files changed

+63534
-60843
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.9.3"
25+
"version": "1.9.4"
2626
}

openApiDocs/beta/Applications.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20014,14 +20014,12 @@ components:
2001420014
properties:
2001520015
isEnabled:
2001620016
type: boolean
20017-
description: Denotes whether the policy is enabled.
2001820017
restrictions:
2001920018
$ref: '#/components/schemas/microsoft.graph.appManagementConfiguration'
2002020019
appliesTo:
2002120020
type: array
2002220021
items:
2002320022
$ref: '#/components/schemas/microsoft.graph.directoryObject'
20024-
description: Collection of application and service principals to which a policy is applied.
2002520023
additionalProperties:
2002620024
type: object
2002720025
microsoft.graph.connectorGroup:
@@ -20061,6 +20059,7 @@ components:
2006120059
deletedDateTime:
2006220060
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])$'
2006320061
type: string
20062+
description: Date and time when this object was deleted. Always null when the object hasn't been deleted.
2006420063
format: date-time
2006520064
nullable: true
2006620065
additionalProperties:
@@ -20589,7 +20588,7 @@ components:
2058920588
creationTimestamp:
2059020589
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])$'
2059120590
type: string
20592-
description: 'The time when the app role assignment was created.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. Read-only.'
20591+
description: 'The time when the app role assignment was created. 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. Read-only.'
2059320592
format: date-time
2059420593
nullable: true
2059520594
principalDisplayName:
@@ -20599,12 +20598,12 @@ components:
2059920598
principalId:
2060020599
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
2060120600
type: string
20602-
description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.'
20601+
description: 'The unique identifier (id) for the user, group, or service principal being granted the app role. Required on create.'
2060320602
format: uuid
2060420603
nullable: true
2060520604
principalType:
2060620605
type: string
20607-
description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.'
20606+
description: 'The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.'
2060820607
nullable: true
2060920608
resourceDisplayName:
2061020609
type: string
@@ -22269,7 +22268,7 @@ components:
2226922268
restrictForAppsCreatedAfterDateTime:
2227022269
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])$'
2227122270
type: string
22272-
description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.'
22271+
description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be backdated. To apply to all applications, this date would be null.'
2227322272
format: date-time
2227422273
nullable: true
2227522274
restrictionType:

openApiDocs/beta/Compliance.yml

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

openApiDocs/beta/DeviceManagement.Actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21397,7 +21397,7 @@ components:
2139721397
createdDateTime:
2139821398
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])$'
2139921399
type: string
21400-
description: Policy creation date and time. This property is read-only.
21400+
description: Policy creation date and time
2140121401
format: date-time
2140221402
creationSource:
2140321403
type: string
@@ -21413,7 +21413,7 @@ components:
2141321413
lastModifiedDateTime:
2141421414
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])$'
2141521415
type: string
21416-
description: Policy last modification date and time. This property is read-only.
21416+
description: Policy last modification date and time
2141721417
format: date-time
2141821418
name:
2141921419
type: string
@@ -21431,7 +21431,7 @@ components:
2143121431
maximum: 2147483647
2143221432
minimum: -2147483648
2143321433
type: integer
21434-
description: Number of settings. This property is read-only.
21434+
description: Number of settings
2143521435
format: int32
2143621436
technologies:
2143721437
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationTechnologies'

openApiDocs/beta/DeviceManagement.Enrolment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18113,7 +18113,7 @@ paths:
1811318113
tags:
1811418114
- roleManagement.rbacApplication
1811518115
summary: Get entitlementManagement from roleManagement
18116-
description: Container for all entitlement management resources in Azure AD identity governance.
18116+
description: Container for roles and assignments for entitlement management resources.
1811718117
operationId: roleManagement_GetEntitlementManagement
1811818118
parameters:
1811918119
- name: $select
@@ -18199,7 +18199,7 @@ paths:
1819918199
tags:
1820018200
- roleManagement.rbacApplication
1820118201
summary: Update the navigation property entitlementManagement in roleManagement
18202-
description: Container for all entitlement management resources in Azure AD identity governance.
18202+
description: Container for roles and assignments for entitlement management resources.
1820318203
operationId: roleManagement_UpdateEntitlementManagement
1820418204
requestBody:
1820518205
description: New navigation property values
@@ -18218,7 +18218,7 @@ paths:
1821818218
tags:
1821918219
- roleManagement.rbacApplication
1822018220
summary: Delete navigation property entitlementManagement for roleManagement
18221-
description: Container for all entitlement management resources in Azure AD identity governance.
18221+
description: Container for roles and assignments for entitlement management resources.
1822218222
operationId: roleManagement_DeleteEntitlementManagement
1822318223
parameters:
1822418224
- name: If-Match

openApiDocs/beta/DeviceManagement.Functions.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,30 @@ paths:
23832383
default:
23842384
$ref: '#/components/responses/error'
23852385
x-ms-docs-operation-type: function
2386+
'/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcLaunchInfo()':
2387+
get:
2388+
tags:
2389+
- deviceManagement.Functions
2390+
summary: Invoke function getCloudPcLaunchInfo
2391+
operationId: deviceManagement.virtualEndpoint.cloudPCs_getCloudPcLaunchInfo
2392+
parameters:
2393+
- name: cloudPC-id
2394+
in: path
2395+
description: 'key: id of cloudPC'
2396+
required: true
2397+
schema:
2398+
type: string
2399+
x-ms-docs-key-type: cloudPC
2400+
responses:
2401+
'200':
2402+
description: Success
2403+
content:
2404+
application/json:
2405+
schema:
2406+
$ref: '#/components/schemas/microsoft.graph.cloudPcLaunchInfo'
2407+
default:
2408+
$ref: '#/components/responses/error'
2409+
x-ms-docs-operation-type: function
23862410
/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages():
23872411
get:
23882412
tags:
@@ -3359,6 +3383,18 @@ components:
33593383
additionalProperties:
33603384
type: object
33613385
description: The user experience analytics resource performance entity.
3386+
microsoft.graph.cloudPcLaunchInfo:
3387+
title: cloudPcLaunchInfo
3388+
type: object
3389+
properties:
3390+
cloudPcId:
3391+
type: string
3392+
nullable: true
3393+
cloudPcLaunchUrl:
3394+
type: string
3395+
nullable: true
3396+
additionalProperties:
3397+
type: object
33623398
microsoft.graph.cloudPcSourceDeviceImage:
33633399
title: cloudPcSourceDeviceImage
33643400
type: object
@@ -3371,6 +3407,12 @@ components:
33713407
type: string
33723408
description: The ID of the source image.
33733409
nullable: true
3410+
subscriptionDisplayName:
3411+
type: string
3412+
nullable: true
3413+
subscriptionId:
3414+
type: string
3415+
nullable: true
33743416
additionalProperties:
33753417
type: object
33763418
microsoft.graph.assignmentFilterOperator:

0 commit comments

Comments
 (0)