diff --git a/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs
index ef1cded6e8..7b4e7b5c4a 100644
--- a/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs
+++ b/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs
@@ -60,12 +60,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Retrieve a conversationMember from a chat or channel.
- /// Find more info here
+ /// Retrieve a conversationMember from a chat.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Retrieve a conversationMember from a chat or channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0";
+ command.Description = "Retrieve a conversationMember from a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0";
var chatIdOption = new Option("--chat-id", description: "The unique identifier of chat") {
};
chatIdOption.IsRequired = true;
@@ -200,7 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Retrieve a conversationMember from a chat or channel.
+ /// Retrieve a conversationMember from a chat.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -234,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ConversationMember body, Act
return requestInfo;
}
///
- /// Retrieve a conversationMember from a chat or channel.
+ /// Retrieve a conversationMember from a chat.
///
public class ConversationMemberItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs
index 8cdbfb8a60..60b146437a 100644
--- a/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs
+++ b/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs
@@ -97,12 +97,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.
+ /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0";
+ command.Description = "List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0";
var chatIdOption = new Option("--chat-id", description: "The unique identifier of chat") {
};
chatIdOption.IsRequired = true;
@@ -208,7 +208,7 @@ public PermissionGrantsRequestBuilder(Dictionary pathParameters)
public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/permissionGrants{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.
+ /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -242,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGra
return requestInfo;
}
///
- /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has.
+ /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
///
public class PermissionGrantsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs
index 733b78d5f3..28f01b4172 100644
--- a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs
+++ b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs
@@ -34,6 +34,14 @@ public class SendActivityNotificationPostRequestBody : IAdditionalDataHolder, IP
#nullable restore
#else
public TeamworkNotificationRecipient Recipient { get; set; }
+#endif
+ /// The teamsAppId property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? TeamsAppId { get; set; }
+#nullable restore
+#else
+ public string TeamsAppId { get; set; }
#endif
/// The templateParameters property
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -74,6 +82,7 @@ public virtual IDictionary> GetFieldDeserializers() {
{"chainId", n => { ChainId = n.GetLongValue(); } },
{"previewText", n => { PreviewText = n.GetObjectValue(ItemBody.CreateFromDiscriminatorValue); } },
{"recipient", n => { Recipient = n.GetObjectValue(TeamworkNotificationRecipient.CreateFromDiscriminatorValue); } },
+ {"teamsAppId", n => { TeamsAppId = n.GetStringValue(); } },
{"templateParameters", n => { TemplateParameters = n.GetCollectionOfObjectValues(ApiSdk.Models.KeyValuePair.CreateFromDiscriminatorValue)?.ToList(); } },
{"topic", n => { Topic = n.GetObjectValue(TeamworkActivityTopic.CreateFromDiscriminatorValue); } },
};
@@ -88,6 +97,7 @@ public virtual void Serialize(ISerializationWriter writer) {
writer.WriteLongValue("chainId", ChainId);
writer.WriteObjectValue("previewText", PreviewText);
writer.WriteObjectValue("recipient", Recipient);
+ writer.WriteStringValue("teamsAppId", TeamsAppId);
writer.WriteCollectionOfObjectValues("templateParameters", TemplateParameters);
writer.WriteObjectValue("topic", Topic);
writer.WriteAdditionalData(AdditionalData);
diff --git a/src/generated/Communications/Calls/CallsRequestBuilder.cs b/src/generated/Communications/Calls/CallsRequestBuilder.cs
index d774f9ea73..dfd4c662c3 100644
--- a/src/generated/Communications/Calls/CallsRequestBuilder.cs
+++ b/src/generated/Communications/Calls/CallsRequestBuilder.cs
@@ -46,6 +46,7 @@ public Tuple, List> BuildCommand() {
commands.Add(builder.BuildRecordResponseNavCommand());
commands.Add(builder.BuildRedirectNavCommand());
commands.Add(builder.BuildRejectNavCommand());
+ commands.Add(builder.BuildSendDtmfTonesNavCommand());
commands.Add(builder.BuildSubscribeToToneNavCommand());
commands.Add(builder.BuildTransferNavCommand());
commands.Add(builder.BuildUnmuteNavCommand());
diff --git a/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs
index d40b1fdd6d..ba6bce6a94 100644
--- a/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs
+++ b/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs
@@ -13,6 +13,7 @@
using ApiSdk.Communications.Calls.Item.RecordResponse;
using ApiSdk.Communications.Calls.Item.Redirect;
using ApiSdk.Communications.Calls.Item.Reject;
+using ApiSdk.Communications.Calls.Item.SendDtmfTones;
using ApiSdk.Communications.Calls.Item.SubscribeToTone;
using ApiSdk.Communications.Calls.Item.Transfer;
using ApiSdk.Communications.Calls.Item.Unmute;
@@ -423,6 +424,21 @@ public Command BuildRejectNavCommand() {
return command;
}
///
+ /// Provides operations to call the sendDtmfTones method.
+ ///
+ public Command BuildSendDtmfTonesNavCommand() {
+ var command = new Command("send-dtmf-tones");
+ command.Description = "Provides operations to call the sendDtmfTones method.";
+ var builder = new SendDtmfTonesRequestBuilder(PathParameters);
+ var execCommands = new List();
+ execCommands.Add(builder.BuildPostCommand());
+ foreach (var cmd in execCommands)
+ {
+ command.AddCommand(cmd);
+ }
+ return command;
+ }
+ ///
/// Provides operations to call the subscribeToTone method.
///
public Command BuildSubscribeToToneNavCommand() {
diff --git a/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs
new file mode 100644
index 0000000000..7fa6f50316
--- /dev/null
+++ b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs
@@ -0,0 +1,66 @@
+//
+using ApiSdk.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System;
+namespace ApiSdk.Communications.Calls.Item.SendDtmfTones {
+ public class SendDtmfTonesPostRequestBody : IAdditionalDataHolder, IParsable {
+ /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ public IDictionary AdditionalData { get; set; }
+ /// The clientContext property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? ClientContext { get; set; }
+#nullable restore
+#else
+ public string ClientContext { get; set; }
+#endif
+ /// The delayBetweenTonesMs property
+ public int? DelayBetweenTonesMs { get; set; }
+ /// The tones property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public List? Tones { get; set; }
+#nullable restore
+#else
+ public List Tones { get; set; }
+#endif
+ ///
+ /// Instantiates a new sendDtmfTonesPostRequestBody and sets the default values.
+ ///
+ public SendDtmfTonesPostRequestBody() {
+ AdditionalData = new Dictionary();
+ }
+ ///
+ /// Creates a new instance of the appropriate class based on discriminator value
+ ///
+ /// The parse node to use to read the discriminator value and create the object
+ public static SendDtmfTonesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
+ _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
+ return new SendDtmfTonesPostRequestBody();
+ }
+ ///
+ /// The deserialization information for the current model
+ ///
+ public virtual IDictionary> GetFieldDeserializers() {
+ return new Dictionary> {
+ {"clientContext", n => { ClientContext = n.GetStringValue(); } },
+ {"delayBetweenTonesMs", n => { DelayBetweenTonesMs = n.GetIntValue(); } },
+ {"tones", n => { Tones = n.GetCollectionOfEnumValues()?.ToList(); } },
+ };
+ }
+ ///
+ /// Serializes information the current object
+ ///
+ /// Serialization writer to use to serialize this model
+ public virtual void Serialize(ISerializationWriter writer) {
+ _ = writer ?? throw new ArgumentNullException(nameof(writer));
+ writer.WriteStringValue("clientContext", ClientContext);
+ writer.WriteIntValue("delayBetweenTonesMs", DelayBetweenTonesMs);
+ writer.WriteCollectionOfEnumValues("tones", Tones);
+ writer.WriteAdditionalData(AdditionalData);
+ }
+ }
+}
diff --git a/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs
new file mode 100644
index 0000000000..1f225fe4a0
--- /dev/null
+++ b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs
@@ -0,0 +1,102 @@
+//
+using ApiSdk.Models.ODataErrors;
+using ApiSdk.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using Microsoft.Kiota.Cli.Commons.Extensions;
+using Microsoft.Kiota.Cli.Commons.IO;
+using Microsoft.Kiota.Cli.Commons;
+using System.Collections.Generic;
+using System.CommandLine;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace ApiSdk.Communications.Calls.Item.SendDtmfTones {
+ ///
+ /// Provides operations to call the sendDtmfTones method.
+ ///
+ public class SendDtmfTonesRequestBuilder : BaseCliRequestBuilder {
+ ///
+ /// Invoke action sendDtmfTones
+ ///
+ public Command BuildPostCommand() {
+ var command = new Command("post");
+ command.Description = "Invoke action sendDtmfTones";
+ var callIdOption = new Option("--call-id", description: "The unique identifier of call") {
+ };
+ callIdOption.IsRequired = true;
+ command.AddOption(callIdOption);
+ var bodyOption = new Option("--body", description: "The request body") {
+ };
+ bodyOption.IsRequired = true;
+ command.AddOption(bodyOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ command.SetHandler(async (invocationContext) => {
+ var callId = invocationContext.ParseResult.GetValueForOption(callIdOption);
+ var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty;
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body));
+ var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream);
+ var model = parseNode.GetObjectValue(SendDtmfTonesPostRequestBody.CreateFromDiscriminatorValue);
+ if (model is null) {
+ Console.Error.WriteLine("No model data to send.");
+ return;
+ }
+ var requestInfo = ToPostRequestInformation(model, q => {
+ });
+ if (callId is not null) requestInfo.PathParameters.Add("call%2Did", callId);
+ requestInfo.SetContentFromParsable(reqAdapter, "application/json", model);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ var formatter = outputFormatterFactory.GetFormatter(output);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Instantiates a new SendDtmfTonesRequestBuilder and sets the default values.
+ ///
+ /// Path parameters for the request
+ public SendDtmfTonesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/sendDtmfTones", pathParameters) {
+ }
+ ///
+ /// Instantiates a new SendDtmfTonesRequestBuilder and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ public SendDtmfTonesRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/sendDtmfTones", rawUrl) {
+ }
+ ///
+ /// Invoke action sendDtmfTones
+ ///
+ /// The request body
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToPostRequestInformation(SendDtmfTonesPostRequestBody body, Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToPostRequestInformation(SendDtmfTonesPostRequestBody body, Action> requestConfiguration = default) {
+#endif
+ _ = body ?? throw new ArgumentNullException(nameof(body));
+ var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ }
+}
diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs
index 3b20084987..56f127c436 100644
--- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs
+++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs
@@ -99,11 +99,11 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Get attendanceReports from communications";
+ command.Description = "The attendance reports of an online meeting. Read-only.";
var onlineMeetingIdOption = new Option("--online-meeting-id", description: "The unique identifier of onlineMeeting") {
};
onlineMeetingIdOption.IsRequired = true;
@@ -209,7 +209,7 @@ public AttendanceReportsRequestBuilder(Dictionary pathParameters
public AttendanceReportsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -243,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MeetingAttendanceReport body,
return requestInfo;
}
///
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
public class AttendanceReportsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs
index 086d1cc005..c893ac0e02 100644
--- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs
+++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs
@@ -85,11 +85,11 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get attendanceReports from communications";
+ command.Description = "The attendance reports of an online meeting. Read-only.";
var onlineMeetingIdOption = new Option("--online-meeting-id", description: "The unique identifier of onlineMeeting") {
};
onlineMeetingIdOption.IsRequired = true;
@@ -224,7 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -258,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(MeetingAttendanceReport body
return requestInfo;
}
///
- /// Get attendanceReports from communications
+ /// The attendance reports of an online meeting. Read-only.
///
public class MeetingAttendanceReportItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index 8c2fd5e942..eec3f1c859 100644
--- a/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var orgContactIdOption = new Option("--org-contact-id", description: "The unique identifier of orgContact") {
};
orgContactIdOption.IsRequired = true;
@@ -146,7 +146,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -162,7 +162,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs
index b0809b2faa..894867939f 100644
--- a/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs
@@ -86,11 +86,11 @@ public Command BuildDefaultManagedAppProtectionsNavCommand() {
}
///
/// Read properties and relationships of the deviceAppManagement object.
- /// Find more info here
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0";
var selectOption = new Option("--select", description: "Select properties to be returned") {
Arity = ArgumentArity.ZeroOrMore
};
@@ -373,11 +373,11 @@ public Command BuildMobileAppsNavCommand() {
}
///
/// Update the properties of a deviceAppManagement object.
- /// Find more info here
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs
index 43c63ccf78..1b3aa1d8da 100644
--- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs
@@ -54,12 +54,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Read properties and relationships of the managedAppProtection object.
- /// Find more info here
+ /// Read properties and relationships of the managedAppConfiguration object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the managedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the managedAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0";
var managedAppPolicyIdOption = new Option("--managed-app-policy-id", description: "The unique identifier of managedAppPolicy") {
};
managedAppPolicyIdOption.IsRequired = true;
@@ -197,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the managedAppProtection object.
+ /// Read properties and relationships of the managedAppConfiguration object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -231,7 +231,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicy body, Actio
return requestInfo;
}
///
- /// Read properties and relationships of the managedAppProtection object.
+ /// Read properties and relationships of the managedAppConfiguration object.
///
public class ManagedAppPolicyItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
index fd46b28822..ddce525fd3 100644
--- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.DeviceAppManagement.ManagedAppPolicies.Item.TargetApps {
public class TargetAppsRequestBuilder : BaseCliRequestBuilder {
///
/// Not yet documented
- /// Find more info here
+ /// Find more info here
///
public Command BuildPostCommand() {
var command = new Command("post");
- command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0";
+ command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0";
var managedAppPolicyIdOption = new Option("--managed-app-policy-id", description: "The unique identifier of managedAppPolicy") {
};
managedAppPolicyIdOption.IsRequired = true;
diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs
index 4226c4eadf..1578bfdae0 100644
--- a/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs
@@ -93,12 +93,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the managedAppPolicy objects.
- /// Find more info here
+ /// List properties and relationships of the managedAppConfiguration objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the managedAppPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the managedAppConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -198,7 +198,7 @@ public ManagedAppPoliciesRequestBuilder(Dictionary pathParameter
public ManagedAppPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppPolicies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the managedAppPolicy objects.
+ /// List properties and relationships of the managedAppConfiguration objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -232,7 +232,7 @@ public RequestInformation ToPostRequestInformation(ManagedAppPolicy body, Action
return requestInfo;
}
///
- /// List properties and relationships of the managedAppPolicy objects.
+ /// List properties and relationships of the managedAppConfiguration objects.
///
public class ManagedAppPoliciesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
index 2a967fe6b6..58d638ab88 100644
--- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.DeviceAppManagement.ManagedAppRegistrations.Item.AppliedPolicie
public class TargetAppsRequestBuilder : BaseCliRequestBuilder {
///
/// Not yet documented
- /// Find more info here
+ /// Find more info here
///
public Command BuildPostCommand() {
var command = new Command("post");
- command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0";
+ command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0";
var managedAppRegistrationIdOption = new Option("--managed-app-registration-id", description: "The unique identifier of managedAppRegistration") {
};
managedAppRegistrationIdOption.IsRequired = true;
diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
index 3ca1bc7167..697db9f989 100644
--- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.DeviceAppManagement.ManagedAppRegistrations.Item.IntendedPolici
public class TargetAppsRequestBuilder : BaseCliRequestBuilder {
///
/// Not yet documented
- /// Find more info here
+ /// Find more info here
///
public Command BuildPostCommand() {
var command = new Command("post");
- command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0";
+ command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0";
var managedAppRegistrationIdOption = new Option("--managed-app-registration-id", description: "The unique identifier of managedAppRegistration") {
};
managedAppRegistrationIdOption.IsRequired = true;
diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs
index cc4732e2d1..d55a1f2c13 100644
--- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs
@@ -81,12 +81,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Read properties and relationships of the androidManagedAppRegistration object.
- /// Find more info here
+ /// Read properties and relationships of the iosManagedAppRegistration object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the androidManagedAppRegistration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the iosManagedAppRegistration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0";
var managedAppRegistrationIdOption = new Option("--managed-app-registration-id", description: "The unique identifier of managedAppRegistration") {
};
managedAppRegistrationIdOption.IsRequired = true;
@@ -259,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the androidManagedAppRegistration object.
+ /// Read properties and relationships of the iosManagedAppRegistration object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -293,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppRegistration body,
return requestInfo;
}
///
- /// Read properties and relationships of the androidManagedAppRegistration object.
+ /// Read properties and relationships of the iosManagedAppRegistration object.
///
public class ManagedAppRegistrationItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs
index 116d139f26..54a99b542f 100644
--- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs
@@ -112,12 +112,12 @@ public Command BuildGetUserIdsWithFlaggedAppRegistrationNavCommand() {
return command;
}
///
- /// List properties and relationships of the managedAppRegistration objects.
- /// Find more info here
+ /// List properties and relationships of the androidManagedAppRegistration objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the managedAppRegistration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the androidManagedAppRegistration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -217,7 +217,7 @@ public ManagedAppRegistrationsRequestBuilder(Dictionary pathPara
public ManagedAppRegistrationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the managedAppRegistration objects.
+ /// List properties and relationships of the androidManagedAppRegistration objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -251,7 +251,7 @@ public RequestInformation ToPostRequestInformation(ManagedAppRegistration body,
return requestInfo;
}
///
- /// List properties and relationships of the managedAppRegistration objects.
+ /// List properties and relationships of the androidManagedAppRegistration objects.
///
public class ManagedAppRegistrationsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs
index f8f6825db1..811c9887b7 100644
--- a/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs
@@ -91,12 +91,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the managedAppStatus objects.
- /// Find more info here
+ /// List properties and relationships of the managedAppStatusRaw objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the managedAppStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the managedAppStatusRaw objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -196,7 +196,7 @@ public ManagedAppStatusesRequestBuilder(Dictionary pathParameter
public ManagedAppStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppStatuses{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the managedAppStatus objects.
+ /// List properties and relationships of the managedAppStatusRaw objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -230,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ManagedAppStatus body, Action
return requestInfo;
}
///
- /// List properties and relationships of the managedAppStatus objects.
+ /// List properties and relationships of the managedAppStatusRaw objects.
///
public class ManagedAppStatusesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs
index 4d5a46d991..7bb9063969 100644
--- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs
@@ -98,12 +98,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the iosVppEBookAssignment objects.
- /// Find more info here
+ /// List properties and relationships of the managedEBookAssignment objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the iosVppEBookAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the managedEBookAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0";
var managedEBookIdOption = new Option("--managed-ebook-id", description: "The unique identifier of managedEBook") {
};
managedEBookIdOption.IsRequired = true;
@@ -209,7 +209,7 @@ public AssignmentsRequestBuilder(Dictionary pathParameters) : ba
public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the iosVppEBookAssignment objects.
+ /// List properties and relationships of the managedEBookAssignment objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -243,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedEBookAssignment body,
return requestInfo;
}
///
- /// List properties and relationships of the iosVppEBookAssignment objects.
+ /// List properties and relationships of the managedEBookAssignment objects.
///
public class AssignmentsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs
index ab90b93af8..e46afee98d 100644
--- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs
@@ -20,12 +20,12 @@ namespace ApiSdk.DeviceAppManagement.ManagedEBooks.Item.Assignments.Item {
///
public class ManagedEBookAssignmentItemRequestBuilder : BaseCliRequestBuilder {
///
- /// Deletes a managedEBookAssignment.
- /// Find more info here
+ /// Deletes a iosVppEBookAssignment.
+ /// Find more info here
///
public Command BuildDeleteCommand() {
var command = new Command("delete");
- command.Description = "Deletes a managedEBookAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0";
+ command.Description = "Deletes a iosVppEBookAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0";
var managedEBookIdOption = new Option("--managed-ebook-id", description: "The unique identifier of managedEBook") {
};
managedEBookIdOption.IsRequired = true;
@@ -185,7 +185,7 @@ public ManagedEBookAssignmentItemRequestBuilder(Dictionary pathP
public ManagedEBookAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}{?%24select,%24expand}", rawUrl) {
}
///
- /// Deletes a managedEBookAssignment.
+ /// Deletes a iosVppEBookAssignment.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs
index 509dd97fe0..1508c4f97c 100644
--- a/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs
@@ -103,12 +103,12 @@ public Command BuildCategoriesNavCommand() {
return command;
}
///
- /// Deletes a macOSOfficeSuiteApp.
- /// Find more info here
+ /// Deletes a windowsAppX.
+ /// Find more info here
///
public Command BuildDeleteCommand() {
var command = new Command("delete");
- command.Description = "Deletes a macOSOfficeSuiteApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-delete?view=graph-rest-1.0";
+ command.Description = "Deletes a windowsAppX.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0";
var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") {
};
mobileAppIdOption.IsRequired = true;
@@ -137,12 +137,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Read properties and relationships of the managedAndroidStoreApp object.
- /// Find more info here
+ /// Read properties and relationships of the windowsMicrosoftEdgeApp object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the managedAndroidStoreApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the windowsMicrosoftEdgeApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-get?view=graph-rest-1.0";
var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") {
};
mobileAppIdOption.IsRequired = true;
@@ -552,12 +552,12 @@ public Command BuildGraphWindowsWebAppByIdNavCommand() {
return command;
}
///
- /// Update the properties of a macOSLobApp object.
- /// Find more info here
+ /// Update the properties of a iosiPadOSWebClip object.
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a macOSLobApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a iosiPadOSWebClip object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-update?view=graph-rest-1.0";
var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") {
};
mobileAppIdOption.IsRequired = true;
@@ -614,7 +614,7 @@ public MobileAppItemRequestBuilder(Dictionary pathParameters) :
public MobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}{?%24select,%24expand}", rawUrl) {
}
///
- /// Deletes a macOSOfficeSuiteApp.
+ /// Deletes a windowsAppX.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -630,7 +630,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the managedAndroidStoreApp object.
+ /// Read properties and relationships of the windowsMicrosoftEdgeApp object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -646,7 +646,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the properties of a macOSLobApp object.
+ /// Update the properties of a iosiPadOSWebClip object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -664,7 +664,7 @@ public RequestInformation ToPatchRequestInformation(MobileApp body, Action
- /// Read properties and relationships of the managedAndroidStoreApp object.
+ /// Read properties and relationships of the windowsMicrosoftEdgeApp object.
///
public class MobileAppItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs
index 1e4d1f0c27..69826e352e 100644
--- a/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs
+++ b/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs
@@ -84,12 +84,12 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Create a new windowsMicrosoftEdgeApp object.
- /// Find more info here
+ /// Create a new windowsUniversalAppX object.
+ /// Find more info here
///
public Command BuildCreateCommand() {
var command = new Command("create");
- command.Description = "Create a new windowsMicrosoftEdgeApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-create?view=graph-rest-1.0";
+ command.Description = "Create a new windowsUniversalAppX object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-create?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
@@ -464,12 +464,12 @@ public Command BuildGraphWindowsWebAppNavCommand() {
return command;
}
///
- /// List properties and relationships of the androidStoreApp objects.
- /// Find more info here
+ /// List properties and relationships of the windowsAppX objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the androidStoreApp objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the windowsAppX objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsappx-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -569,7 +569,7 @@ public MobileAppsRequestBuilder(Dictionary pathParameters) : bas
public MobileAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the androidStoreApp objects.
+ /// List properties and relationships of the windowsAppX objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -585,7 +585,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new windowsMicrosoftEdgeApp object.
+ /// Create a new windowsUniversalAppX object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -603,7 +603,7 @@ public RequestInformation ToPostRequestInformation(MobileApp body, Action
- /// List properties and relationships of the androidStoreApp objects.
+ /// List properties and relationships of the windowsAppX objects.
///
public class MobileAppsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs
index 8db239999c..d0c25d74a5 100644
--- a/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs
@@ -58,12 +58,12 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Create a new windows81CompliancePolicy object.
- /// Find more info here
+ /// Create a new androidWorkProfileCompliancePolicy object.
+ /// Find more info here
///
public Command BuildCreateCommand() {
var command = new Command("create");
- command.Description = "Create a new windows81CompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-create?view=graph-rest-1.0";
+ command.Description = "Create a new androidWorkProfileCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
@@ -102,12 +102,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the windows81CompliancePolicy objects.
- /// Find more info here
+ /// List properties and relationships of the windows10CompliancePolicy objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the windows81CompliancePolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the windows10CompliancePolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -207,7 +207,7 @@ public DeviceCompliancePoliciesRequestBuilder(Dictionary pathPar
public DeviceCompliancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the windows81CompliancePolicy objects.
+ /// List properties and relationships of the windows10CompliancePolicy objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -223,7 +223,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new windows81CompliancePolicy object.
+ /// Create a new androidWorkProfileCompliancePolicy object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -241,7 +241,7 @@ public RequestInformation ToPostRequestInformation(DeviceCompliancePolicy body,
return requestInfo;
}
///
- /// List properties and relationships of the windows81CompliancePolicy objects.
+ /// List properties and relationships of the windows10CompliancePolicy objects.
///
public class DeviceCompliancePoliciesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs
index db1aa2fc5b..ea460f0102 100644
--- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs
@@ -69,12 +69,12 @@ public Command BuildAssignNavCommand() {
return command;
}
///
- /// Deletes a macOSCompliancePolicy.
- /// Find more info here
+ /// Deletes a windows81CompliancePolicy.
+ /// Find more info here
///
public Command BuildDeleteCommand() {
var command = new Command("delete");
- command.Description = "Deletes a macOSCompliancePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0";
+ command.Description = "Deletes a windows81CompliancePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-delete?view=graph-rest-1.0";
var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") {
};
deviceCompliancePolicyIdOption.IsRequired = true;
@@ -170,12 +170,12 @@ public Command BuildDeviceStatusOverviewNavCommand() {
return command;
}
///
- /// Read properties and relationships of the windows81CompliancePolicy object.
- /// Find more info here
+ /// Read properties and relationships of the windows10CompliancePolicy object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the windows81CompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the windows10CompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0";
var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") {
};
deviceCompliancePolicyIdOption.IsRequired = true;
@@ -221,12 +221,12 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Update the properties of a androidCompliancePolicy object.
- /// Find more info here
+ /// Update the properties of a iosCompliancePolicy object.
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a androidCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a iosCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-update?view=graph-rest-1.0";
var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") {
};
deviceCompliancePolicyIdOption.IsRequired = true;
@@ -365,7 +365,7 @@ public DeviceCompliancePolicyItemRequestBuilder(Dictionary pathP
public DeviceCompliancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}{?%24select,%24expand}", rawUrl) {
}
///
- /// Deletes a macOSCompliancePolicy.
+ /// Deletes a windows81CompliancePolicy.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -381,7 +381,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the windows81CompliancePolicy object.
+ /// Read properties and relationships of the windows10CompliancePolicy object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -397,7 +397,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the properties of a androidCompliancePolicy object.
+ /// Update the properties of a iosCompliancePolicy object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -415,7 +415,7 @@ public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicy body,
return requestInfo;
}
///
- /// Read properties and relationships of the windows81CompliancePolicy object.
+ /// Read properties and relationships of the windows10CompliancePolicy object.
///
public class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs
index 017e7fed03..5a58c9ca48 100644
--- a/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs
@@ -57,12 +57,12 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Create a new windowsPhone81GeneralConfiguration object.
- /// Find more info here
+ /// Create a new sharedPCConfiguration object.
+ /// Find more info here
///
public Command BuildCreateCommand() {
var command = new Command("create");
- command.Description = "Create a new windowsPhone81GeneralConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-create?view=graph-rest-1.0";
+ command.Description = "Create a new sharedPCConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-create?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
@@ -101,12 +101,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the androidCustomConfiguration objects.
- /// Find more info here
+ /// List properties and relationships of the sharedPCConfiguration objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the androidCustomConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the sharedPCConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -206,7 +206,7 @@ public DeviceConfigurationsRequestBuilder(Dictionary pathParamet
public DeviceConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the androidCustomConfiguration objects.
+ /// List properties and relationships of the sharedPCConfiguration objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -222,7 +222,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new windowsPhone81GeneralConfiguration object.
+ /// Create a new sharedPCConfiguration object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -240,7 +240,7 @@ public RequestInformation ToPostRequestInformation(DeviceConfiguration body, Act
return requestInfo;
}
///
- /// List properties and relationships of the androidCustomConfiguration objects.
+ /// List properties and relationships of the sharedPCConfiguration objects.
///
public class DeviceConfigurationsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs
index 2c8c16513f..6bf840332b 100644
--- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs
@@ -68,12 +68,12 @@ public Command BuildAssignNavCommand() {
return command;
}
///
- /// Deletes a iosGeneralDeviceConfiguration.
- /// Find more info here
+ /// Deletes a macOSGeneralDeviceConfiguration.
+ /// Find more info here
///
public Command BuildDeleteCommand() {
var command = new Command("delete");
- command.Description = "Deletes a iosGeneralDeviceConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete?view=graph-rest-1.0";
+ command.Description = "Deletes a macOSGeneralDeviceConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete?view=graph-rest-1.0";
var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") {
};
deviceConfigurationIdOption.IsRequired = true;
@@ -169,12 +169,12 @@ public Command BuildDeviceStatusOverviewNavCommand() {
return command;
}
///
- /// Read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
- /// Find more info here
+ /// Read properties and relationships of the iosGeneralDeviceConfiguration object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the appleDeviceFeaturesConfigurationBase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the iosGeneralDeviceConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-get?view=graph-rest-1.0";
var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") {
};
deviceConfigurationIdOption.IsRequired = true;
@@ -235,12 +235,12 @@ public Command BuildGetOmaSettingPlainTextValueWithSecretReferenceValueIdRbComma
return command;
}
///
- /// Update the properties of a windowsUpdateForBusinessConfiguration object.
- /// Find more info here
+ /// Update the properties of a androidWorkProfileGeneralDeviceConfiguration object.
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a windowsUpdateForBusinessConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a androidWorkProfileGeneralDeviceConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update?view=graph-rest-1.0";
var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") {
};
deviceConfigurationIdOption.IsRequired = true;
@@ -339,7 +339,7 @@ public DeviceConfigurationItemRequestBuilder(Dictionary pathPara
public DeviceConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}{?%24select,%24expand}", rawUrl) {
}
///
- /// Deletes a iosGeneralDeviceConfiguration.
+ /// Deletes a macOSGeneralDeviceConfiguration.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -355,7 +355,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
+ /// Read properties and relationships of the iosGeneralDeviceConfiguration object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -371,7 +371,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the properties of a windowsUpdateForBusinessConfiguration object.
+ /// Update the properties of a androidWorkProfileGeneralDeviceConfiguration object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -389,7 +389,7 @@ public RequestInformation ToPatchRequestInformation(DeviceConfiguration body, Ac
return requestInfo;
}
///
- /// Read properties and relationships of the appleDeviceFeaturesConfigurationBase object.
+ /// Read properties and relationships of the iosGeneralDeviceConfiguration object.
///
public class DeviceConfigurationItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs
index c6760447ee..5474a7e6e4 100644
--- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs
@@ -52,12 +52,12 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Create a new deviceEnrollmentLimitConfiguration object.
- /// Find more info here
+ /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
+ /// Find more info here
///
public Command BuildCreateCommand() {
var command = new Command("create");
- command.Description = "Create a new deviceEnrollmentLimitConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0";
+ command.Description = "Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
@@ -96,12 +96,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the deviceEnrollmentConfiguration objects.
- /// Find more info here
+ /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the deviceEnrollmentConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -201,7 +201,7 @@ public DeviceEnrollmentConfigurationsRequestBuilder(Dictionary p
public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the deviceEnrollmentConfiguration objects.
+ /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -217,7 +217,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new deviceEnrollmentLimitConfiguration object.
+ /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -235,7 +235,7 @@ public RequestInformation ToPostRequestInformation(DeviceEnrollmentConfiguration
return requestInfo;
}
///
- /// List properties and relationships of the deviceEnrollmentConfiguration objects.
+ /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
///
public class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs
index faa9aa1eef..eaa64d0646 100644
--- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs
@@ -97,12 +97,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
- /// Find more info here
+ /// Read properties and relationships of the deviceEnrollmentConfiguration object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the deviceEnrollmentConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0";
var deviceEnrollmentConfigurationIdOption = new Option("--device-enrollment-configuration-id", description: "The unique identifier of deviceEnrollmentConfiguration") {
};
deviceEnrollmentConfigurationIdOption.IsRequired = true;
@@ -241,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
+ /// Read properties and relationships of the deviceEnrollmentConfiguration object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -275,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(DeviceEnrollmentConfiguratio
return requestInfo;
}
///
- /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
+ /// Read properties and relationships of the deviceEnrollmentConfiguration object.
///
public class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs
index 7de69b2573..c49b7f83ee 100644
--- a/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs
+++ b/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs
@@ -408,11 +408,11 @@ public Command BuildExchangeConnectorsNavCommand() {
}
///
/// Read properties and relationships of the deviceManagement object.
- /// Find more info here
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0";
var selectOption = new Option("--select", description: "Select properties to be returned") {
Arity = ArgumentArity.ZeroOrMore
};
@@ -634,11 +634,11 @@ public Command BuildNotificationMessageTemplatesNavCommand() {
}
///
/// Update the properties of a deviceManagement object.
- /// Find more info here
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-update?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
diff --git a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs
index ba683d17fc..d4a775ea49 100644
--- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs
+++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs
@@ -55,12 +55,12 @@ public Command BuildDeleteCommand() {
return command;
}
///
- /// Read properties and relationships of the roleDefinition object.
- /// Find more info here
+ /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ /// Find more info here
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Read properties and relationships of the roleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0";
+ command.Description = "Read properties and relationships of the deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0";
var roleDefinitionIdOption = new Option("--role-definition-id", description: "The unique identifier of roleDefinition") {
};
roleDefinitionIdOption.IsRequired = true;
@@ -106,12 +106,12 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Update the properties of a roleDefinition object.
- /// Find more info here
+ /// Update the properties of a deviceAndAppManagementRoleDefinition object.
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the properties of a roleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0";
+ command.Description = "Update the properties of a deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0";
var roleDefinitionIdOption = new Option("--role-definition-id", description: "The unique identifier of roleDefinition") {
};
roleDefinitionIdOption.IsRequired = true;
@@ -209,7 +209,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read properties and relationships of the roleDefinition object.
+ /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -225,7 +225,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the properties of a roleDefinition object.
+ /// Update the properties of a deviceAndAppManagementRoleDefinition object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -243,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RoleDefinition
return requestInfo;
}
///
- /// Read properties and relationships of the roleDefinition object.
+ /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
///
public class RoleDefinitionItemRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs
index 726804122d..a088b14d8c 100644
--- a/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs
+++ b/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs
@@ -50,12 +50,12 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Create a new roleDefinition object.
- /// Find more info here
+ /// Create a new deviceAndAppManagementRoleDefinition object.
+ /// Find more info here
///
public Command BuildCreateCommand() {
var command = new Command("create");
- command.Description = "Create a new roleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0";
+ command.Description = "Create a new deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0";
var bodyOption = new Option("--body", description: "The request body") {
};
bodyOption.IsRequired = true;
@@ -94,12 +94,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
- /// Find more info here
+ /// List properties and relationships of the roleDefinition objects.
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List properties and relationships of the deviceAndAppManagementRoleDefinition objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0";
+ command.Description = "List properties and relationships of the roleDefinition objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0";
var topOption = new Option("--top", description: "Show only the first n items") {
};
topOption.IsRequired = false;
@@ -199,7 +199,7 @@ public RoleDefinitionsRequestBuilder(Dictionary pathParameters)
public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
+ /// List properties and relationships of the roleDefinition objects.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -215,7 +215,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new roleDefinition object.
+ /// Create a new deviceAndAppManagementRoleDefinition object.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -233,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.RoleDefinition
return requestInfo;
}
///
- /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
+ /// List properties and relationships of the roleDefinition objects.
///
public class RoleDefinitionsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index 46d5308e98..466163d27e 100644
--- a/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.CreatedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -131,7 +131,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -165,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index 44210a24cc..b816d4f4d2 100644
--- a/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -146,7 +146,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -162,7 +162,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index 894b1936c1..0a8b7a9f41 100644
--- a/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.Items.Item.CreatedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -143,7 +143,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -177,7 +177,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index dfb0934e93..86561177e5 100644
--- a/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -152,7 +152,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -168,7 +168,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs
index d54aefbc1f..e15b0300da 100644
--- a/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs
@@ -467,12 +467,12 @@ public Command BuildListItemNavCommand() {
return command;
}
///
- /// Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
- /// Find more info here
+ /// To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
+ /// Find more info here
///
public Command BuildPatchCommand() {
var command = new Command("patch");
- command.Description = "Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0";
+ command.Description = "To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -808,7 +808,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
+ /// To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
///
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
diff --git a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index c2f262acd6..b35e1af7ee 100644
--- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.Items.Item.LastModifiedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -143,7 +143,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -177,7 +177,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index 8838b920b9..e942cece1e 100644
--- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -152,7 +152,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -168,7 +168,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs
index 5e02721481..1f103d6f21 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs
@@ -139,11 +139,11 @@ public Command BuildCreateCommand() {
}
///
/// Retrieve a list of nameditem objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of nameditem objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-list-names?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of nameditem objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-list?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs
index 4fd3ffe897..12fccb0c54 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs
@@ -149,11 +149,11 @@ public Command BuildItemAtWithIndexRbCommand() {
}
///
/// Retrieve a list of tablecolumn objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs
index 2f91e72d1b..dffa0e7ce4 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs
@@ -145,11 +145,11 @@ public Command BuildItemAtWithIndexRbCommand() {
}
///
/// Retrieve a list of tablerow objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs
index 765e4ab10e..e3ce1d11a1 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs
@@ -173,11 +173,11 @@ public Command BuildItemWithNameRbCommand() {
}
///
/// Retrieve a list of chart objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of chart objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-list?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of chart objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list-charts?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs
index cd854cc471..3938a7ebeb 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs
@@ -155,11 +155,11 @@ public Command BuildItemAtWithIndexRbCommand() {
}
///
/// Retrieve a list of tablecolumn objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs
index b64f5579bb..3153b5346e 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs
@@ -151,11 +151,11 @@ public Command BuildItemAtWithIndexRbCommand() {
}
///
/// Retrieve a list of tablerow objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs
index f17c8b9bc5..d6c317f650 100644
--- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs
+++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs
@@ -131,11 +131,11 @@ public Command BuildCreateCommand() {
}
///
/// Retrieve a list of worksheet objects.
- /// Find more info here
+ /// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of worksheet objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of worksheet objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-list-worksheets?view=graph-rest-1.0";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
diff --git a/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index d9d8d8fa00..617b67a52d 100644
--- a/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.LastModifiedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -131,7 +131,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -165,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index e9da77d834..6b6f700af1 100644
--- a/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -146,7 +146,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -162,7 +162,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index 4eb5b4a311..6bc19fe729 100644
--- a/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.List.CreatedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -131,7 +131,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -165,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index 4635b1e0ac..ccafcc0556 100644
--- a/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -146,7 +146,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -162,7 +162,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index c0c8818245..13cb7b5c32 100644
--- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.List.Items.Item.CreatedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -143,7 +143,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -177,7 +177,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index dbf9cbe59e..64869842ec 100644
--- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -152,7 +152,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -168,7 +168,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index ae67d39421..92f267545a 100644
--- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.List.Items.Item.LastModifiedByUser.MailboxSettings
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -143,7 +143,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -177,7 +177,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index d07561183d..15db268082 100644
--- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -152,7 +152,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -168,7 +168,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
index 39ecd59eea..e234093875 100644
--- a/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs
@@ -20,11 +20,11 @@ namespace ApiSdk.Drives.Item.List.LastModifiedByUser.MailboxSettings {
///
public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder {
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.";
+ command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -131,7 +131,7 @@ public MailboxSettingsRequestBuilder(Dictionary pathParameters)
public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/mailboxSettings{?%24select,%24expand}", rawUrl) {
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -165,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting
return requestInfo;
}
///
- /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.
+ /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
///
public class MailboxSettingsRequestBuilderGetQueryParameters {
/// Expand related entities
diff --git a/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
index d3a2c4596e..ad24fe585c 100644
--- a/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
+++ b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs
@@ -36,11 +36,11 @@ public Command BuildCountNavCommand() {
return command;
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public Command BuildGetCommand() {
var command = new Command("get");
- command.Description = "Get serviceProvisioningErrors property value";
+ command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).";
var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") {
};
driveIdOption.IsRequired = true;
@@ -146,7 +146,7 @@ public ServiceProvisioningErrorsRequestBuilder(Dictionary pathPa
public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -162,7 +162,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get serviceProvisioningErrors property value
+ /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
///
public class ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs
index ff4f50f506..e2cacfee4f 100644
--- a/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs
@@ -1,4 +1,5 @@
//
+using ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories;
using ApiSdk.Models.ODataErrors;
using ApiSdk.Models;
using Microsoft.Kiota.Abstractions.Serialization;
@@ -103,6 +104,31 @@ public Command BuildGetCommand() {
return command;
}
///
+ /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity.
+ ///
+ public Command BuildGradingCategoriesNavCommand() {
+ var command = new Command("grading-categories");
+ command.Description = "Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity.";
+ var builder = new GradingCategoriesRequestBuilder(PathParameters);
+ var execCommands = new List();
+ var nonExecCommands = new List();
+ nonExecCommands.Add(builder.BuildCountNavCommand());
+ execCommands.Add(builder.BuildCreateCommand());
+ execCommands.Add(builder.BuildListCommand());
+ var cmds = builder.BuildCommand();
+ execCommands.AddRange(cmds.Item1);
+ nonExecCommands.AddRange(cmds.Item2);
+ foreach (var cmd in execCommands)
+ {
+ command.AddCommand(cmd);
+ }
+ foreach (var cmd in nonExecCommands.OrderBy(static c => c.Name, StringComparer.Ordinal))
+ {
+ command.AddCommand(cmd);
+ }
+ return command;
+ }
+ ///
/// Update the properties of an educationAssignmentSettings object. Only teachers can update these settings.
/// Find more info here
///
diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs
new file mode 100644
index 0000000000..18d2a83a1d
--- /dev/null
+++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs
@@ -0,0 +1,115 @@
+//
+using ApiSdk.Models.ODataErrors;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using Microsoft.Kiota.Cli.Commons.Extensions;
+using Microsoft.Kiota.Cli.Commons.IO;
+using Microsoft.Kiota.Cli.Commons;
+using System.Collections.Generic;
+using System.CommandLine;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories.Count {
+ ///
+ /// Provides operations to count the resources in the collection.
+ ///
+ public class CountRequestBuilder : BaseCliRequestBuilder {
+ ///
+ /// Get the number of the resource
+ ///
+ public Command BuildGetCommand() {
+ var command = new Command("get");
+ command.Description = "Get the number of the resource";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var searchOption = new Option("--search", description: "Search items by search phrases") {
+ };
+ searchOption.IsRequired = false;
+ command.AddOption(searchOption);
+ var filterOption = new Option("--filter", description: "Filter items by property values") {
+ };
+ filterOption.IsRequired = false;
+ command.AddOption(filterOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var search = invocationContext.ParseResult.GetValueForOption(searchOption);
+ var filter = invocationContext.ParseResult.GetValueForOption(filterOption);
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToGetRequestInformation(q => {
+ if (!string.IsNullOrEmpty(search)) q.QueryParameters.Search = search;
+ if (!string.IsNullOrEmpty(filter)) q.QueryParameters.Filter = filter;
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ var formatter = outputFormatterFactory.GetFormatter(FormatterType.TEXT);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Instantiates a new CountRequestBuilder and sets the default values.
+ ///
+ /// Path parameters for the request
+ public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/$count{?%24search,%24filter}", pathParameters) {
+ }
+ ///
+ /// Instantiates a new CountRequestBuilder and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/$count{?%24search,%24filter}", rawUrl) {
+ }
+ ///
+ /// Get the number of the resource
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ ///
+ /// Get the number of the resource
+ ///
+ public class CountRequestBuilderGetQueryParameters {
+ /// Filter items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24filter")]
+ public string? Filter { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24filter")]
+ public string Filter { get; set; }
+#endif
+ /// Search items by search phrases
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24search")]
+ public string? Search { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24search")]
+ public string Search { get; set; }
+#endif
+ }
+ }
+}
diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs
new file mode 100644
index 0000000000..49f66f39c7
--- /dev/null
+++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs
@@ -0,0 +1,308 @@
+//
+using ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories.Count;
+using ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories.Item;
+using ApiSdk.Models.ODataErrors;
+using ApiSdk.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using Microsoft.Kiota.Cli.Commons.Extensions;
+using Microsoft.Kiota.Cli.Commons.IO;
+using Microsoft.Kiota.Cli.Commons;
+using System.Collections.Generic;
+using System.CommandLine;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories {
+ ///
+ /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity.
+ ///
+ public class GradingCategoriesRequestBuilder : BaseCliRequestBuilder {
+ ///
+ /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity.
+ ///
+ public Tuple, List> BuildCommand() {
+ var executables = new List();
+ var builder = new EducationGradingCategoryItemRequestBuilder(PathParameters);
+ executables.Add(builder.BuildDeleteCommand());
+ executables.Add(builder.BuildGetCommand());
+ executables.Add(builder.BuildPatchCommand());
+ return new(executables, new(0));
+ }
+ ///
+ /// Provides operations to count the resources in the collection.
+ ///
+ public Command BuildCountNavCommand() {
+ var command = new Command("count");
+ command.Description = "Provides operations to count the resources in the collection.";
+ var builder = new CountRequestBuilder(PathParameters);
+ var execCommands = new List();
+ execCommands.Add(builder.BuildGetCommand());
+ foreach (var cmd in execCommands)
+ {
+ command.AddCommand(cmd);
+ }
+ return command;
+ }
+ ///
+ /// Create new navigation property to gradingCategories for education
+ ///
+ public Command BuildCreateCommand() {
+ var command = new Command("create");
+ command.Description = "Create new navigation property to gradingCategories for education";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var bodyOption = new Option("--body", description: "The request body") {
+ };
+ bodyOption.IsRequired = true;
+ command.AddOption(bodyOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty;
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body));
+ var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream);
+ var model = parseNode.GetObjectValue(EducationGradingCategory.CreateFromDiscriminatorValue);
+ if (model is null) {
+ Console.Error.WriteLine("No model data to send.");
+ return;
+ }
+ var requestInfo = ToPostRequestInformation(model, q => {
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ requestInfo.SetContentFromParsable(reqAdapter, "application/json", model);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ var formatter = outputFormatterFactory.GetFormatter(output);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public Command BuildListCommand() {
+ var command = new Command("list");
+ command.Description = "When set, enables users to weight assignments differently when computing a class average grade.";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var topOption = new Option("--top", description: "Show only the first n items") {
+ };
+ topOption.IsRequired = false;
+ command.AddOption(topOption);
+ var skipOption = new Option("--skip", description: "Skip the first n items") {
+ };
+ skipOption.IsRequired = false;
+ command.AddOption(skipOption);
+ var searchOption = new Option("--search", description: "Search items by search phrases") {
+ };
+ searchOption.IsRequired = false;
+ command.AddOption(searchOption);
+ var filterOption = new Option("--filter", description: "Filter items by property values") {
+ };
+ filterOption.IsRequired = false;
+ command.AddOption(filterOption);
+ var countOption = new Option("--count", description: "Include count of items") {
+ };
+ countOption.IsRequired = false;
+ command.AddOption(countOption);
+ var orderbyOption = new Option("--orderby", description: "Order items by property values") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ orderbyOption.IsRequired = false;
+ command.AddOption(orderbyOption);
+ var selectOption = new Option("--select", description: "Select properties to be returned") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ selectOption.IsRequired = false;
+ command.AddOption(selectOption);
+ var expandOption = new Option("--expand", description: "Expand related entities") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ expandOption.IsRequired = false;
+ command.AddOption(expandOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ var allOption = new Option("--all");
+ command.AddOption(allOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var top = invocationContext.ParseResult.GetValueForOption(topOption);
+ var skip = invocationContext.ParseResult.GetValueForOption(skipOption);
+ var search = invocationContext.ParseResult.GetValueForOption(searchOption);
+ var filter = invocationContext.ParseResult.GetValueForOption(filterOption);
+ var count = invocationContext.ParseResult.GetValueForOption(countOption);
+ var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption);
+ var select = invocationContext.ParseResult.GetValueForOption(selectOption);
+ var expand = invocationContext.ParseResult.GetValueForOption(expandOption);
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ var all = invocationContext.ParseResult.GetValueForOption(allOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ IPagingService pagingService = invocationContext.BindingContext.GetService(typeof(IPagingService)) as IPagingService ?? throw new ArgumentNullException("pagingService");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToGetRequestInformation(q => {
+ q.QueryParameters.Top = top;
+ q.QueryParameters.Skip = skip;
+ if (!string.IsNullOrEmpty(search)) q.QueryParameters.Search = search;
+ if (!string.IsNullOrEmpty(filter)) q.QueryParameters.Filter = filter;
+ q.QueryParameters.Count = count;
+ q.QueryParameters.Orderby = orderby;
+ q.QueryParameters.Select = select;
+ q.QueryParameters.Expand = expand;
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var pagingData = new PageLinkData(requestInfo, null, itemName: "value", nextLinkName: "@odata.nextLink");
+ var pageResponse = await pagingService.GetPagedDataAsync((info, token) => reqAdapter.SendNoContentAsync(info, cancellationToken: token), pagingData, all, cancellationToken);
+ var response = pageResponse?.Response;
+ IOutputFormatter? formatter = null;
+ if (pageResponse?.StatusCode >= 200 && pageResponse?.StatusCode < 300) {
+ formatter = outputFormatterFactory.GetFormatter(output);
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ } else {
+ formatter = outputFormatterFactory.GetFormatter(FormatterType.TEXT);
+ }
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Instantiates a new GradingCategoriesRequestBuilder and sets the default values.
+ ///
+ /// Path parameters for the request
+ public GradingCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", pathParameters) {
+ }
+ ///
+ /// Instantiates a new GradingCategoriesRequestBuilder and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ public GradingCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// Create new navigation property to gradingCategories for education
+ ///
+ /// The request body
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToPostRequestInformation(EducationGradingCategory body, Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToPostRequestInformation(EducationGradingCategory body, Action> requestConfiguration = default) {
+#endif
+ _ = body ?? throw new ArgumentNullException(nameof(body));
+ var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public class GradingCategoriesRequestBuilderGetQueryParameters {
+ /// Include count of items
+ [QueryParameter("%24count")]
+ public bool? Count { get; set; }
+ /// Expand related entities
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24expand")]
+ public string[]? Expand { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24expand")]
+ public string[] Expand { get; set; }
+#endif
+ /// Filter items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24filter")]
+ public string? Filter { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24filter")]
+ public string Filter { get; set; }
+#endif
+ /// Order items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24orderby")]
+ public string[]? Orderby { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24orderby")]
+ public string[] Orderby { get; set; }
+#endif
+ /// Search items by search phrases
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24search")]
+ public string? Search { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24search")]
+ public string Search { get; set; }
+#endif
+ /// Select properties to be returned
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24select")]
+ public string[]? Select { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24select")]
+ public string[] Select { get; set; }
+#endif
+ /// Skip the first n items
+ [QueryParameter("%24skip")]
+ public int? Skip { get; set; }
+ /// Show only the first n items
+ [QueryParameter("%24top")]
+ public int? Top { get; set; }
+ }
+ }
+}
diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs
new file mode 100644
index 0000000000..66f9866424
--- /dev/null
+++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs
@@ -0,0 +1,260 @@
+//
+using ApiSdk.Models.ODataErrors;
+using ApiSdk.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using Microsoft.Kiota.Cli.Commons.Extensions;
+using Microsoft.Kiota.Cli.Commons.IO;
+using Microsoft.Kiota.Cli.Commons;
+using System.Collections.Generic;
+using System.CommandLine;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace ApiSdk.Education.Classes.Item.AssignmentSettings.GradingCategories.Item {
+ ///
+ /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity.
+ ///
+ public class EducationGradingCategoryItemRequestBuilder : BaseCliRequestBuilder {
+ ///
+ /// Delete navigation property gradingCategories for education
+ ///
+ public Command BuildDeleteCommand() {
+ var command = new Command("delete");
+ command.Description = "Delete navigation property gradingCategories for education";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var educationGradingCategoryIdOption = new Option("--education-grading-category-id", description: "The unique identifier of educationGradingCategory") {
+ };
+ educationGradingCategoryIdOption.IsRequired = true;
+ command.AddOption(educationGradingCategoryIdOption);
+ var ifMatchOption = new Option("--if-match", description: "ETag") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ ifMatchOption.IsRequired = false;
+ command.AddOption(ifMatchOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var educationGradingCategoryId = invocationContext.ParseResult.GetValueForOption(educationGradingCategoryIdOption);
+ var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption);
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToDeleteRequestInformation(q => {
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ if (educationGradingCategoryId is not null) requestInfo.PathParameters.Add("educationGradingCategory%2Did", educationGradingCategoryId);
+ if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken);
+ Console.WriteLine("Success");
+ });
+ return command;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public Command BuildGetCommand() {
+ var command = new Command("get");
+ command.Description = "When set, enables users to weight assignments differently when computing a class average grade.";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var educationGradingCategoryIdOption = new Option("--education-grading-category-id", description: "The unique identifier of educationGradingCategory") {
+ };
+ educationGradingCategoryIdOption.IsRequired = true;
+ command.AddOption(educationGradingCategoryIdOption);
+ var selectOption = new Option("--select", description: "Select properties to be returned") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ selectOption.IsRequired = false;
+ command.AddOption(selectOption);
+ var expandOption = new Option("--expand", description: "Expand related entities") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ expandOption.IsRequired = false;
+ command.AddOption(expandOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var educationGradingCategoryId = invocationContext.ParseResult.GetValueForOption(educationGradingCategoryIdOption);
+ var select = invocationContext.ParseResult.GetValueForOption(selectOption);
+ var expand = invocationContext.ParseResult.GetValueForOption(expandOption);
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToGetRequestInformation(q => {
+ q.QueryParameters.Select = select;
+ q.QueryParameters.Expand = expand;
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ if (educationGradingCategoryId is not null) requestInfo.PathParameters.Add("educationGradingCategory%2Did", educationGradingCategoryId);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ var formatter = outputFormatterFactory.GetFormatter(output);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Update the navigation property gradingCategories in education
+ ///
+ public Command BuildPatchCommand() {
+ var command = new Command("patch");
+ command.Description = "Update the navigation property gradingCategories in education";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var educationGradingCategoryIdOption = new Option("--education-grading-category-id", description: "The unique identifier of educationGradingCategory") {
+ };
+ educationGradingCategoryIdOption.IsRequired = true;
+ command.AddOption(educationGradingCategoryIdOption);
+ var bodyOption = new Option("--body", description: "The request body") {
+ };
+ bodyOption.IsRequired = true;
+ command.AddOption(bodyOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var educationGradingCategoryId = invocationContext.ParseResult.GetValueForOption(educationGradingCategoryIdOption);
+ var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty;
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body));
+ var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream);
+ var model = parseNode.GetObjectValue(EducationGradingCategory.CreateFromDiscriminatorValue);
+ if (model is null) {
+ Console.Error.WriteLine("No model data to send.");
+ return;
+ }
+ var requestInfo = ToPatchRequestInformation(model, q => {
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ if (educationGradingCategoryId is not null) requestInfo.PathParameters.Add("educationGradingCategory%2Did", educationGradingCategoryId);
+ requestInfo.SetContentFromParsable(reqAdapter, "application/json", model);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ var formatter = outputFormatterFactory.GetFormatter(output);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Instantiates a new EducationGradingCategoryItemRequestBuilder and sets the default values.
+ ///
+ /// Path parameters for the request
+ public EducationGradingCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}{?%24select,%24expand}", pathParameters) {
+ }
+ ///
+ /// Instantiates a new EducationGradingCategoryItemRequestBuilder and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ public EducationGradingCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}{?%24select,%24expand}", rawUrl) {
+ }
+ ///
+ /// Delete navigation property gradingCategories for education
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// Update the navigation property gradingCategories in education
+ ///
+ /// The request body
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToPatchRequestInformation(EducationGradingCategory body, Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToPatchRequestInformation(EducationGradingCategory body, Action> requestConfiguration = default) {
+#endif
+ _ = body ?? throw new ArgumentNullException(nameof(body));
+ var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public class EducationGradingCategoryItemRequestBuilderGetQueryParameters {
+ /// Expand related entities
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24expand")]
+ public string[]? Expand { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24expand")]
+ public string[] Expand { get; set; }
+#endif
+ /// Select properties to be returned
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24select")]
+ public string[]? Select { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24select")]
+ public string[] Select { get; set; }
+#endif
+ }
+ }
+}
diff --git a/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs
index 5c07e4c9b2..ac33313c31 100644
--- a/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs
@@ -32,6 +32,7 @@ public Tuple, List> BuildCommand() {
commands.Add(builder.BuildCategoriesNavCommand());
executables.Add(builder.BuildDeleteCommand());
executables.Add(builder.BuildGetCommand());
+ commands.Add(builder.BuildGradingCategoryNavCommand());
executables.Add(builder.BuildPatchCommand());
commands.Add(builder.BuildPublishNavCommand());
commands.Add(builder.BuildResourcesNavCommand());
@@ -122,12 +123,12 @@ public Command BuildDeltaNavCommand() {
return command;
}
///
- /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.
+ /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0";
var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
};
educationClassIdOption.IsRequired = true;
@@ -233,7 +234,7 @@ public AssignmentsRequestBuilder(Dictionary pathParameters) : ba
public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.
+ /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -267,7 +268,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignment body, Act
return requestInfo;
}
///
- /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.
+ /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.
///
public class AssignmentsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs
index 420e291dff..0f8c62fbdb 100644
--- a/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs
@@ -1,5 +1,6 @@
//
using ApiSdk.Education.Classes.Item.Assignments.Item.Categories;
+using ApiSdk.Education.Classes.Item.Assignments.Item.GradingCategory;
using ApiSdk.Education.Classes.Item.Assignments.Item.Publish;
using ApiSdk.Education.Classes.Item.Assignments.Item.Resources;
using ApiSdk.Education.Classes.Item.Assignments.Item.Rubric;
@@ -151,6 +152,22 @@ public Command BuildGetCommand() {
return command;
}
///
+ /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity.
+ ///
+ public Command BuildGradingCategoryNavCommand() {
+ var command = new Command("grading-category");
+ command.Description = "Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity.";
+ var builder = new GradingCategoryRequestBuilder(PathParameters);
+ var execCommands = new List();
+ execCommands.Add(builder.BuildDeleteCommand());
+ execCommands.Add(builder.BuildGetCommand());
+ foreach (var cmd in execCommands)
+ {
+ command.AddCommand(cmd);
+ }
+ return command;
+ }
+ ///
/// Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose.
/// Find more info here
///
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs
new file mode 100644
index 0000000000..b733c2da4a
--- /dev/null
+++ b/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs
@@ -0,0 +1,188 @@
+//
+using ApiSdk.Models.ODataErrors;
+using ApiSdk.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using Microsoft.Kiota.Cli.Commons.Extensions;
+using Microsoft.Kiota.Cli.Commons.IO;
+using Microsoft.Kiota.Cli.Commons;
+using System.Collections.Generic;
+using System.CommandLine;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace ApiSdk.Education.Classes.Item.Assignments.Item.GradingCategory {
+ ///
+ /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity.
+ ///
+ public class GradingCategoryRequestBuilder : BaseCliRequestBuilder {
+ ///
+ /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.
+ /// Find more info here
+ ///
+ public Command BuildDeleteCommand() {
+ var command = new Command("delete");
+ command.Description = "Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-gradingcategory?view=graph-rest-1.0";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var educationAssignmentIdOption = new Option("--education-assignment-id", description: "The unique identifier of educationAssignment") {
+ };
+ educationAssignmentIdOption.IsRequired = true;
+ command.AddOption(educationAssignmentIdOption);
+ var ifMatchOption = new Option("--if-match", description: "ETag") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ ifMatchOption.IsRequired = false;
+ command.AddOption(ifMatchOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var educationAssignmentId = invocationContext.ParseResult.GetValueForOption(educationAssignmentIdOption);
+ var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption);
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToDeleteRequestInformation(q => {
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId);
+ if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken);
+ Console.WriteLine("Success");
+ });
+ return command;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public Command BuildGetCommand() {
+ var command = new Command("get");
+ command.Description = "When set, enables users to weight assignments differently when computing a class average grade.";
+ var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
+ };
+ educationClassIdOption.IsRequired = true;
+ command.AddOption(educationClassIdOption);
+ var educationAssignmentIdOption = new Option("--education-assignment-id", description: "The unique identifier of educationAssignment") {
+ };
+ educationAssignmentIdOption.IsRequired = true;
+ command.AddOption(educationAssignmentIdOption);
+ var selectOption = new Option("--select", description: "Select properties to be returned") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ selectOption.IsRequired = false;
+ command.AddOption(selectOption);
+ var expandOption = new Option("--expand", description: "Expand related entities") {
+ Arity = ArgumentArity.ZeroOrMore
+ };
+ expandOption.IsRequired = false;
+ command.AddOption(expandOption);
+ var outputOption = new Option("--output", () => FormatterType.JSON);
+ command.AddOption(outputOption);
+ var queryOption = new Option("--query");
+ command.AddOption(queryOption);
+ command.SetHandler(async (invocationContext) => {
+ var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption);
+ var educationAssignmentId = invocationContext.ParseResult.GetValueForOption(educationAssignmentIdOption);
+ var select = invocationContext.ParseResult.GetValueForOption(selectOption);
+ var expand = invocationContext.ParseResult.GetValueForOption(expandOption);
+ var output = invocationContext.ParseResult.GetValueForOption(outputOption);
+ var query = invocationContext.ParseResult.GetValueForOption(queryOption);
+ IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter");
+ IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory");
+ var cancellationToken = invocationContext.GetCancellationToken();
+ var reqAdapter = invocationContext.GetRequestAdapter();
+ var requestInfo = ToGetRequestInformation(q => {
+ q.QueryParameters.Select = select;
+ q.QueryParameters.Expand = expand;
+ });
+ if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId);
+ if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId);
+ var errorMapping = new Dictionary> {
+ {"4XX", ODataError.CreateFromDiscriminatorValue},
+ {"5XX", ODataError.CreateFromDiscriminatorValue},
+ };
+ var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null;
+ response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response;
+ var formatter = outputFormatterFactory.GetFormatter(output);
+ await formatter.WriteOutputAsync(response, cancellationToken);
+ });
+ return command;
+ }
+ ///
+ /// Instantiates a new GradingCategoryRequestBuilder and sets the default values.
+ ///
+ /// Path parameters for the request
+ public GradingCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24select,%24expand}", pathParameters) {
+ }
+ ///
+ /// Instantiates a new GradingCategoryRequestBuilder and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ public GradingCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24select,%24expand}", rawUrl) {
+ }
+ ///
+ /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// When set, enables users to weight assignments differently when computing a class average grade.
+ ///
+ public class GradingCategoryRequestBuilderGetQueryParameters {
+ /// Expand related entities
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24expand")]
+ public string[]? Expand { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24expand")]
+ public string[] Expand { get; set; }
+#endif
+ /// Select properties to be returned
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24select")]
+ public string[]? Select { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24select")]
+ public string[] Select { get; set; }
+#endif
+ }
+ }
+}
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs
index 954c9d85f4..70ce0f698b 100644
--- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs
@@ -110,12 +110,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
+ /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0";
+ command.Description = "Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0";
var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
};
educationClassIdOption.IsRequired = true;
@@ -233,7 +233,7 @@ public OutcomesRequestBuilder(Dictionary pathParameters) : base(
public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
+ /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -267,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationOutcome body, Action
return requestInfo;
}
///
- /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
+ /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
///
public class OutcomesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs
index b6e04f1266..5d1acc7e12 100644
--- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs
@@ -110,12 +110,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded.
+ /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0";
+ command.Description = "List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0";
var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
};
educationClassIdOption.IsRequired = true;
@@ -233,7 +233,7 @@ public ResourcesRequestBuilder(Dictionary pathParameters) : base
public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded.
+ /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -267,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b
return requestInfo;
}
///
- /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded.
+ /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
///
public class ResourcesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs
index cc6998645b..c77eedb950 100644
--- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs
@@ -109,12 +109,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
+ /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0";
+ command.Description = "List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0";
var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
};
educationClassIdOption.IsRequired = true;
@@ -232,7 +232,7 @@ public SubmittedResourcesRequestBuilder(Dictionary pathParameter
public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
+ /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -266,7 +266,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b
return requestInfo;
}
///
- /// List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
+ /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.
///
public class SubmittedResourcesRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs
index af885de2ac..3606433fa4 100644
--- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs
@@ -112,12 +112,12 @@ public Command BuildCreateCommand() {
return command;
}
///
- /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.
+ /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.
/// Find more info here
///
public Command BuildListCommand() {
var command = new Command("list");
- command.Description = "List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0";
+ command.Description = "List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0";
var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") {
};
educationClassIdOption.IsRequired = true;
@@ -229,7 +229,7 @@ public SubmissionsRequestBuilder(Dictionary pathParameters) : ba
public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
///
- /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.
+ /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.
///
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -263,7 +263,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmission body, Act
return requestInfo;
}
///
- /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with.
+ /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.
///
public class SubmissionsRequestBuilderGetQueryParameters {
/// Include count of items
diff --git a/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs
index 215b661c0a..6f9b200b57 100644
--- a/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs
+++ b/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs
@@ -78,13 +78,19 @@ public Command BuildAssignmentSettingsNavCommand() {
command.Description = "Provides operations to manage the assignmentSettings property of the microsoft.graph.educationClass entity.";
var builder = new AssignmentSettingsRequestBuilder(PathParameters);
var execCommands = new List();
+ var nonExecCommands = new List