diff --git a/CHANGELOG.md b/CHANGELOG.md index ac636378e38..604313ae06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [5.54.0] - 2024-05-23 + +- Latest metadata updates from 21st May 2024. ## [5.53.0] - 2024-05-16 diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index d782e0692c3..51275db37a0 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -56,8 +56,8 @@ public async Task DeleteAsync(Action - /// Retrieve a conversationMember from a chat. - /// Find more info here + /// Retrieve a conversationMember from a chat or channel. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -124,7 +124,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve a conversationMember from a chat. + /// Retrieve a conversationMember from a chat or channel. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -181,7 +181,7 @@ public class ConversationMemberItemRequestBuilderDeleteRequestConfiguration : Re { } /// - /// Retrieve a conversationMember from a chat. + /// Retrieve a conversationMember from a chat or channel. /// public class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs index 623d235a54e..f4392016c64 100644 --- a/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs @@ -32,7 +32,7 @@ public AttendeeReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte { } /// - /// Delete attendeeReport for the navigation property onlineMeetings in communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action - /// Get attendeeReport for the navigation property onlineMeetings from communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public async Task GetAsync(Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update attendeeReport for the navigation property onlineMeetings in communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body @@ -102,7 +102,7 @@ public async Task PutAsync(Stream body, Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete attendeeReport for the navigation property onlineMeetings in communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get attendeeReport for the navigation property onlineMeetings from communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -140,7 +140,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update attendeeReport for the navigation property onlineMeetings in communications + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs index c1cdff80ad1..5201ac17adf 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs @@ -124,7 +124,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Read properties and relationships of the deviceAppManagement object. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -148,7 +148,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Update the properties of a deviceAppManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 8b44065f8eb..a76478c53f3 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -61,8 +61,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedAppPolicy object. - /// Find more info here + /// Read properties and relationships of the managedAppConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -129,7 +129,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedAppPolicy object. + /// Read properties and relationships of the managedAppConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -186,7 +186,7 @@ public class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration : Requ { } /// - /// Read properties and relationships of the managedAppPolicy object. + /// Read properties and relationships of the managedAppConfiguration object. /// public class ManagedAppPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 356dd65e447..0966122a3c5 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -33,7 +33,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs index bc74c60d665..d7384e5f608 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs @@ -52,8 +52,8 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// List properties and relationships of the managedAppConfiguration objects. - /// Find more info here + /// List properties and relationships of the managedAppProtection objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -101,7 +101,7 @@ public async Task PostAsync(ManagedAppPolicy body, Action(requestInfo, ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedAppConfiguration objects. + /// List properties and relationships of the managedAppProtection objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -151,7 +151,7 @@ public ManagedAppPoliciesRequestBuilder WithUrl(string rawUrl) return new ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedAppConfiguration objects. + /// List properties and relationships of the managedAppProtection objects. /// public class ManagedAppPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 2e0797480fb..d793bbfb673 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -33,7 +33,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index d42d55406e8..3b5c0074b14 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -33,7 +33,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs index 88e6d41f4ef..9be32ff8d5a 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs @@ -55,8 +55,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedAppStatus object. - /// Find more info here + /// Read properties and relationships of the managedAppStatusRaw object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -123,7 +123,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -180,7 +180,7 @@ public class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguration : Requ { } /// - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// public class ManagedAppStatusItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs index 54a5671437d..bb2639f20f2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs @@ -33,8 +33,8 @@ public ManagedEBookAssignmentItemRequestBuilder(string rawUrl, IRequestAdapter r { } /// - /// Deletes a managedEBookAssignment. - /// Find more info here + /// Deletes a iosVppEBookAssignment. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -56,8 +56,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the iosVppEBookAssignment object. - /// Find more info here + /// Read properties and relationships of the managedEBookAssignment object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -80,8 +80,8 @@ public async Task GetAsync(Action(requestInfo, ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a managedEBookAssignment object. - /// Find more info here + /// Update the properties of a iosVppEBookAssignment object. + /// Find more info here /// /// A /// The request body @@ -106,7 +106,7 @@ public async Task PatchAsync(ManagedEBookAssignment body return await RequestAdapter.SendAsync(requestInfo, ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a managedEBookAssignment. + /// Deletes a iosVppEBookAssignment. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the iosVppEBookAssignment object. + /// Read properties and relationships of the managedEBookAssignment object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -144,7 +144,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a managedEBookAssignment object. + /// Update the properties of a iosVppEBookAssignment object. /// /// A /// The request body @@ -182,7 +182,7 @@ public class ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration { } /// - /// Read properties and relationships of the iosVppEBookAssignment object. + /// Read properties and relationships of the managedEBookAssignment object. /// public class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs index 25bb18816e5..f37cfdc2b57 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs @@ -52,8 +52,8 @@ public ManagedEBooksRequestBuilder(string rawUrl, IRequestAdapter requestAdapter { } /// - /// List properties and relationships of the iosVppEBook objects. - /// Find more info here + /// List properties and relationships of the managedEBook objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -102,7 +102,7 @@ public async Task PostAsync(ManagedEBook body, Action(requestInfo, ManagedEBook.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the iosVppEBook objects. + /// List properties and relationships of the managedEBook objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public ManagedEBooksRequestBuilder WithUrl(string rawUrl) return new ManagedEBooksRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the iosVppEBook objects. + /// List properties and relationships of the managedEBook objects. /// public class ManagedEBooksRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs index d276739aa49..2b740582477 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs @@ -92,8 +92,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the iosMobileAppConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -161,7 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -218,7 +218,7 @@ public class ManagedDeviceMobileAppConfigurationItemRequestBuilderDeleteRequestC { } /// - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// public class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs index ea88415968a..11906b6b911 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs @@ -147,8 +147,8 @@ public MobileAppItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter { } /// - /// Deletes a iosVppApp. - /// Find more info here + /// Deletes a windowsMicrosoftEdgeApp. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -170,8 +170,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windowsAppX object. - /// Find more info here + /// Read properties and relationships of the macOSOfficeSuiteApp object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -194,8 +194,8 @@ public async Task GetAsync(Action(requestInfo, MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a webApp object. - /// Find more info here + /// Update the properties of a iosStoreApp object. + /// Find more info here /// /// A /// The request body @@ -220,7 +220,7 @@ public async Task PatchAsync(MobileApp body, Action(requestInfo, MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a iosVppApp. + /// Deletes a windowsMicrosoftEdgeApp. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -239,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windowsAppX object. + /// Read properties and relationships of the macOSOfficeSuiteApp object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -258,7 +258,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a webApp object. + /// Update the properties of a iosStoreApp object. /// /// A /// The request body @@ -296,7 +296,7 @@ public class MobileAppItemRequestBuilderDeleteRequestConfiguration : RequestConf { } /// - /// Read properties and relationships of the windowsAppX object. + /// Read properties and relationships of the macOSOfficeSuiteApp object. /// public class MobileAppItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs index b69a447f598..b42a365e3de 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs @@ -148,8 +148,8 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// List properties and relationships of the androidStoreApp objects. - /// Find more info here + /// List properties and relationships of the windowsMobileMSI objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -172,8 +172,8 @@ public async Task GetAsync(Action(requestInfo, MobileAppCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new windowsWebApp object. - /// Find more info here + /// Create a new macOSOfficeSuiteApp object. + /// Find more info here /// /// A /// The request body @@ -198,7 +198,7 @@ public async Task PostAsync(MobileApp body, Action(requestInfo, MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the androidStoreApp objects. + /// List properties and relationships of the windowsMobileMSI objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -217,7 +217,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windowsWebApp object. + /// Create a new macOSOfficeSuiteApp object. /// /// A /// The request body @@ -248,7 +248,7 @@ public MobileAppsRequestBuilder WithUrl(string rawUrl) return new MobileAppsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the androidStoreApp objects. + /// List properties and relationships of the windowsMobileMSI objects. /// public class MobileAppsRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs index 1f3078d7972..3def24bca8f 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs @@ -52,8 +52,8 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req { } /// - /// List properties and relationships of the windows81CompliancePolicy objects. - /// Find more info here + /// List properties and relationships of the macOSCompliancePolicy objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -76,8 +76,8 @@ public async Task GetAsync(Action(requestInfo, DeviceCompliancePolicyCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new windows10CompliancePolicy object. - /// Find more info here + /// Create a new windows10MobileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -102,7 +102,7 @@ public async Task PostAsync(DeviceCompliancePolicy body, return await RequestAdapter.SendAsync(requestInfo, DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windows81CompliancePolicy objects. + /// List properties and relationships of the macOSCompliancePolicy objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -121,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windows10CompliancePolicy object. + /// Create a new windows10MobileCompliancePolicy object. /// /// A /// The request body @@ -152,7 +152,7 @@ public DeviceCompliancePoliciesRequestBuilder WithUrl(string rawUrl) return new DeviceCompliancePoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windows81CompliancePolicy objects. + /// List properties and relationships of the macOSCompliancePolicy objects. /// public class DeviceCompliancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs index f1f8f9c1c71..c54fbe107c7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs @@ -110,8 +110,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the androidCompliancePolicy object. - /// Find more info here + /// Read properties and relationships of the windows81CompliancePolicy object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -134,8 +134,8 @@ public async Task GetAsync(Action(requestInfo, DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a windowsPhone81CompliancePolicy object. - /// Find more info here + /// Update the properties of a androidWorkProfileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -179,7 +179,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the androidCompliancePolicy object. + /// Read properties and relationships of the windows81CompliancePolicy object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -198,7 +198,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a windowsPhone81CompliancePolicy object. + /// Update the properties of a androidWorkProfileCompliancePolicy object. /// /// A /// The request body @@ -236,7 +236,7 @@ public class DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration { } /// - /// Read properties and relationships of the androidCompliancePolicy object. + /// Read properties and relationships of the windows81CompliancePolicy object. /// public class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs index bd93d1a139b..31a73f76dc2 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs @@ -52,8 +52,8 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request { } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. - /// Find more info here + /// List properties and relationships of the macOSGeneralDeviceConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -76,8 +76,8 @@ public async Task GetAsync(Action(requestInfo, DeviceConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new androidCustomConfiguration object. - /// Find more info here + /// Create a new windows10CustomConfiguration object. + /// Find more info here /// /// A /// The request body @@ -102,7 +102,7 @@ public async Task PostAsync(DeviceConfiguration body, Actio return await RequestAdapter.SendAsync(requestInfo, DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. + /// List properties and relationships of the macOSGeneralDeviceConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -121,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new androidCustomConfiguration object. + /// Create a new windows10CustomConfiguration object. /// /// A /// The request body @@ -152,7 +152,7 @@ public DeviceConfigurationsRequestBuilder WithUrl(string rawUrl) return new DeviceConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. + /// List properties and relationships of the macOSGeneralDeviceConfiguration objects. /// public class DeviceConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs index ea8827cf30d..0be4f1c2d30 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs @@ -76,8 +76,8 @@ public DeviceConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// Deletes a macOSGeneralDeviceConfiguration. - /// Find more info here + /// Deletes a iosDeviceFeaturesConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -99,8 +99,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windows10SecureAssessmentConfiguration object. - /// Find more info here + /// Read properties and relationships of the androidCustomConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -133,8 +133,8 @@ public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder GetOm return new GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(PathParameters, RequestAdapter, secretReferenceValueId); } /// - /// Update the properties of a windows10TeamGeneralConfiguration object. - /// Find more info here + /// Update the properties of a androidWorkProfileCustomConfiguration object. + /// Find more info here /// /// A /// The request body @@ -159,7 +159,7 @@ public async Task PatchAsync(DeviceConfiguration body, Acti return await RequestAdapter.SendAsync(requestInfo, DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a macOSGeneralDeviceConfiguration. + /// Deletes a iosDeviceFeaturesConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -178,7 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windows10SecureAssessmentConfiguration object. + /// Read properties and relationships of the androidCustomConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -197,7 +197,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a windows10TeamGeneralConfiguration object. + /// Update the properties of a androidWorkProfileCustomConfiguration object. /// /// A /// The request body @@ -235,7 +235,7 @@ public class DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration : R { } /// - /// Read properties and relationships of the windows10SecureAssessmentConfiguration object. + /// Read properties and relationships of the androidCustomConfiguration object. /// public class DeviceConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs index 38c9a177dd5..6bd5543213e 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs @@ -76,8 +76,8 @@ public async Task GetAsync(Acti return await RequestAdapter.SendAsync(requestInfo, DeviceEnrollmentConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. - /// Find more info here + /// Create a new deviceEnrollmentLimitConfiguration object. + /// Find more info here /// /// A /// The request body @@ -121,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Create a new deviceEnrollmentLimitConfiguration object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs index d9672a47a18..32992b34b05 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs @@ -51,8 +51,8 @@ public DeviceEnrollmentConfigurationItemRequestBuilder(string rawUrl, IRequestAd { } /// - /// Deletes a deviceEnrollmentLimitConfiguration. - /// Find more info here + /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -124,7 +124,7 @@ public async Task PatchAsync(DeviceEnrollmentConf return await RequestAdapter.SendAsync(requestInfo, DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a deviceEnrollmentLimitConfiguration. + /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs index 8f1fc478bea..8e31cbcce01 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs @@ -390,7 +390,7 @@ public DeviceManagementRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Read properties and relationships of the deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -424,7 +424,7 @@ public GetEffectivePermissionsWithScopeRequestBuilder GetEffectivePermissionsWit } /// /// Update the properties of a deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs index a4f7086d326..1db9a39d152 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs @@ -39,8 +39,8 @@ public RoleDefinitionItemRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// Deletes a deviceAndAppManagementRoleDefinition. - /// Find more info here + /// Deletes a roleDefinition. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -62,8 +62,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the roleDefinition object. - /// Find more info here + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -86,8 +86,8 @@ public async Task DeleteAsync(Action(requestInfo, Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a roleDefinition object. - /// Find more info here + /// Update the properties of a deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// The request body @@ -112,7 +112,7 @@ public async Task DeleteAsync(Action(requestInfo, Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a deviceAndAppManagementRoleDefinition. + /// Deletes a roleDefinition. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the roleDefinition object. + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -150,7 +150,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a roleDefinition object. + /// Update the properties of a deviceAndAppManagementRoleDefinition object. /// /// A /// The request body @@ -188,7 +188,7 @@ public class RoleDefinitionItemRequestBuilderDeleteRequestConfiguration : Reques { } /// - /// Read properties and relationships of the roleDefinition object. + /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. /// public class RoleDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs index c7dab6deb60..8c05ed13952 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs @@ -79,8 +79,8 @@ public async Task GetAsync(Action(requestInfo, ItemRetentionLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. - /// Find more info here + /// Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + /// Find more info here /// /// A /// The request body @@ -143,7 +143,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. + /// Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs index ef6733417d6..714e068272d 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -33,8 +33,8 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. - /// Find more info here + /// Retrieve the properties and relationships of range object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +57,7 @@ public async Task GetAsync(Action(requestInfo, WorkbookRange.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + /// Retrieve the properties and relationships of range object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs index 85c125364ee..8c68d776ffa 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs @@ -33,8 +33,8 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r { } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. - /// Find more info here + /// Use this API to create a new Table. + /// Find more info here /// /// A /// The request body @@ -59,7 +59,7 @@ public async Task PostAsync(AddPostRequestBody body, Action(requestInfo, WorkbookTable.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Use this API to create a new Table. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs index 8cbd0f91bdd..f5bf7e5fe8c 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -33,8 +33,8 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. - /// Find more info here + /// Retrieve the properties and relationships of range object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +57,7 @@ public async Task GetAsync(Action(requestInfo, WorkbookRange.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + /// Retrieve the properties and relationships of range object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs index 1a5e1406e39..fc622885c88 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs @@ -33,8 +33,8 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r { } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. - /// Find more info here + /// Use this API to create a new Table. + /// Find more info here /// /// A /// The request body @@ -59,7 +59,7 @@ public async Task PostAsync(AddPostRequestBody body, Action(requestInfo, WorkbookTable.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Use this API to create a new Table. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index 10985c92dc1..389a9c6dea8 100644 --- a/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -33,7 +33,8 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas { } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -56,7 +57,7 @@ public async Task PostAsync(Action(requestInfo, EducationSubmission.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index 87d7203db88..7586d4252ef 100644 --- a/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -33,7 +33,8 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas { } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -56,7 +57,7 @@ public async Task PostAsync(Action(requestInfo, EducationSubmission.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs index ac6269b1fff..d9015d7cf56 100644 --- a/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.cs @@ -33,7 +33,8 @@ public ExcuseRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas { } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -56,7 +57,7 @@ public async Task PostAsync(Action(requestInfo, EducationSubmission.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action excuse + /// Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs index 562b371cbd0..de4b094cdd4 100644 --- a/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs @@ -92,8 +92,8 @@ public async Task GetAsync(Action(requestInfo, ExternalItem.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of an externalItem object. - /// Find more info here + /// Create a new externalItem object. + /// Find more info here /// /// A /// The request body @@ -156,7 +156,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of an externalItem object. + /// Create a new externalItem object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs index 1802f194a2a..70470c8e2a8 100644 --- a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs @@ -100,8 +100,8 @@ public async Task GetAsync(Action(requestInfo, GroupCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. - /// Find more info here + /// Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + /// Find more info here /// /// A /// The request body @@ -145,7 +145,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + /// Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs index 805b9264343..79be7e47fc9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs @@ -40,7 +40,7 @@ public ConversationItemRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Delete conversation. - /// Find more info here + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index 9af1ce02acd..0a17dcdeb08 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -32,8 +32,8 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -57,7 +57,7 @@ public async Task PostAsync(ReplyPostRequestBody body, Action - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs index dfd51fc8551..433b4054071 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs @@ -68,8 +68,8 @@ public async Task DeleteAsync(Action - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. - /// Find more info here + /// Get a thread object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -137,7 +137,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + /// Get a thread object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -194,7 +194,7 @@ public class ConversationThreadItemRequestBuilderDeleteRequestConfiguration : Re { } /// - /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + /// Get a thread object. /// public class ConversationThreadItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index c4a6ce25097..b5a61ebf0f2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -32,8 +32,8 @@ public ReplyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -57,7 +57,7 @@ public async Task PostAsync(ReplyPostRequestBody body, Action - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs index 778d1da998b..17977688384 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs @@ -33,8 +33,8 @@ public NamedLocationItemRequestBuilder(string rawUrl, IRequestAdapter requestAda { } /// - /// Delete an ipNamedLocation object. - /// Find more info here + /// Delete a countryNamedLocation object. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -106,7 +106,7 @@ public async Task PatchAsync(NamedLocation body, Action(requestInfo, NamedLocation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete an ipNamedLocation object. + /// Delete a countryNamedLocation object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs index 31126146897..3a1828baa37 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs @@ -80,8 +80,8 @@ public async Task GetAsync(Action(requestInfo, CustomCalloutExtension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. - /// Find more info here + /// Update the properties of an accessPackageAssignmentWorkflowExtension object. + /// Find more info here /// /// A /// The request body @@ -144,7 +144,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + /// Update the properties of an accessPackageAssignmentWorkflowExtension object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs index ab01f62984c..50039520d17 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs @@ -74,8 +74,8 @@ public async Task DeleteAsync(Action - /// Retrieve all files related to an agreement. This includes the default file and all localized files. - /// Find more info here + /// Retrieve the properties and relationships of an agreement object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,7 +143,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve all files related to an agreement. This includes the default file and all localized files. + /// Retrieve the properties and relationships of an agreement object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -200,7 +200,7 @@ public class AgreementItemRequestBuilderDeleteRequestConfiguration : RequestConf { } /// - /// Retrieve all files related to an agreement. This includes the default file and all localized files. + /// Retrieve the properties and relationships of an agreement object. /// public class AgreementItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs index 8ee304c9abd..81bace3aa00 100644 --- a/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs @@ -52,8 +52,8 @@ public HistoryRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba { } /// - /// Get the riskyUserHistoryItems from the history navigation property. - /// Find more info here + /// Read the properties and relationships of a riskyUserHistoryItem object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -101,7 +101,7 @@ public async Task PostAsync(RiskyUserHistoryItem body, Act return await RequestAdapter.SendAsync(requestInfo, RiskyUserHistoryItem.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get the riskyUserHistoryItems from the history navigation property. + /// Read the properties and relationships of a riskyUserHistoryItem object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -151,7 +151,7 @@ public HistoryRequestBuilder WithUrl(string rawUrl) return new HistoryRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get the riskyUserHistoryItems from the history navigation property. + /// Read the properties and relationships of a riskyUserHistoryItem object. /// public class HistoryRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs index 18e31bbcd5e..6d48a88a053 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/EventsRequestBuilder.cs @@ -82,8 +82,8 @@ public async Task GetAsync(Action(requestInfo, EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. - /// Find more info here + /// Create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because thestart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: + /// Find more info here /// /// A /// The request body @@ -127,7 +127,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. + /// Create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because thestart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipmentlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejectsthe meeting request based on the free/busy schedule of the resource.If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource: /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 4f33681b386..700267b1419 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -82,8 +82,8 @@ public async Task GetAsync(Action(requestInfo, AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// /// A /// The request body @@ -127,7 +127,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index 2554124e85b..14869eb7058 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -82,8 +82,8 @@ public async Task GetAsync(Action(requestInfo, AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. + /// Find more info here /// /// A /// The request body @@ -127,7 +127,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs index 20f5cabfd96..6272f66b2d6 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs @@ -105,8 +105,8 @@ public MessageItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. - /// Find more info here + /// Delete eventMessage. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -128,8 +128,8 @@ public async Task DeleteAsync(Action - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. - /// Find more info here + /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -178,7 +178,7 @@ public async Task DeleteAsync(Action(requestInfo, Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. + /// Delete eventMessage. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -197,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -254,7 +254,7 @@ public class MessageItemRequestBuilderDeleteRequestConfiguration : RequestConfig { } /// - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. /// public class MessageItemRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs index a94f4724552..9c5aec4a832 100644 --- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs @@ -32,7 +32,7 @@ public AttendeeReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte { } /// - /// Delete attendeeReport for the navigation property onlineMeetings in me + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -78,7 +78,7 @@ public async Task GetAsync(Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update attendeeReport for the navigation property onlineMeetings in me + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body @@ -103,7 +103,7 @@ public async Task PutAsync(Stream body, Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete attendeeReport for the navigation property onlineMeetings in me + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -141,7 +141,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update attendeeReport for the navigation property onlineMeetings in me + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageAnswerChoice.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageAnswerChoice.cs index 27b950bb249..53bb09ec825 100644 --- a/src/Microsoft.Graph/Generated/Models/AccessPackageAnswerChoice.cs +++ b/src/Microsoft.Graph/Generated/Models/AccessPackageAnswerChoice.cs @@ -67,7 +67,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The text property + /// The string to display for this answer; if an Accept-Language header is provided, and there is a matching localization in localizations, this string will be the matching localized string; otherwise, this string remains as the default non-localized string. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Text diff --git a/src/Microsoft.Graph/Generated/Models/AddIn.cs b/src/Microsoft.Graph/Generated/Models/AddIn.cs index a18a7dab87b..a977febbe50 100644 --- a/src/Microsoft.Graph/Generated/Models/AddIn.cs +++ b/src/Microsoft.Graph/Generated/Models/AddIn.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The id property + /// The unique identifier for the addIn object. public Guid? Id { get { return BackingStore?.Get("id"); } @@ -41,7 +41,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The properties property + /// The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Properties @@ -57,7 +57,7 @@ public List Properties set { BackingStore?.Set("properties", value); } } #endif - /// The type property + /// The unique name for the functionality exposed by the app. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Type diff --git a/src/Microsoft.Graph/Generated/Models/AttributeDefinition.cs b/src/Microsoft.Graph/Generated/Models/AttributeDefinition.cs index dcec833befd..598d723b20f 100644 --- a/src/Microsoft.Graph/Generated/Models/AttributeDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/AttributeDefinition.cs @@ -47,7 +47,7 @@ public bool? CaseExact get { return BackingStore?.Get("caseExact"); } set { BackingStore?.Set("caseExact", value); } } - /// The defaultValue property + /// The default value of the attribute. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DefaultValue diff --git a/src/Microsoft.Graph/Generated/Models/AudioConferencing.cs b/src/Microsoft.Graph/Generated/Models/AudioConferencing.cs index 0afd1927c66..90111a36e21 100644 --- a/src/Microsoft.Graph/Generated/Models/AudioConferencing.cs +++ b/src/Microsoft.Graph/Generated/Models/AudioConferencing.cs @@ -67,7 +67,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The tollFreeNumber property + /// The toll-free number that connects to the Audio Conference Provider. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? TollFreeNumber @@ -99,7 +99,7 @@ public List TollFreeNumbers set { BackingStore?.Set("tollFreeNumbers", value); } } #endif - /// The tollNumber property + /// The toll number that connects to the Audio Conference Provider. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? TollNumber diff --git a/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs b/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs index 785c8c87fd7..48c8121b907 100644 --- a/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs +++ b/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class AuthenticationEventListener : Entity, IParsable #pragma warning restore CS1591 { - /// The authenticationEventsFlowId property + /// Indicates the authenticationEventListener is associated with an authenticationEventsFlow. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AuthenticationEventsFlowId diff --git a/src/Microsoft.Graph/Generated/Models/Device.cs b/src/Microsoft.Graph/Generated/Models/Device.cs index 71b78223694..cab8f20d93f 100644 --- a/src/Microsoft.Graph/Generated/Models/Device.cs +++ b/src/Microsoft.Graph/Generated/Models/Device.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class Device : DirectoryObject, IParsable #pragma warning restore CS1591 { - /// true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property. + /// true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property. public bool? AccountEnabled { get { return BackingStore?.Get("accountEnabled"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs b/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs index ef530dd52e5..a1b758533e6 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class EducationSubmission : Entity, IParsable #pragma warning restore CS1591 { - /// The excusedBy property + /// The user that marked the submission as excused. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public IdentitySet? ExcusedBy @@ -26,7 +26,7 @@ public IdentitySet ExcusedBy set { BackingStore?.Set("excusedBy", value); } } #endif - /// The excusedDateTime property + /// The time that the submission was excused. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? ExcusedDateTime { get { return BackingStore?.Get("excusedDateTime"); } @@ -140,7 +140,7 @@ public DateTimeOffset? ReturnedDateTime get { return BackingStore?.Get("returnedDateTime"); } set { BackingStore?.Set("returnedDateTime", value); } } - /// Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned. + /// Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. public EducationSubmissionStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationUser.cs b/src/Microsoft.Graph/Generated/Models/EducationUser.cs index e1445775015..bef8a7ad20c 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationUser.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationUser.cs @@ -262,7 +262,7 @@ public string MobilePhone set { BackingStore?.Set("mobilePhone", value); } } #endif - /// The officeLocation property + /// The office location for the user. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? OfficeLocation @@ -364,7 +364,7 @@ public List ProvisionedPlans set { BackingStore?.Set("provisionedPlans", value); } } #endif - /// The refreshTokensValidFromDateTime property + /// Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Returned only on $select. Read-only. public DateTimeOffset? RefreshTokensValidFromDateTime { get { return BackingStore?.Get("refreshTokensValidFromDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/Group.cs b/src/Microsoft.Graph/Generated/Models/Group.cs index e39356c8aeb..6fb432003cc 100644 --- a/src/Microsoft.Graph/Generated/Models/Group.cs +++ b/src/Microsoft.Graph/Generated/Models/Group.cs @@ -330,7 +330,7 @@ public bool? IsArchived get { return BackingStore?.Get("isArchived"); } set { BackingStore?.Set("isArchived", value); } } - /// Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). + /// Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). public bool? IsAssignableToRole { get { return BackingStore?.Get("isAssignableToRole"); } @@ -664,7 +664,7 @@ public PlannerGroup Planner set { BackingStore?.Set("planner", value); } } #endif - /// The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. + /// The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? PreferredDataLocation diff --git a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskDefinition.cs b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskDefinition.cs index 57dcb557fd4..153b725a5dc 100644 --- a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskDefinition.cs @@ -16,7 +16,7 @@ public LifecycleTaskCategory? Category get { return BackingStore?.Get("category"); } set { BackingStore?.Set("category", value); } } - /// The continueOnError property + /// Defines if the workflow will continue if the task has an error. public bool? ContinueOnError { get { return BackingStore?.Get("continueOnError"); } diff --git a/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs b/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs index 16b57fbd673..d19a61955ec 100644 --- a/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The maxLifetime property + /// Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime. public TimeSpan? MaxLifetime { get { return BackingStore?.Get("maxLifetime"); } diff --git a/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs b/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs index 2805d641b33..77ad61759b0 100644 --- a/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs +++ b/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs @@ -22,7 +22,7 @@ public int? CompletionPercentage get { return BackingStore?.Get("completionPercentage"); } set { BackingStore?.Set("completionPercentage", value); } } - /// A course activity ID generated by the provider. Optional. + /// The externalcourseActivityId property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ExternalcourseActivityId diff --git a/src/Microsoft.Graph/Generated/Models/MeetingParticipants.cs b/src/Microsoft.Graph/Generated/Models/MeetingParticipants.cs index a626076f5dd..73fc7e2d218 100644 --- a/src/Microsoft.Graph/Generated/Models/MeetingParticipants.cs +++ b/src/Microsoft.Graph/Generated/Models/MeetingParticipants.cs @@ -17,7 +17,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// The attendees property + /// Information about the meeting attendees. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Attendees @@ -51,7 +51,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The organizer property + /// Information about the meeting organizer. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public MeetingParticipantInfo? Organizer diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs index 514484842e8..b28e5e1e940 100644 --- a/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class OnlineMeeting : OnlineMeetingBase, IParsable #pragma warning restore CS1591 { - /// The attendeeReport property + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public byte[]? AttendeeReport @@ -26,7 +26,7 @@ public byte[] AttendeeReport set { BackingStore?.Set("attendeeReport", value); } } #endif - /// The broadcastSettings property + /// Settings related to a live event. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public BroadcastMeetingSettings? BroadcastSettings @@ -70,7 +70,7 @@ public string ExternalId set { BackingStore?.Set("externalId", value); } } #endif - /// The isBroadcast property + /// Indicates if this is a Teams live event. public bool? IsBroadcast { get { return BackingStore?.Get("isBroadcast"); } diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs index ef5c2bc1ff6..d685cdc4cc4 100644 --- a/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs @@ -170,7 +170,7 @@ public bool? RecordAutomatically get { return BackingStore?.Get("recordAutomatically"); } set { BackingStore?.Set("recordAutomatically", value); } } - /// The shareMeetingChatHistoryDefault property + /// Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. public MeetingChatHistoryDefaultMode? ShareMeetingChatHistoryDefault { get { return BackingStore?.Get("shareMeetingChatHistoryDefault"); } diff --git a/src/Microsoft.Graph/Generated/Models/PasswordCredentialConfiguration.cs b/src/Microsoft.Graph/Generated/Models/PasswordCredentialConfiguration.cs index 77c53206594..095f192ecf4 100644 --- a/src/Microsoft.Graph/Generated/Models/PasswordCredentialConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/PasswordCredentialConfiguration.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The maxLifetime property + /// Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, 'P4DT12H30M5S' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime. public TimeSpan? MaxLifetime { get { return BackingStore?.Get("maxLifetime"); } diff --git a/src/Microsoft.Graph/Generated/Models/PayloadDetail.cs b/src/Microsoft.Graph/Generated/Models/PayloadDetail.cs index 9c2476e2682..14100974f2a 100644 --- a/src/Microsoft.Graph/Generated/Models/PayloadDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/PayloadDetail.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Payload coachmark details. + /// The coachmarks property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Coachmarks diff --git a/src/Microsoft.Graph/Generated/Models/Permission.cs b/src/Microsoft.Graph/Generated/Models/Permission.cs index 48641c18f92..fc945900015 100644 --- a/src/Microsoft.Graph/Generated/Models/Permission.cs +++ b/src/Microsoft.Graph/Generated/Models/Permission.cs @@ -16,7 +16,7 @@ public DateTimeOffset? ExpirationDateTime get { return BackingStore?.Get("expirationDateTime"); } set { BackingStore?.Set("expirationDateTime", value); } } - /// The grantedTo property + /// For user type permissions, the details of the users and applications for this permission. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public IdentitySet? GrantedTo @@ -32,7 +32,7 @@ public IdentitySet GrantedTo set { BackingStore?.Set("grantedTo", value); } } #endif - /// The grantedToIdentities property + /// For type permissions, the details of the users to whom permission was granted. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? GrantedToIdentities diff --git a/src/Microsoft.Graph/Generated/Models/PlannerPlan.cs b/src/Microsoft.Graph/Generated/Models/PlannerPlan.cs index 38db26bb1f4..001aa86724c 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerPlan.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerPlan.cs @@ -80,7 +80,7 @@ public PlannerPlanDetails Details set { BackingStore?.Set("details", value); } } #endif - /// The owner property + /// Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Owner diff --git a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs index 564b0bd92d3..72469a0e2b3 100644 --- a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs @@ -71,7 +71,7 @@ public List Finishings set { BackingStore?.Set("finishings", value); } } #endif - /// The fitPdfToPage property + /// True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. public bool? FitPdfToPage { get { return BackingStore?.Get("fitPdfToPage"); } @@ -109,7 +109,7 @@ public PrintMargin Margin set { BackingStore?.Set("margin", value); } } #endif - /// The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + /// The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? MediaSize @@ -125,7 +125,7 @@ public string MediaSize set { BackingStore?.Set("mediaSize", value); } } #endif - /// The mediaType property + /// The default media (such as paper) type to print the document on. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? MediaType @@ -141,7 +141,7 @@ public string MediaType set { BackingStore?.Set("mediaType", value); } } #endif - /// The multipageLayout property + /// The direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. public PrintMultipageLayout? MultipageLayout { get { return BackingStore?.Get("multipageLayout"); } @@ -163,13 +163,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The orientation property + /// The orientation setting the printer should use when printing the job. Valid values are described in the following table. public PrintOrientation? Orientation { get { return BackingStore?.Get("orientation"); } set { BackingStore?.Set("orientation", value); } } - /// The outputBin property + /// The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? OutputBin @@ -185,7 +185,7 @@ public string OutputBin set { BackingStore?.Set("outputBin", value); } } #endif - /// The pageRanges property + /// The page ranges to print. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? PageRanges @@ -201,19 +201,19 @@ public List PageRanges set { BackingStore?.Set("pageRanges", value); } } #endif - /// The pagesPerSheet property + /// The number of document pages to print on each sheet. public int? PagesPerSheet { get { return BackingStore?.Get("pagesPerSheet"); } set { BackingStore?.Set("pagesPerSheet", value); } } - /// The quality property + /// The print quality to use when printing the job. Valid values are described in the table below. Read-only. public PrintQuality? Quality { get { return BackingStore?.Get("quality"); } set { BackingStore?.Set("quality", value); } } - /// The scaling property + /// Specifies how the printer should scale the document data to fit the requested media. Valid values are described in the following table. public PrintScaling? Scaling { get { return BackingStore?.Get("scaling"); } diff --git a/src/Microsoft.Graph/Generated/Models/PrintUsageByPrinter.cs b/src/Microsoft.Graph/Generated/Models/PrintUsageByPrinter.cs index a4475feaa5d..9a54ddfccb2 100644 --- a/src/Microsoft.Graph/Generated/Models/PrintUsageByPrinter.cs +++ b/src/Microsoft.Graph/Generated/Models/PrintUsageByPrinter.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class PrintUsageByPrinter : PrintUsage, IParsable #pragma warning restore CS1591 { - /// The printerId property + /// The ID of the printer represented by these statistics. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? PrinterId diff --git a/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs b/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs index 77b41b738ec..e0621f53fee 100644 --- a/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs +++ b/src/Microsoft.Graph/Generated/Models/PrinterDefaults.cs @@ -81,7 +81,7 @@ public bool? FitPdfToPage get { return BackingStore?.Get("fitPdfToPage"); } set { BackingStore?.Set("fitPdfToPage", value); } } - /// The inputBin property + /// The default input bin that serves as the paper source. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? InputBin diff --git a/src/Microsoft.Graph/Generated/Models/RiskServicePrincipalActivity.cs b/src/Microsoft.Graph/Generated/Models/RiskServicePrincipalActivity.cs index 79eb71c2086..6c82937cd5e 100644 --- a/src/Microsoft.Graph/Generated/Models/RiskServicePrincipalActivity.cs +++ b/src/Microsoft.Graph/Generated/Models/RiskServicePrincipalActivity.cs @@ -41,7 +41,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The riskEventTypes property + /// The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? RiskEventTypes diff --git a/src/Microsoft.Graph/Generated/Models/SecureScoreControlProfile.cs b/src/Microsoft.Graph/Generated/Models/SecureScoreControlProfile.cs index 71174595584..18126aaca65 100644 --- a/src/Microsoft.Graph/Generated/Models/SecureScoreControlProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/SecureScoreControlProfile.cs @@ -194,7 +194,7 @@ public string Service set { BackingStore?.Set("service", value); } } #endif - /// List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, + /// List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Threats @@ -210,7 +210,7 @@ public List Threats set { BackingStore?.Set("threats", value); } } #endif - /// The tier property + /// Control tier (Core, Defense in Depth, Advanced.) #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Tier @@ -226,7 +226,7 @@ public string Tier set { BackingStore?.Set("tier", value); } } #endif - /// The title property + /// Title of the control. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Title @@ -242,7 +242,7 @@ public string Title set { BackingStore?.Set("title", value); } } #endif - /// The userImpact property + /// User impact of implementing control (low, moderate, high). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? UserImpact @@ -258,7 +258,7 @@ public string UserImpact set { BackingStore?.Set("userImpact", value); } } #endif - /// The vendorInformation property + /// Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public SecurityVendorInformation? VendorInformation diff --git a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs index 07ef20049a0..6f6c128d68a 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs @@ -58,7 +58,7 @@ public string AlertPolicyId set { BackingStore?.Set("alertPolicyId", value); } } #endif - /// The alertWebUrl property + /// URL for the Microsoft 365 Defender portal alert page. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AlertWebUrl @@ -260,7 +260,7 @@ public List MitreTechniques set { BackingStore?.Set("mitreTechniques", value); } } #endif - /// The productName property + /// The name of the product which published this alert. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ProductName diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs index c419c4d3a99..7afe3948579 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs @@ -26,7 +26,7 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// The exportFileMetadata property + /// Contains the properties for an export file metadata, including downloadUrl, fileName, and size. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ExportFileMetadata diff --git a/src/Microsoft.Graph/Generated/Models/Security/RetentionEvent.cs b/src/Microsoft.Graph/Generated/Models/Security/RetentionEvent.cs index a6042a78b3e..ef11ae3c041 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/RetentionEvent.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/RetentionEvent.cs @@ -64,7 +64,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The eventPropagationResults property + /// Represents the success status of a created event and additional information. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? EventPropagationResults @@ -96,7 +96,7 @@ public List EventQueries set { BackingStore?.Set("eventQueries", value); } } #endif - /// The eventStatus property + /// Status of event propogation to the scoped locations after the event has been created. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public RetentionEventStatus? EventStatus diff --git a/src/Microsoft.Graph/Generated/Models/SelfSignedCertificate.cs b/src/Microsoft.Graph/Generated/Models/SelfSignedCertificate.cs index 9119d010b5e..fc00acf0873 100644 --- a/src/Microsoft.Graph/Generated/Models/SelfSignedCertificate.cs +++ b/src/Microsoft.Graph/Generated/Models/SelfSignedCertificate.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The customKeyIdentifier property + /// Custom key identifier. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public byte[]? CustomKeyIdentifier @@ -35,7 +35,7 @@ public byte[] CustomKeyIdentifier set { BackingStore?.Set("customKeyIdentifier", value); } } #endif - /// The displayName property + /// The friendly name for the key. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName @@ -51,13 +51,13 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The endDateTime property + /// The date and time at which the credential expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? EndDateTime { get { return BackingStore?.Get("endDateTime"); } set { BackingStore?.Set("endDateTime", value); } } - /// The key property + /// The value for the key credential. Should be a Base-64 encoded value. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public byte[]? Key @@ -73,7 +73,7 @@ public byte[] Key set { BackingStore?.Set("key", value); } } #endif - /// The keyId property + /// The unique identifier (GUID) for the key. public Guid? KeyId { get { return BackingStore?.Get("keyId"); } @@ -95,13 +95,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The startDateTime property + /// The date and time at which the credential becomes valid. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? StartDateTime { get { return BackingStore?.Get("startDateTime"); } set { BackingStore?.Set("startDateTime", value); } } - /// The thumbprint property + /// The thumbprint value for the key. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Thumbprint @@ -117,7 +117,7 @@ public string Thumbprint set { BackingStore?.Set("thumbprint", value); } } #endif - /// The type property + /// The type of key credential. AsymmetricX509Cert. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Type @@ -133,7 +133,7 @@ public string Type set { BackingStore?.Set("type", value); } } #endif - /// The usage property + /// A string that describes the purpose for which the key can be used. The possible value is Verify. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Usage diff --git a/src/Microsoft.Graph/Generated/Models/SharingDetail.cs b/src/Microsoft.Graph/Generated/Models/SharingDetail.cs index 2f3bf2ac8c3..136d0d745dc 100644 --- a/src/Microsoft.Graph/Generated/Models/SharingDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/SharingDetail.cs @@ -57,7 +57,7 @@ public DateTimeOffset? SharedDateTime get { return BackingStore?.Get("sharedDateTime"); } set { BackingStore?.Set("sharedDateTime", value); } } - /// The sharingReference property + /// Reference properties of the document, such as the URL and type of the document. Read-only #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public ResourceReference? SharingReference @@ -89,7 +89,7 @@ public string SharingSubject set { BackingStore?.Set("sharingSubject", value); } } #endif - /// Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'. + /// Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? SharingType diff --git a/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs b/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs index 6b699221415..478c22d9a7f 100644 --- a/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs +++ b/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs @@ -134,7 +134,7 @@ public string SkuPartNumber set { BackingStore?.Set("skuPartNumber", value); } } #endif - /// The subscriptionIds property + /// A list of all subscription IDs associated with this SKU. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SubscriptionIds diff --git a/src/Microsoft.Graph/Generated/Models/Trending.cs b/src/Microsoft.Graph/Generated/Models/Trending.cs index 84824d2bd1a..7c58f5ce2d2 100644 --- a/src/Microsoft.Graph/Generated/Models/Trending.cs +++ b/src/Microsoft.Graph/Generated/Models/Trending.cs @@ -10,7 +10,7 @@ namespace Microsoft.Graph.Models public class Trending : Entity, IParsable #pragma warning restore CS1591 { - /// The lastModifiedDateTime property + /// The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z public DateTimeOffset? LastModifiedDateTime { get { return BackingStore?.Get("lastModifiedDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/User.cs b/src/Microsoft.Graph/Generated/Models/User.cs index 180d918caec..1fb31972638 100644 --- a/src/Microsoft.Graph/Generated/Models/User.cs +++ b/src/Microsoft.Graph/Generated/Models/User.cs @@ -568,7 +568,7 @@ public string EmployeeId set { BackingStore?.Set("employeeId", value); } } #endif - /// The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. + /// The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. public DateTimeOffset? EmployeeLeaveDateTime { get { return BackingStore?.Get("employeeLeaveDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookFilterCriteria.cs b/src/Microsoft.Graph/Generated/Models/WorkbookFilterCriteria.cs index 0f926894331..ff18509b157 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookFilterCriteria.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookFilterCriteria.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The color property + /// The color applied to the cell. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Color @@ -35,7 +35,7 @@ public string Color set { BackingStore?.Set("color", value); } } #endif - /// The criterion1 property + /// A custom criterion. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Criterion1 @@ -51,7 +51,7 @@ public string Criterion1 set { BackingStore?.Set("criterion1", value); } } #endif - /// The criterion2 property + /// A custom criterion. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Criterion2 @@ -67,7 +67,7 @@ public string Criterion2 set { BackingStore?.Set("criterion2", value); } } #endif - /// The dynamicCriteria property + /// A dynamic formula specified in a custom filter. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DynamicCriteria @@ -83,7 +83,7 @@ public string DynamicCriteria set { BackingStore?.Set("dynamicCriteria", value); } } #endif - /// The filterOn property + /// Indicates whether a filter is applied to a column. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? FilterOn @@ -99,7 +99,7 @@ public string FilterOn set { BackingStore?.Set("filterOn", value); } } #endif - /// The icon property + /// An icon applied to a cell via conditional formatting. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public WorkbookIcon? Icon @@ -131,7 +131,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The operator property + /// An operator in a cell; for example, =, >, <, <=, or <>. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Operator @@ -147,7 +147,7 @@ public string Operator set { BackingStore?.Set("operator", value); } } #endif - /// The values property + /// The values that appear in the cell. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public Json? Values diff --git a/src/Microsoft.Graph/Generated/Models/X509CertificateAffinityLevel.cs b/src/Microsoft.Graph/Generated/Models/X509CertificateAffinityLevel.cs new file mode 100644 index 00000000000..e82504f25a0 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/X509CertificateAffinityLevel.cs @@ -0,0 +1,23 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Models +{ + #pragma warning disable CS1591 + public enum X509CertificateAffinityLevel + #pragma warning restore CS1591 + { + [EnumMember(Value = "low")] + #pragma warning disable CS1591 + Low, + #pragma warning restore CS1591 + [EnumMember(Value = "high")] + #pragma warning disable CS1591 + High, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/X509CertificateAuthenticationModeConfiguration.cs b/src/Microsoft.Graph/Generated/Models/X509CertificateAuthenticationModeConfiguration.cs index 6bdb95f77ac..82b3ca247d3 100644 --- a/src/Microsoft.Graph/Generated/Models/X509CertificateAuthenticationModeConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/X509CertificateAuthenticationModeConfiguration.cs @@ -57,6 +57,12 @@ public X509CertificateAuthenticationMode? X509CertificateAuthenticationDefaultMo get { return BackingStore?.Get("x509CertificateAuthenticationDefaultMode"); } set { BackingStore?.Set("x509CertificateAuthenticationDefaultMode", value); } } + /// The x509CertificateDefaultRequiredAffinityLevel property + public X509CertificateAffinityLevel? X509CertificateDefaultRequiredAffinityLevel + { + get { return BackingStore?.Get("x509CertificateDefaultRequiredAffinityLevel"); } + set { BackingStore?.Set("x509CertificateDefaultRequiredAffinityLevel", value); } + } /// /// Instantiates a new and sets the default values. /// @@ -86,6 +92,7 @@ public virtual IDictionary> GetFieldDeserializers() { "@odata.type", n => { OdataType = n.GetStringValue(); } }, { "rules", n => { Rules = n.GetCollectionOfObjectValues(X509CertificateRule.CreateFromDiscriminatorValue)?.ToList(); } }, { "x509CertificateAuthenticationDefaultMode", n => { X509CertificateAuthenticationDefaultMode = n.GetEnumValue(); } }, + { "x509CertificateDefaultRequiredAffinityLevel", n => { X509CertificateDefaultRequiredAffinityLevel = n.GetEnumValue(); } }, }; } /// @@ -98,6 +105,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteStringValue("@odata.type", OdataType); writer.WriteCollectionOfObjectValues("rules", Rules); writer.WriteEnumValue("x509CertificateAuthenticationDefaultMode", X509CertificateAuthenticationDefaultMode); + writer.WriteEnumValue("x509CertificateDefaultRequiredAffinityLevel", X509CertificateDefaultRequiredAffinityLevel); writer.WriteAdditionalData(AdditionalData); } } diff --git a/src/Microsoft.Graph/Generated/Models/X509CertificateRule.cs b/src/Microsoft.Graph/Generated/Models/X509CertificateRule.cs index 3cdc48fb0f0..34bbd000644 100644 --- a/src/Microsoft.Graph/Generated/Models/X509CertificateRule.cs +++ b/src/Microsoft.Graph/Generated/Models/X509CertificateRule.cs @@ -34,6 +34,22 @@ public string Identifier get { return BackingStore?.Get("identifier"); } set { BackingStore?.Set("identifier", value); } } +#endif + /// The issuerSubjectIdentifier property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? IssuerSubjectIdentifier + { + get { return BackingStore?.Get("issuerSubjectIdentifier"); } + set { BackingStore?.Set("issuerSubjectIdentifier", value); } + } +#nullable restore +#else + public string IssuerSubjectIdentifier + { + get { return BackingStore?.Get("issuerSubjectIdentifier"); } + set { BackingStore?.Set("issuerSubjectIdentifier", value); } + } #endif /// The OdataType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -50,6 +66,22 @@ public string OdataType get { return BackingStore?.Get("@odata.type"); } set { BackingStore?.Set("@odata.type", value); } } +#endif + /// The policyOidIdentifier property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? PolicyOidIdentifier + { + get { return BackingStore?.Get("policyOidIdentifier"); } + set { BackingStore?.Set("policyOidIdentifier", value); } + } +#nullable restore +#else + public string PolicyOidIdentifier + { + get { return BackingStore?.Get("policyOidIdentifier"); } + set { BackingStore?.Set("policyOidIdentifier", value); } + } #endif /// The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required. public Microsoft.Graph.Models.X509CertificateAuthenticationMode? X509CertificateAuthenticationMode @@ -57,6 +89,12 @@ public Microsoft.Graph.Models.X509CertificateAuthenticationMode? X509Certificate get { return BackingStore?.Get("x509CertificateAuthenticationMode"); } set { BackingStore?.Set("x509CertificateAuthenticationMode", value); } } + /// The x509CertificateRequiredAffinityLevel property + public X509CertificateAffinityLevel? X509CertificateRequiredAffinityLevel + { + get { return BackingStore?.Get("x509CertificateRequiredAffinityLevel"); } + set { BackingStore?.Set("x509CertificateRequiredAffinityLevel", value); } + } /// The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required. public Microsoft.Graph.Models.X509CertificateRuleType? X509CertificateRuleType { @@ -90,8 +128,11 @@ public virtual IDictionary> GetFieldDeserializers() return new Dictionary> { { "identifier", n => { Identifier = n.GetStringValue(); } }, + { "issuerSubjectIdentifier", n => { IssuerSubjectIdentifier = n.GetStringValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + { "policyOidIdentifier", n => { PolicyOidIdentifier = n.GetStringValue(); } }, { "x509CertificateAuthenticationMode", n => { X509CertificateAuthenticationMode = n.GetEnumValue(); } }, + { "x509CertificateRequiredAffinityLevel", n => { X509CertificateRequiredAffinityLevel = n.GetEnumValue(); } }, { "x509CertificateRuleType", n => { X509CertificateRuleType = n.GetEnumValue(); } }, }; } @@ -103,8 +144,11 @@ public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteStringValue("identifier", Identifier); + writer.WriteStringValue("issuerSubjectIdentifier", IssuerSubjectIdentifier); writer.WriteStringValue("@odata.type", OdataType); + writer.WriteStringValue("policyOidIdentifier", PolicyOidIdentifier); writer.WriteEnumValue("x509CertificateAuthenticationMode", X509CertificateAuthenticationMode); + writer.WriteEnumValue("x509CertificateRequiredAffinityLevel", X509CertificateRequiredAffinityLevel); writer.WriteEnumValue("x509CertificateRuleType", X509CertificateRuleType); writer.WriteAdditionalData(AdditionalData); } diff --git a/src/Microsoft.Graph/Generated/Models/X509CertificateRuleType.cs b/src/Microsoft.Graph/Generated/Models/X509CertificateRuleType.cs index a6ecae820b6..2a0382a6866 100644 --- a/src/Microsoft.Graph/Generated/Models/X509CertificateRuleType.cs +++ b/src/Microsoft.Graph/Generated/Models/X509CertificateRuleType.cs @@ -19,5 +19,9 @@ public enum X509CertificateRuleType #pragma warning disable CS1591 UnknownFutureValue, #pragma warning restore CS1591 + [EnumMember(Value = "issuerSubjectAndPolicyOID")] + #pragma warning disable CS1591 + IssuerSubjectAndPolicyOID, + #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/X509CertificateUserBinding.cs b/src/Microsoft.Graph/Generated/Models/X509CertificateUserBinding.cs index 5b0cdd1b38a..a2d7fa824fc 100644 --- a/src/Microsoft.Graph/Generated/Models/X509CertificateUserBinding.cs +++ b/src/Microsoft.Graph/Generated/Models/X509CertificateUserBinding.cs @@ -41,6 +41,12 @@ public int? Priority get { return BackingStore?.Get("priority"); } set { BackingStore?.Set("priority", value); } } + /// The trustAffinityLevel property + public X509CertificateAffinityLevel? TrustAffinityLevel + { + get { return BackingStore?.Get("trustAffinityLevel"); } + set { BackingStore?.Set("trustAffinityLevel", value); } + } /// Defines the Microsoft Entra user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -101,6 +107,7 @@ public virtual IDictionary> GetFieldDeserializers() { { "@odata.type", n => { OdataType = n.GetStringValue(); } }, { "priority", n => { Priority = n.GetIntValue(); } }, + { "trustAffinityLevel", n => { TrustAffinityLevel = n.GetEnumValue(); } }, { "userProperty", n => { UserProperty = n.GetStringValue(); } }, { "x509CertificateField", n => { X509CertificateField = n.GetStringValue(); } }, }; @@ -114,6 +121,7 @@ public virtual void Serialize(ISerializationWriter writer) _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteStringValue("@odata.type", OdataType); writer.WriteIntValue("priority", Priority); + writer.WriteEnumValue("trustAffinityLevel", TrustAffinityLevel); writer.WriteStringValue("userProperty", UserProperty); writer.WriteStringValue("x509CertificateField", X509CertificateField); writer.WriteAdditionalData(AdditionalData); diff --git a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs index 7d0f1fa8983..cd40e98b83c 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs @@ -133,8 +133,8 @@ public async Task DeleteAsync(Action(requestInfo, Microsoft.Graph.Models.Organization.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. - /// Find more info here + /// Update the properties of a organization object. + /// Find more info here /// /// A /// The request body @@ -197,7 +197,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + /// Update the properties of a organization object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs index 07d31333bcc..f072ec4980f 100644 --- a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs @@ -76,8 +76,8 @@ public OrganizationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// List properties and relationships of the organization objects. - /// Find more info here + /// Retrieve a list of organization objects. There's only one organization object in the collection. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -125,7 +125,7 @@ public async Task GetAsync(Action(requestInfo, Microsoft.Graph.Models.Organization.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -175,7 +175,7 @@ public OrganizationRequestBuilder WithUrl(string rawUrl) return new OrganizationRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// public class OrganizationRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs index 0c8ea9635fe..4a20d4c09e3 100644 --- a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs @@ -80,8 +80,8 @@ public async Task GetAsync(Action(requestInfo, CrossTenantIdentitySyncPolicyPartner.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a cross-tenant user synchronization policy for a partner-specific configuration. - /// Find more info here + /// Update the user synchronization policy of a partner-specific configuration. + /// Find more info here /// /// A /// The request body @@ -144,7 +144,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a cross-tenant user synchronization policy for a partner-specific configuration. + /// Update the user synchronization policy of a partner-specific configuration. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs index f66e0fed7dc..af2fdf499d2 100644 --- a/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/SitesRequestBuilder.cs @@ -76,8 +76,8 @@ public SitesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. - /// Find more info here + /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -100,7 +100,7 @@ public async Task GetAsync(Action(requestInfo, SiteCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -128,7 +128,7 @@ public SitesRequestBuilder WithUrl(string rawUrl) return new SitesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + /// List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. /// public class SitesRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index 4809f564c84..7e0d10fe259 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -33,8 +33,8 @@ public ConversationMemberItemRequestBuilder(string rawUrl, IRequestAdapter reque { } /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Delete a conversationMember from a channel. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -106,7 +106,7 @@ public async Task PatchAsync(ConversationMember body, Action return await RequestAdapter.SendAsync(requestInfo, ConversationMember.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Delete a conversationMember from a channel. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs index b8a8802ecd0..f1aeb22bc4c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs @@ -32,7 +32,7 @@ public AttendeeReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte { } /// - /// Delete attendeeReport for the navigation property onlineMeetings in users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action - /// Get attendeeReport for the navigation property onlineMeetings from users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public async Task GetAsync(Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update attendeeReport for the navigation property onlineMeetings in users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body @@ -102,7 +102,7 @@ public async Task PutAsync(Stream body, Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete attendeeReport for the navigation property onlineMeetings in users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get attendeeReport for the navigation property onlineMeetings from users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -140,7 +140,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update attendeeReport for the navigation property onlineMeetings in users + /// The content stream of the attendee report of a Microsoft Teams live event. Read-only. /// /// A /// Binary request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs index 95b7cfbd1ff..dfea995e921 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs @@ -85,8 +85,8 @@ public async Task DeleteAsync(Action - /// Get a user's presence information. - /// Find more info here + /// Set a presence status message for a user. An optional expiration date and time can be supplied. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -153,7 +153,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get a user's presence information. + /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -210,7 +210,7 @@ public class PresenceRequestBuilderDeleteRequestConfiguration : RequestConfigura { } /// - /// Get a user's presence information. + /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// public class PresenceRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs index d9c4db6dd54..760c4e128e4 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs @@ -473,8 +473,8 @@ public UserItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Deletes a user. - /// Find more info here + /// Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -532,8 +532,8 @@ public ExportDeviceAndAppManagementDataWithSkipWithTopRequestBuilder ExportDevic return await RequestAdapter.SendAsync(requestInfo, Microsoft.Graph.Models.User.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a user object. - /// Find more info here + /// Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. Customers through Microsoft Entra ID for customers can also use this API operation to update their details. See Default user permissions in customer tenants for the list of properties they can update. + /// Find more info here /// /// A /// The request body @@ -570,7 +570,7 @@ public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder ReminderViewWi return new ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(PathParameters, RequestAdapter, endDateTime, startDateTime); } /// - /// Deletes a user. + /// Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -608,7 +608,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a user object. + /// Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. Customers through Microsoft Entra ID for customers can also use this API operation to update their details. See Default user permissions in customer tenants for the list of properties they can update. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs index 875d7e68d54..8afb956c2c1 100644 --- a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs @@ -76,8 +76,8 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Retrieve a list of user objects. - /// Find more info here + /// List properties and relationships of the user objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -101,7 +101,7 @@ public async Task GetAsync(Action /// Create a new user object. - /// Find more info here + /// Find more info here /// /// A /// The request body @@ -126,7 +126,7 @@ public async Task GetAsync(Action(requestInfo, Microsoft.Graph.Models.User.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Retrieve a list of user objects. + /// List properties and relationships of the user objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -176,7 +176,7 @@ public UsersRequestBuilder WithUrl(string rawUrl) return new UsersRequestBuilder(rawUrl, RequestAdapter); } /// - /// Retrieve a list of user objects. + /// List properties and relationships of the user objects. /// public class UsersRequestBuilderGetQueryParameters { diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index 5738d15a10d..7370588700c 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "20D0E0FDBED4CB700EB463B31E126DCA1AA2A7F863AF8A17DFAAFD761B707943E8B0657A5CDC66DA007A12BF12869F839553FC2DDE9606F0F891093361C33590", + "descriptionHash": "20F8CCDB50CB90D39CEF222C576109554E25434476E6C1DDB3D640FE230C8C4A271812395EDE07DCD9D6BFE3BB8422CED76BC9C917DD2C817525862AEEBA47D0", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.15.0", @@ -9,6 +9,7 @@ "usesBackingStore": true, "excludeBackwardCompatible": false, "includeAdditionalData": true, + "disableSSLValidation": false, "serializers": [ "Microsoft.Kiota.Serialization.Json.JsonSerializationWriterFactory", "Microsoft.Kiota.Serialization.Text.TextSerializationWriterFactory", diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 3a8215b975e..054266bcf90 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -22,7 +22,7 @@ false 35MSSharedLib1024.snk true - 5.53.0 + 5.54.0