Skip to content

Commit

Permalink
Merge branch 'dev' into WeeklyExamplesUpdate/202309150308
Browse files Browse the repository at this point in the history
  • Loading branch information
timayabi2020 authored Sep 20, 2023
2 parents 2529047 + 38f2077 commit aa2ff36
Show file tree
Hide file tree
Showing 40 changed files with 148,662 additions and 148,599 deletions.
106 changes: 61 additions & 45 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

248 changes: 124 additions & 124 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

102 changes: 59 additions & 43 deletions openApiDocs/beta/Compliance.yml

Large diffs are not rendered by default.

98 changes: 59 additions & 39 deletions openApiDocs/beta/CrossDeviceExperiences.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 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).'
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).'
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. 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 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.'
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. 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.'
description: The display name of the identity. This property is read-only.
nullable: true
id:
type: string
description: Unique identifier for the identity.
description: The identifier of the identity. This property is read-only.
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/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.'
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.'
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. When ''FALSE'', the agent is a Microsoft agent or is not 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 and when 'FALSE' the agent is a Microsoft agent or isn't 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. When ''FALSE'', the agent is a Microsoft agent or is not 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 and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE'
nullable: true
additionalProperties:
type: object
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/Devices.ServiceAnnouncement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5310,7 +5310,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.keyValuePair'
description: Additional details about service event. This property doesn't support filters.
description: Extra details about service event. This property doesn't support filters.
endDateTime:
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
Expand Down Expand Up @@ -5478,11 +5478,11 @@ components:
properties:
displayName:
type: string
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.'
description: The display name of the identity. This property is read-only.
nullable: true
id:
type: string
description: Unique identifier for the identity.
description: The identifier of the identity. This property is read-only.
nullable: true
additionalProperties:
type: object
Expand Down
Loading

0 comments on commit aa2ff36

Please sign in to comment.