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
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.6.1"
"version": "2.7.1"
},
"beta": {
"prerelease": "",
"version": "2.6.1"
"version": "2.7.1"
},
"v1.0": {
"prerelease": "",
"version": "2.6.1"
"version": "2.7.1"
}
}
}
102 changes: 43 additions & 59 deletions openApiDocs/beta/Compliance.yml

Large diffs are not rendered by default.

98 changes: 39 additions & 59 deletions openApiDocs/beta/CrossDeviceExperiences.yml

Large diffs are not rendered by default.

114 changes: 65 additions & 49 deletions openApiDocs/beta/DeviceManagement.Actions.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions openApiDocs/beta/DeviceManagement.Enrollment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11865,7 +11865,7 @@ components:
nullable: true
isAvailable:
type: boolean
description: 'Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it''s set to false, it shouldn''t be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditional Access policy authoring experience. Supports $filter (eq).'
description: 'Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditionall Access policy authoring experience. Supports $filter (eq).'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -11957,7 +11957,7 @@ components:
nullable: true
type:
type: string
description: 'Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only.'
description: 'Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -13982,11 +13982,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/DeviceManagement.Functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@ components:
gracePeriodEndDateTime:
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 date and time when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
description: 'The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
format: date-time
nullable: true
imageDisplayName:
Expand Down Expand Up @@ -4514,13 +4514,13 @@ components:
$ref: '#/components/schemas/microsoft.graph.cloudPcPartnerAgentInstallStatus'
isThirdPartyPartner:
type: boolean
description: Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE'
description: 'Indicates if the partner agent is a third party. When ''TRUE'', the agent is a third-party (non-Microsoft) agent. When ''FALSE'', the agent is a Microsoft agent or is not known. The default value is ''FALSE''.'
nullable: true
partnerAgentName:
$ref: '#/components/schemas/microsoft.graph.cloudPcPartnerAgentName'
retriable:
type: boolean
description: Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE'
description: 'Indicates if the partner agent is a third party. When ''TRUE'', the agent is a third-party (non-Microsoft) agent. When ''FALSE'', the agent is a Microsoft agent or is not known. The default value is ''FALSE''.'
nullable: true
additionalProperties:
type: object
Expand Down
Loading