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
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.9.3"
"version": "1.9.4"
}
11 changes: 5 additions & 6 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20014,14 +20014,12 @@ components:
properties:
isEnabled:
type: boolean
description: Denotes whether the policy is enabled.
restrictions:
$ref: '#/components/schemas/microsoft.graph.appManagementConfiguration'
appliesTo:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: Collection of application and service principals to which a policy is applied.
additionalProperties:
type: object
microsoft.graph.connectorGroup:
Expand Down Expand Up @@ -20061,6 +20059,7 @@ components:
deletedDateTime:
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 when this object was deleted. Always null when the object hasn't been deleted.
format: date-time
nullable: true
additionalProperties:
Expand Down Expand Up @@ -20589,7 +20588,7 @@ components:
creationTimestamp:
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 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.'
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.'
format: date-time
nullable: true
principalDisplayName:
Expand All @@ -20599,12 +20598,12 @@ components:
principalId:
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}$'
type: string
description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.'
description: 'The unique identifier (id) for the user, group, or service principal being granted the app role. Required on create.'
format: uuid
nullable: true
principalType:
type: string
description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.'
description: 'The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.'
nullable: true
resourceDisplayName:
type: string
Expand Down Expand Up @@ -22269,7 +22268,7 @@ components:
restrictForAppsCreatedAfterDateTime:
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: '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.'
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.'
format: date-time
nullable: true
restrictionType:
Expand Down
352 changes: 275 additions & 77 deletions openApiDocs/beta/Compliance.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21397,7 +21397,7 @@ 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: Policy creation date and time. This property is read-only.
description: Policy creation date and time
format: date-time
creationSource:
type: string
Expand All @@ -21413,7 +21413,7 @@ components:
lastModifiedDateTime:
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: Policy last modification date and time. This property is read-only.
description: Policy last modification date and time
format: date-time
name:
type: string
Expand All @@ -21431,7 +21431,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: integer
description: Number of settings. This property is read-only.
description: Number of settings
format: int32
technologies:
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationTechnologies'
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/DeviceManagement.Enrolment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18113,7 +18113,7 @@ paths:
tags:
- roleManagement.rbacApplication
summary: Get entitlementManagement from roleManagement
description: Container for all entitlement management resources in Azure AD identity governance.
description: Container for roles and assignments for entitlement management resources.
operationId: roleManagement_GetEntitlementManagement
parameters:
- name: $select
Expand Down Expand Up @@ -18199,7 +18199,7 @@ paths:
tags:
- roleManagement.rbacApplication
summary: Update the navigation property entitlementManagement in roleManagement
description: Container for all entitlement management resources in Azure AD identity governance.
description: Container for roles and assignments for entitlement management resources.
operationId: roleManagement_UpdateEntitlementManagement
requestBody:
description: New navigation property values
Expand All @@ -18218,7 +18218,7 @@ paths:
tags:
- roleManagement.rbacApplication
summary: Delete navigation property entitlementManagement for roleManagement
description: Container for all entitlement management resources in Azure AD identity governance.
description: Container for roles and assignments for entitlement management resources.
operationId: roleManagement_DeleteEntitlementManagement
parameters:
- name: If-Match
Expand Down
42 changes: 42 additions & 0 deletions openApiDocs/beta/DeviceManagement.Functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2383,6 +2383,30 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
'/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcLaunchInfo()':
get:
tags:
- deviceManagement.Functions
summary: Invoke function getCloudPcLaunchInfo
operationId: deviceManagement.virtualEndpoint.cloudPCs_getCloudPcLaunchInfo
parameters:
- name: cloudPC-id
in: path
description: 'key: id of cloudPC'
required: true
schema:
type: string
x-ms-docs-key-type: cloudPC
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.cloudPcLaunchInfo'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages():
get:
tags:
Expand Down Expand Up @@ -3359,6 +3383,18 @@ components:
additionalProperties:
type: object
description: The user experience analytics resource performance entity.
microsoft.graph.cloudPcLaunchInfo:
title: cloudPcLaunchInfo
type: object
properties:
cloudPcId:
type: string
nullable: true
cloudPcLaunchUrl:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.cloudPcSourceDeviceImage:
title: cloudPcSourceDeviceImage
type: object
Expand All @@ -3371,6 +3407,12 @@ components:
type: string
description: The ID of the source image.
nullable: true
subscriptionDisplayName:
type: string
nullable: true
subscriptionId:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.assignmentFilterOperator:
Expand Down
Loading