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
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
script: |
git status
git add .
git commit -m 'Weekly OpenApiDocs Download'
git commit -m 'Weekly OpenApiDocs Download. [run ci]'
git status
git push --set-upstream origin $(ComputeBranch.WeeklyBranch)
git status
Expand Down
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.2"
"version": "1.9.3"
}
64 changes: 32 additions & 32 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,19 @@ components:
description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.'
clientState:
type: string
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
nullable: true
creatorId:
type: string
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.'
nullable: true
encryptionCertificate:
type: string
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
nullable: true
encryptionCertificateId:
type: string
description: Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data.
description: Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Required when includeResourceData is true.
nullable: true
expirationDateTime:
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])$'
Expand All @@ -241,17 +241,17 @@ components:
nullable: true
notificationQueryOptions:
type: string
description: 'OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
description: 'OData query options for specifying the value for the targeting resource. Clients receive notifications when the resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
nullable: true
notificationUrl:
type: string
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
description: Required. The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol.
notificationUrlAppId:
type: string
nullable: true
resource:
type: string
description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource.
additionalProperties:
type: object
microsoft.graph.entity:
Expand Down
30 changes: 15 additions & 15 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7841,13 +7841,13 @@ components:
startDateTime:
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: 'UTC time when the first user joined the call. The DatetimeOffset 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.'
description: 'UTC time when the first user joined the call. The DatetimeOffset 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'
format: date-time
type:
$ref: '#/components/schemas/microsoft.graph.callRecords.callType'
version:
type: integer
description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
format: int64
sessions:
type: array
Expand Down Expand Up @@ -7881,7 +7881,7 @@ components:
startDateTime:
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: 'UTC time when the first user joined the session. The DateTimeOffset 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'
description: 'UTC fime when the first user joined the session. The DateTimeOffset 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'
format: date-time
segments:
type: array
Expand Down Expand Up @@ -8130,7 +8130,7 @@ components:
nullable: true
replacesCallId:
type: string
description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added.
description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -8182,7 +8182,7 @@ components:
nullable: true
region:
type: string
description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.'
description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -8348,7 +8348,7 @@ components:
properties:
activity:
type: string
description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.'
description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.'
nullable: true
availability:
type: string
Expand Down Expand Up @@ -8380,7 +8380,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingChatMode'
allowTeamworkReactions:
type: boolean
description: Indicates whether Teams reactions are enabled for the meeting.
description: Indicates if Teams reactions are enabled for the meeting.
nullable: true
alternativeRecording:
type: string
Expand All @@ -8389,7 +8389,7 @@ components:
nullable: true
attendeeReport:
type: string
description: The content stream of the attendee report of a Microsoft Teams live event. Read-only.
description: The content stream of the attendee report of a Teams live event. Read-only.
format: base64url
nullable: true
audioConferencing:
Expand Down Expand Up @@ -8433,7 +8433,7 @@ components:
nullable: true
isBroadcast:
type: boolean
description: Indicates if this is a Teams live event.
description: Indicates whether this is a Teams live event.
nullable: true
isCancelled:
type: boolean
Expand Down Expand Up @@ -8647,7 +8647,7 @@ components:
properties:
messageId:
type: string
description: The unique identifier of a message in a Microsoft Teams channel.
description: The unique identifier for a message in a Microsoft Teams channel.
nullable: true
replyChainMessageId:
type: string
Expand Down Expand Up @@ -8795,13 +8795,13 @@ components:
properties:
observedParticipantId:
type: string
description: The ID of the participant that is under observation. Read-only.
description: The id of the participant that is under observation. Read-only.
nullable: true
onBehalfOf:
$ref: '#/components/schemas/microsoft.graph.identitySet'
sourceParticipantId:
type: string
description: The ID of the participant that triggered the incoming call. Read-only.
description: The id of the participant that triggered the incoming call. Read-only.
nullable: true
transferor:
$ref: '#/components/schemas/microsoft.graph.identitySet'
Expand Down Expand Up @@ -8969,7 +8969,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.modality'
serverMuted:
type: boolean
description: If the media is muted by the server.
description: Indicates whether the media is muted by the server.
sourceId:
type: string
description: The source ID.
Expand Down Expand Up @@ -9269,11 +9269,11 @@ components:
properties:
displayName:
type: string
description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may 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
16 changes: 12 additions & 4 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8955,6 +8955,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.richLongRunningOperation'
description: The collection of long running operations for the site.
pages:
type: array
items:
Expand Down Expand Up @@ -9226,7 +9227,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable. Supports $expand.'
description: 'Members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).'
membersWithLicenseErrors:
type: array
items:
Expand All @@ -9236,7 +9237,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $expand.'
description: 'The owners of the group who can be users or service principals. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).'
permissionGrants:
type: array
items:
Expand Down Expand Up @@ -10183,6 +10184,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.richLongRunningOperation'
description: The collection of long running operations for the list.
subscriptions:
type: array
items:
Expand All @@ -10202,13 +10204,16 @@ components:
maximum: 2147483647
minimum: -2147483648
type: integer
description: A value between 0 and 100 that indicates the progress of the operation.
format: int32
nullable: true
resourceId:
type: string
description: A unique identifier for the result.
nullable: true
type:
type: string
description: Type of the operation.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -11225,11 +11230,11 @@ components:
properties:
displayName:
type: string
description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may 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 Expand Up @@ -18994,6 +18999,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.governanceInsight'
description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem.
instance:
$ref: '#/components/schemas/microsoft.graph.accessReviewInstance'
additionalProperties:
Expand Down Expand Up @@ -23472,6 +23478,7 @@ components:
insightCreatedDateTime:
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: Indicates when the insight was created.
format: date-time
nullable: true
additionalProperties:
Expand Down Expand Up @@ -23523,6 +23530,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting'
description: Optional. Describes the types of insights that aid reviewers to make access review decisions.
recommendationLookBackDuration:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
Expand Down
Loading