From d614f1fadd1d948e01d54491134009f4d0c2b0cd Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 18 Aug 2026 23:11:51 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 234077 --- .../TargetedChatMessageItemRequestBuilder.cs | 6 ++--- .../TargetedMessagesRequestBuilder.cs | 6 ++--- .../Item/RecoveryJobBaseItemRequestBuilder.cs | 6 ++--- .../Recovery/Jobs/JobsRequestBuilder.cs | 7 ++--- .../Item/RecoveryJobItemRequestBuilder.cs | 6 ++--- .../RecoveryJobsRequestBuilder.cs | 6 ++--- .../RecoveryPreviewJobItemRequestBuilder.cs | 6 ++--- .../RecoveryPreviewJobsRequestBuilder.cs | 6 ++--- .../Item/SnapshotItemRequestBuilder.cs | 6 ++--- .../Snapshots/SnapshotsRequestBuilder.cs | 7 ++--- .../AssignSensitivityLabelRequestBuilder.cs | 5 ++-- .../TargetedChatMessageItemRequestBuilder.cs | 6 ++--- .../TargetedMessagesRequestBuilder.cs | 6 ++--- .../DeleteTargetedMessageRequestBuilder.cs | 5 ++-- ...lRetainedTargetedMessagesRequestBuilder.cs | 10 ++++--- .../GetAllTargetedMessagesRequestBuilder.cs | 10 ++++--- ...ccessReviewInstanceDecisionItemResource.cs | 2 +- src/Microsoft.Graph/Generated/Models/Chat.cs | 2 +- .../EntraRecoveryServices/EntityTypeAndIds.cs | 2 +- .../Models/EntraRecoveryServices/Recovery.cs | 4 +-- .../RecoveryChangeObjectBase.cs | 4 +-- .../EntraRecoveryServices/RecoveryJob.cs | 6 ++--- .../EntraRecoveryServices/RecoveryJobBase.cs | 12 ++++----- .../RecoveryJobEntityNameAndIdsFilter.cs | 2 +- .../RecoveryJobEntityNamesFilter.cs | 2 +- .../Models/EntraRecoveryServices/Snapshot.cs | 8 +++--- .../Models/Security/AuditCoreRoot.cs | 2 +- .../Generated/Models/Security/AuditData.cs | 2 +- .../Models/Security/AuditLogQuery.cs | 26 +++++++++---------- .../Models/Security/AuditLogRecord.cs | 22 ++++++++-------- .../Generated/Models/Security/Security.cs | 2 +- .../Generated/Models/TargetedChatMessage.cs | 2 +- .../AuditLog/AuditLogRequestBuilder.cs | 6 ++--- .../Item/AuditLogRecordItemRequestBuilder.cs | 6 ++--- .../Item/Records/RecordsRequestBuilder.cs | 6 ++--- .../TargetedChatMessageItemRequestBuilder.cs | 6 ++--- .../TargetedMessagesRequestBuilder.cs | 6 ++--- .../DeleteTargetedMessageRequestBuilder.cs | 5 ++-- ...lRetainedTargetedMessagesRequestBuilder.cs | 10 ++++--- .../GetAllTargetedMessagesRequestBuilder.cs | 10 ++++--- src/Microsoft.Graph/Generated/kiota-lock.json | 2 +- 41 files changed, 137 insertions(+), 124 deletions(-) diff --git a/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs index b0931931692..988b5a7a514 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public partial class TargetedChatMessageItemRequestBuilderDeleteRequestConfigura { } /// - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedChatMessageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs index a0adf51cfe8..d2551ff6f21 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs @@ -54,7 +54,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap { } /// - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +102,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.TargetedChatMessage.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Chats.Item.TargetedMessages.TargetedMessagesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get targetedMessages from chats + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilder.cs index 209577a97bc..68edd30e5c5 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/Item/RecoveryJobBaseItemRequestBuilder.cs @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action - /// Get jobs from directory + /// Collection of all recovery jobs (both preview and recovery) for the tenant. /// /// A /// Cancellation token to use when cancelling requests @@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get jobs from directory + /// Collection of all recovery jobs (both preview and recovery) for the tenant. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -188,7 +188,7 @@ public partial class RecoveryJobBaseItemRequestBuilderDeleteRequestConfiguration { } /// - /// Get jobs from directory + /// Collection of all recovery jobs (both preview and recovery) for the tenant. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecoveryJobBaseItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/JobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/JobsRequestBuilder.cs index e020546fa0b..bb2fd9cc467 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/JobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Jobs/JobsRequestBuilder.cs @@ -54,7 +54,8 @@ public JobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( { } /// - /// Get jobs from directory + /// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +103,7 @@ public JobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base( return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBase.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get jobs from directory + /// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Jobs.JobsRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get jobs from directory + /// Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class JobsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilder.cs index ede27a14996..eb8d32ae968 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/Item/RecoveryJobItemRequestBuilder.cs @@ -35,7 +35,7 @@ public RecoveryJobItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapt { } /// - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public RecoveryJobItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJob.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecoveryJobItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/RecoveryJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/RecoveryJobsRequestBuilder.cs index b99f3db0260..b5c7e1275c2 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/RecoveryJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryJobs/RecoveryJobsRequestBuilder.cs @@ -54,7 +54,7 @@ public RecoveryJobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public RecoveryJobsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get recoveryJobs from directory + /// Collection of recovery jobs created for this snapshot. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecoveryJobsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/Item/RecoveryPreviewJobItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/Item/RecoveryPreviewJobItemRequestBuilder.cs index d9c483eed46..2a7d43abbd0 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/Item/RecoveryPreviewJobItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/Item/RecoveryPreviewJobItemRequestBuilder.cs @@ -35,7 +35,7 @@ public RecoveryPreviewJobItemRequestBuilder(string rawUrl, IRequestAdapter reque { } /// - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public RecoveryPreviewJobItemRequestBuilder(string rawUrl, IRequestAdapter reque return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJob.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecoveryPreviewJobItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/RecoveryPreviewJobsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/RecoveryPreviewJobsRequestBuilder.cs index 423e9d3e7e2..4fefe134be5 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/RecoveryPreviewJobsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/RecoveryPreviewJobs/RecoveryPreviewJobsRequestBuilder.cs @@ -54,7 +54,7 @@ public RecoveryPreviewJobsRequestBuilder(string rawUrl, IRequestAdapter requestA { } /// - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public RecoveryPreviewJobsRequestBuilder(string rawUrl, IRequestAdapter requestA return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryPreviewJobCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get recoveryPreviewJobs from directory + /// Collection of preview jobs created for this snapshot. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecoveryPreviewJobsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/SnapshotItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/SnapshotItemRequestBuilder.cs index a65c8b2367a..a25d9817513 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/SnapshotItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/Item/SnapshotItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// Get snapshots from directory + /// Collection of backup snapshots available for the tenant. /// /// A /// Cancellation token to use when cancelling requests @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get snapshots from directory + /// Collection of backup snapshots available for the tenant. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public partial class SnapshotItemRequestBuilderDeleteRequestConfiguration : Requ { } /// - /// Get snapshots from directory + /// Collection of backup snapshots available for the tenant. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class SnapshotItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/SnapshotsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/SnapshotsRequestBuilder.cs index 3171927cd64..29df92b36da 100644 --- a/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/SnapshotsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/Recovery/Snapshots/SnapshotsRequestBuilder.cs @@ -54,7 +54,8 @@ public SnapshotsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get snapshots from directory + /// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +103,7 @@ public SnapshotsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EntraRecoveryServices.Snapshot.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get snapshots from directory + /// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DirectoryNamespace.Recovery.Snapshots.SnapshotsRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get snapshots from directory + /// Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class SnapshotsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs index c153b38788a..b5283524226 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs @@ -34,7 +34,8 @@ public AssignSensitivityLabelRequestBuilder(string rawUrl, IRequestAdapter reque { } /// - /// Invoke action assignSensitivityLabel + /// Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -58,7 +59,7 @@ public async Task PostAsync(global::Microsoft.Graph.Drives.Item.Items.Item.Assig await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action assignSensitivityLabel + /// Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs index c1c8c4af325..75d6f2c46f5 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public partial class TargetedChatMessageItemRequestBuilderDeleteRequestConfigura { } /// - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedChatMessageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs index b0a5be1a4a7..faf3046ed10 100644 --- a/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs @@ -54,7 +54,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap { } /// - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +102,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.TargetedChatMessage.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Me.Chats.Item.TargetedMessages.TargetedMessagesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get targetedMessages from me + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs index 3a670956b1a..768d85ee6b0 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs @@ -34,7 +34,8 @@ public DeleteTargetedMessageRequestBuilder(string rawUrl, IRequestAdapter reques { } /// - /// Invoke action deleteTargetedMessage + /// Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -58,7 +59,7 @@ public async Task PostAsync(global::Microsoft.Graph.Me.Teamwork.DeleteTargetedMe await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action deleteTargetedMessage + /// Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs index aa401ae0c2f..5e883d2566a 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs @@ -34,7 +34,8 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt { } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +58,8 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Teamwork.GetAllRetainedTargetedMessages.GetAllRetainedTargetedMessagesGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,7 +83,7 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Teamwork.GetAllRetainedTargetedMessages.GetAllRetainedTargetedMessagesResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class GetAllRetainedTargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs index f16fed612bb..79d125b8f40 100644 --- a/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs @@ -34,7 +34,8 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque { } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +58,8 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Teamwork.GetAllTargetedMessages.GetAllTargetedMessagesGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,7 +83,7 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Teamwork.GetAllTargetedMessages.GetAllTargetedMessagesResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class GetAllTargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Models/AccessReviewInstanceDecisionItemResource.cs b/src/Microsoft.Graph/Generated/Models/AccessReviewInstanceDecisionItemResource.cs index 54c89de795e..5d05d32d6c0 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessReviewInstanceDecisionItemResource.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessReviewInstanceDecisionItemResource.cs @@ -69,7 +69,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy. + /// Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Type diff --git a/src/Microsoft.Graph/Generated/Models/Chat.cs b/src/Microsoft.Graph/Generated/Models/Chat.cs index 20b18bc5830..06bc1ac45a6 100644 --- a/src/Microsoft.Graph/Generated/Models/Chat.cs +++ b/src/Microsoft.Graph/Generated/Models/Chat.cs @@ -176,7 +176,7 @@ public DateTimeOffset? OriginalCreatedDateTime set { BackingStore?.Set("tabs", value); } } #endif - /// The targetedMessages property + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? TargetedMessages diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/EntityTypeAndIds.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/EntityTypeAndIds.cs index 167e536576d..597b79e1ebe 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/EntityTypeAndIds.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/EntityTypeAndIds.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The entityIds property + /// The list of entity IDs for the specified entity type. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? EntityIds diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Recovery.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Recovery.cs index 085b609ed04..de1bcf0bbe6 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Recovery.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Recovery.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class Recovery : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The jobs property + /// Collection of all recovery jobs (both preview and recovery) for the tenant. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Jobs @@ -28,7 +28,7 @@ public partial class Recovery : global::Microsoft.Graph.Models.Entity, IParsable set { BackingStore?.Set("jobs", value); } } #endif - /// The snapshots property + /// Collection of backup snapshots available for the tenant. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Snapshots diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryChangeObjectBase.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryChangeObjectBase.cs index 92cdb806c8d..afbb869d45f 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryChangeObjectBase.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryChangeObjectBase.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class RecoveryChangeObjectBase : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The displayName property + /// The display name of the changed object in its current state, used to uniquely identify the object. Supports $filter (eq, ne, startswith). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName @@ -34,7 +34,7 @@ public string DisplayName get { return BackingStore?.Get("entityTypeName"); } set { BackingStore?.Set("entityTypeName", value); } } - /// The failureMessage property + /// The error message if the change failed to apply. Only populated in getFailedChanges responses. null otherwise. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? FailureMessage diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJob.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJob.cs index 53293feca74..4dbef93bd88 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJob.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJob.cs @@ -12,19 +12,19 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class RecoveryJob : global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobBase, IParsable #pragma warning restore CS1591 { - /// The totalFailedChanges property + /// The count of changes (including both objects and links) that failed to apply during recovery. public int? TotalFailedChanges { get { return BackingStore?.Get("totalFailedChanges"); } set { BackingStore?.Set("totalFailedChanges", value); } } - /// The totalLinksModified property + /// The count of directory object links (relationships) that were successfully modified during recovery. This value may be less than totalChangedLinksCalculated if some link changes failed. public int? TotalLinksModified { get { return BackingStore?.Get("totalLinksModified"); } set { BackingStore?.Set("totalLinksModified", value); } } - /// The totalObjectsModified property + /// The count of directory objects that were successfully modified during recovery. This value may be less than totalChangedObjectsCalculated if some object changes failed. public int? TotalObjectsModified { get { return BackingStore?.Get("totalObjectsModified"); } diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobBase.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobBase.cs index 2bb7ae50f00..7d8d565c8a1 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobBase.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobBase.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class RecoveryJobBase : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The filteringCriteria property + /// Optional filtering criteria used to scope the job to specific entity types or entity IDs. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobFilteringCriteriaBase? FilteringCriteria @@ -28,13 +28,13 @@ public partial class RecoveryJobBase : global::Microsoft.Graph.Models.Entity, IP set { BackingStore?.Set("filteringCriteria", value); } } #endif - /// The jobCompletionDateTime property + /// The date and time when the job completed. Null if the job is still running. public DateTimeOffset? JobCompletionDateTime { get { return BackingStore?.Get("jobCompletionDateTime"); } set { BackingStore?.Set("jobCompletionDateTime", value); } } - /// The jobStartDateTime property + /// The date and time when the job started. public DateTimeOffset? JobStartDateTime { get { return BackingStore?.Get("jobStartDateTime"); } @@ -46,19 +46,19 @@ public DateTimeOffset? JobStartDateTime get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// The targetStateDateTime property + /// The target snapshot timestamp to which the tenant is being restored. Supports $filter (eq, ne). public DateTimeOffset? TargetStateDateTime { get { return BackingStore?.Get("targetStateDateTime"); } set { BackingStore?.Set("targetStateDateTime", value); } } - /// The totalChangedLinksCalculated property + /// The total count of changed directory object links (relationships) calculated by the job. null until the job completes calculation. Not all calculated link changes may be successfully applied; see totalLinksModified on derived types for the count of links that were actually modified. public int? TotalChangedLinksCalculated { get { return BackingStore?.Get("totalChangedLinksCalculated"); } set { BackingStore?.Set("totalChangedLinksCalculated", value); } } - /// The totalChangedObjectsCalculated property + /// The total count of changed directory objects calculated by the job. null until the job completes calculation. Not all calculated object changes may be successfully applied; see totalObjectsModified on derived types for the count of objects that were actually modified. public int? TotalChangedObjectsCalculated { get { return BackingStore?.Get("totalChangedObjectsCalculated"); } diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNameAndIdsFilter.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNameAndIdsFilter.cs index 6f07645e2e1..686de1bf3a7 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNameAndIdsFilter.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNameAndIdsFilter.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class RecoveryJobEntityNameAndIdsFilter : global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobFilteringCriteriaBase, IParsable #pragma warning restore CS1591 { - /// The filterValues property + /// The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? FilterValues diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNamesFilter.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNamesFilter.cs index 059eea9a477..c8cd5d29e37 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNamesFilter.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/RecoveryJobEntityNamesFilter.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class RecoveryJobEntityNamesFilter : global::Microsoft.Graph.Models.EntraRecoveryServices.RecoveryJobFilteringCriteriaBase, IParsable #pragma warning restore CS1591 { - /// The entityTypes property + /// The list of entity types to include in the recovery job. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? EntityTypes diff --git a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Snapshot.cs b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Snapshot.cs index bd94820ba43..6afb35b21a7 100644 --- a/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Snapshot.cs +++ b/src/Microsoft.Graph/Generated/Models/EntraRecoveryServices/Snapshot.cs @@ -12,13 +12,13 @@ namespace Microsoft.Graph.Models.EntraRecoveryServices public partial class Snapshot : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The createdDateTime property + /// The date and time when the snapshot was created. public DateTimeOffset? CreatedDateTime { get { return BackingStore?.Get("createdDateTime"); } set { BackingStore?.Set("createdDateTime", value); } } - /// The recoveryJobs property + /// Collection of recovery jobs created for this snapshot. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? RecoveryJobs @@ -34,7 +34,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("recoveryJobs", value); } } #endif - /// The recoveryPreviewJobs property + /// Collection of preview jobs created for this snapshot. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? RecoveryPreviewJobs @@ -50,7 +50,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("recoveryPreviewJobs", value); } } #endif - /// The totalChangedObjects property + /// The total number of changed objects identified in this snapshot. public int? TotalChangedObjects { get { return BackingStore?.Get("totalChangedObjects"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs index 197f06c05ff..5c7596a4eb3 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditCoreRoot.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Models.Security [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AuditCoreRoot : global::Microsoft.Graph.Models.Entity, IParsable { - /// The queries property + /// The collection of audit log queries. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Queries diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs index fb079e65371..e564c4b3da6 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditData.cs @@ -22,7 +22,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The dynamicProperties property + /// An open-type dictionary that contains dynamic audit event properties as name-value pairs. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.Security.AuditRecordTypeDictionary? DynamicProperties diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs index f283c266936..a925b8c9ba7 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogQuery.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Models.Security [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AuditLogQuery : global::Microsoft.Graph.Models.Entity, IParsable { - /// The administrative units tagged to an audit log record. + /// The collection of administrative unit IDs to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AdministrativeUnitIdFilters @@ -29,7 +29,7 @@ public List AdministrativeUnitIdFilters set { BackingStore?.Set("administrativeUnitIdFilters", value); } } #endif - /// The display name of the saved audit log query. + /// The display name of the audit log query. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName @@ -45,19 +45,19 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The end date of the date range in the query. + /// The end date and time of the audit log query filter. public DateTimeOffset? FilterEndDateTime { get { return BackingStore?.Get("filterEndDateTime"); } set { BackingStore?.Set("filterEndDateTime", value); } } - /// The start date of the date range in the query. + /// The start date and time of the audit log query filter. public DateTimeOffset? FilterStartDateTime { get { return BackingStore?.Get("filterStartDateTime"); } set { BackingStore?.Set("filterStartDateTime", value); } } - /// The IP address of the device that was used when the activity was logged. + /// The collection of IP addresses to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? IpAddressFilters @@ -73,7 +73,7 @@ public List IpAddressFilters set { BackingStore?.Set("ipAddressFilters", value); } } #endif - /// Free text field to search non-indexed properties of the audit log. + /// The keyword to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? KeywordFilter @@ -89,7 +89,7 @@ public string KeywordFilter set { BackingStore?.Set("keywordFilter", value); } } #endif - /// For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. + /// The collection of object IDs to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ObjectIdFilters @@ -105,7 +105,7 @@ public List ObjectIdFilters set { BackingStore?.Set("objectIdFilters", value); } } #endif - /// The name of the user or admin activity. For a description of the most common operations/activities, see Search the audit log in the Office 365 Protection Center. + /// The collection of operations to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? OperationFilters @@ -121,7 +121,7 @@ public List OperationFilters set { BackingStore?.Set("operationFilters", value); } } #endif - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Records @@ -137,7 +137,7 @@ public List OperationFilters set { BackingStore?.Set("records", value); } } #endif - /// The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + /// The collection of record types to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? RecordTypeFilters @@ -153,7 +153,7 @@ public List OperationFilters set { BackingStore?.Set("recordTypeFilters", value); } } #endif - /// The serviceFilters property + /// The collection of services to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ServiceFilters @@ -169,13 +169,13 @@ public List ServiceFilters set { BackingStore?.Set("serviceFilters", value); } } #endif - /// Describes the current status of the query. The possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. + /// The status of the audit log query. Possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. public global::Microsoft.Graph.Models.Security.AuditLogQueryStatus? Status { get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// The UPN (user principal name) of the user who performed the action (specified in the operation property) that resulted in the record being logged; for example, myname@mydomain_name. + /// The collection of user principal names to filter on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? UserPrincipalNameFilters diff --git a/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs index 29af8dcd3bd..e36da708e74 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AuditLogRecord.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Models.Security [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AuditLogRecord : global::Microsoft.Graph.Models.Entity, IParsable { - /// The administrative units tagged to an audit log record. + /// The collection of administrative units associated with the record. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AdministrativeUnits @@ -29,7 +29,7 @@ public List AdministrativeUnits set { BackingStore?.Set("administrativeUnits", value); } } #endif - /// A JSON object that contains the actual audit log data. + /// The audit data associated with the record. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.Security.AuditData? AuditData @@ -45,13 +45,13 @@ public List AdministrativeUnits set { BackingStore?.Set("auditData", value); } } #endif - /// The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + /// The type of the audit log record. public global::Microsoft.Graph.Models.Security.AuditLogRecordType? AuditLogRecordType { get { return BackingStore?.Get("auditLogRecordType"); } set { BackingStore?.Set("auditLogRecordType", value); } } - /// The IP address of the device used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. + /// The IP address of the client that performed the activity. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ClientIp @@ -67,13 +67,13 @@ public string ClientIp set { BackingStore?.Set("clientIp", value); } } #endif - /// The date and time in UTC when the user performed the activity. + /// The date and time when the activity was performed. public DateTimeOffset? CreatedDateTime { get { return BackingStore?.Get("createdDateTime"); } set { BackingStore?.Set("createdDateTime", value); } } - /// For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. + /// The identifier of the object that was affected by the activity. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ObjectId @@ -89,7 +89,7 @@ public string ObjectId set { BackingStore?.Set("objectId", value); } } #endif - /// The name of the user or admin activity. + /// The name of the activity that was performed. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Operation @@ -105,7 +105,7 @@ public string Operation set { BackingStore?.Set("operation", value); } } #endif - /// The GUID for your organization. + /// The GUID of the organization's Microsoft 365 tenant. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? OrganizationId @@ -137,7 +137,7 @@ public string Service set { BackingStore?.Set("service", value); } } #endif - /// The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT/system or NT AUTHORITY/SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. It indicates that the 'user' who performed the activity was an application with the necessary permissions in SharePoint to perform organization-wide actions (such as searching a SharePoint site or OneDrive account) on behalf of a user, admin, or service. + /// The identifier of the user, system account, service, or application that performed the activity. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? UserId @@ -153,7 +153,7 @@ public string UserId set { BackingStore?.Set("userId", value); } } #endif - /// UPN of the user who performed the action. + /// The user principal name of the user who performed the activity. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? UserPrincipalName @@ -169,7 +169,7 @@ public string UserPrincipalName set { BackingStore?.Set("userPrincipalName", value); } } #endif - /// The type of user that performed the operation. The possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. + /// The type of user who performed the activity. Possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. public global::Microsoft.Graph.Models.Security.AuditLogUserType? UserType { get { return BackingStore?.Get("userType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/Security.cs b/src/Microsoft.Graph/Generated/Models/Security/Security.cs index 2f0ca7125cd..2a8c3253ef1 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/Security.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/Security.cs @@ -61,7 +61,7 @@ public partial class Security : global::Microsoft.Graph.Models.Entity, IParsable set { BackingStore?.Set("attackSimulation", value); } } #endif - /// The auditLog property + /// The entry point for the audit log query API. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.Security.AuditCoreRoot? AuditLog diff --git a/src/Microsoft.Graph/Generated/Models/TargetedChatMessage.cs b/src/Microsoft.Graph/Generated/Models/TargetedChatMessage.cs index c66597d9564..3b67d8ac95d 100644 --- a/src/Microsoft.Graph/Generated/Models/TargetedChatMessage.cs +++ b/src/Microsoft.Graph/Generated/Models/TargetedChatMessage.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class TargetedChatMessage : global::Microsoft.Graph.Models.ChatMessage, IParsable #pragma warning restore CS1591 { - /// The recipient property + /// The intended recipient of the targeted message. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.Identity? Recipient diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs index 21205f49b6d..d0c8f37889c 100644 --- a/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/AuditLogRequestBuilder.cs @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action - /// Get auditLog from security + /// The entry point for the audit log query API. /// /// A /// Cancellation token to use when cancelling requests @@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get auditLog from security + /// The entry point for the audit log query API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -188,7 +188,7 @@ public partial class AuditLogRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Get auditLog from security + /// The entry point for the audit log query API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AuditLogRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs index 4d325292fe8..7c92ef35ae2 100644 --- a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/Item/AuditLogRecordItemRequestBuilder.cs @@ -35,7 +35,7 @@ public AuditLogRecordItemRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public AuditLogRecordItemRequestBuilder(string rawUrl, IRequestAdapter requestAd return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogRecord.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AuditLogRecordItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs index e35434a7dbd..2eba1b0e198 100644 --- a/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/AuditLog/Queries/Item/Records/RecordsRequestBuilder.cs @@ -54,7 +54,7 @@ public RecordsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba { } /// - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public RecordsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Security.AuditLogRecordCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// An individual audit log record. + /// The collection of audit log records retrieved by the query. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RecordsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs index 456e72698d3..3c02a30e836 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/Item/TargetedChatMessageItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -136,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public partial class TargetedChatMessageItemRequestBuilderDeleteRequestConfigura { } /// - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedChatMessageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs index 3ada77d2bb3..cec1ed6ea67 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/TargetedMessages/TargetedMessagesRequestBuilder.cs @@ -54,7 +54,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap { } /// - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +102,7 @@ public TargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdap return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.TargetedChatMessage.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Users.Item.Chats.Item.TargetedMessages.TargetedMessagesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get targetedMessages from users + /// A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class TargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs index 30f12a90c22..d988bf01bee 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/DeleteTargetedMessage/DeleteTargetedMessageRequestBuilder.cs @@ -34,7 +34,8 @@ public DeleteTargetedMessageRequestBuilder(string rawUrl, IRequestAdapter reques { } /// - /// Invoke action deleteTargetedMessage + /// Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -58,7 +59,7 @@ public async Task PostAsync(global::Microsoft.Graph.Users.Item.Teamwork.DeleteTa await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action deleteTargetedMessage + /// Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs index ca544952287..c2aefe2aa2f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllRetainedTargetedMessages/GetAllRetainedTargetedMessagesRequestBuilder.cs @@ -34,7 +34,8 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt { } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +58,8 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Teamwork.GetAllRetainedTargetedMessages.GetAllRetainedTargetedMessagesGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,7 +83,7 @@ public GetAllRetainedTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Teamwork.GetAllRetainedTargetedMessages.GetAllRetainedTargetedMessagesResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Invoke function getAllRetainedTargetedMessages + /// Get all retained targeted messages sent to a specific user in group chats and channels. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class GetAllRetainedTargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs index 715f43e24cd..16e2835605c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Teamwork/GetAllTargetedMessages/GetAllTargetedMessagesRequestBuilder.cs @@ -34,7 +34,8 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque { } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +58,8 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Teamwork.GetAllTargetedMessages.GetAllTargetedMessagesGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,7 +83,7 @@ public GetAllTargetedMessagesRequestBuilder(string rawUrl, IRequestAdapter reque return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Teamwork.GetAllTargetedMessages.GetAllTargetedMessagesResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Invoke function getAllTargetedMessages + /// Get all targeted messages sent to a specific user in group chats and channels. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class GetAllTargetedMessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index f7fda328bc0..e3ba190aa4d 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "6D59E5EB3CFD334024257C0E2275BAC9A1DA8F22C8713A357048978F72EBAFD65D4A323899D061B72926D548E823625E37717C7FD8F159AB5AC40D7A1910858D", + "descriptionHash": "BAF9EE89A7C81C8AA3FABF330887AA26A0111C85E47937430F088CAB7D67DD8988C76812B7F02CF40F03E90CAD20988CE88AA347E5211220E213048EC403445C", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.34.1",