diff --git a/src/generated/Admin/AdminRequestBuilder.cs b/src/generated/Admin/AdminRequestBuilder.cs
index 9cc2a80a9f..f481536270 100644
--- a/src/generated/Admin/AdminRequestBuilder.cs
+++ b/src/generated/Admin/AdminRequestBuilder.cs
@@ -26,6 +26,7 @@ public class AdminRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the edge property of the microsoft.graph.admin entity.
///
+ /// A
public Command BuildEdgeNavCommand() {
var command = new Command("edge");
command.Description = "Provides operations to manage the edge property of the microsoft.graph.admin entity.";
@@ -49,6 +50,7 @@ public Command BuildEdgeNavCommand() {
///
/// Get admin
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get admin";
@@ -93,6 +95,7 @@ public Command BuildGetCommand() {
///
/// Update admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update admin";
@@ -136,6 +139,7 @@ public Command BuildPatchCommand() {
///
/// Provides operations to manage the people property of the microsoft.graph.admin entity.
///
+ /// A
public Command BuildPeopleNavCommand() {
var command = new Command("people");
command.Description = "Provides operations to manage the people property of the microsoft.graph.admin entity.";
@@ -158,6 +162,7 @@ public Command BuildPeopleNavCommand() {
///
/// Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity.
///
+ /// A
public Command BuildServiceAnnouncementNavCommand() {
var command = new Command("service-announcement");
command.Description = "Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity.";
@@ -183,6 +188,7 @@ public Command BuildServiceAnnouncementNavCommand() {
///
/// Provides operations to manage the sharepoint property of the microsoft.graph.admin entity.
///
+ /// A
public Command BuildSharepointNavCommand() {
var command = new Command("sharepoint");
command.Description = "Provides operations to manage the sharepoint property of the microsoft.graph.admin entity.";
@@ -204,13 +210,13 @@ public Command BuildSharepointNavCommand() {
return command;
}
///
- /// Instantiates a new AdminRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AdminRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new AdminRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AdminRequestBuilder(string rawUrl) : base("{+baseurl}/admin{?%24expand,%24select}", rawUrl) {
@@ -218,6 +224,7 @@ public AdminRequestBuilder(string rawUrl) : base("{+baseurl}/admin{?%24expand,%2
///
/// Get admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -234,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -244,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Admin body, Ac
public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Admin body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/EdgeRequestBuilder.cs b/src/generated/Admin/Edge/EdgeRequestBuilder.cs
index bfd604bc74..8b7795b490 100644
--- a/src/generated/Admin/Edge/EdgeRequestBuilder.cs
+++ b/src/generated/Admin/Edge/EdgeRequestBuilder.cs
@@ -23,6 +23,7 @@ public class EdgeRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property edge for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property edge for admin";
@@ -50,6 +51,7 @@ public Command BuildDeleteCommand() {
///
/// A container for Microsoft Edge resources. Read-only.
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "A container for Microsoft Edge resources. Read-only.";
@@ -94,6 +96,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to manage the internetExplorerMode property of the microsoft.graph.edge entity.
///
+ /// A
public Command BuildInternetExplorerModeNavCommand() {
var command = new Command("internet-explorer-mode");
command.Description = "Provides operations to manage the internetExplorerMode property of the microsoft.graph.edge entity.";
@@ -117,6 +120,7 @@ public Command BuildInternetExplorerModeNavCommand() {
///
/// Update the navigation property edge in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property edge in admin";
@@ -158,13 +162,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new EdgeRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public EdgeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new EdgeRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public EdgeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge{?%24expand,%24select}", rawUrl) {
@@ -172,6 +176,7 @@ public EdgeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge{?%24expan
///
/// Delete navigation property edge for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -180,7 +185,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/edge", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -188,6 +193,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// A container for Microsoft Edge resources. Read-only.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -204,6 +210,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property edge in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -214,7 +221,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Edge body, Act
public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Edge body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/edge", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs
index 4b508d1d51..fd6e41ab86 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs
@@ -23,6 +23,7 @@ public class InternetExplorerModeRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property internetExplorerMode for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property internetExplorerMode for admin";
@@ -50,6 +51,7 @@ public Command BuildDeleteCommand() {
///
/// A container for Internet Explorer mode resources.
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "A container for Internet Explorer mode resources.";
@@ -94,6 +96,7 @@ public Command BuildGetCommand() {
///
/// Update the navigation property internetExplorerMode in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property internetExplorerMode in admin";
@@ -137,6 +140,7 @@ public Command BuildPatchCommand() {
///
/// Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.
///
+ /// A
public Command BuildSiteListsNavCommand() {
var command = new Command("site-lists");
command.Description = "Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.";
@@ -160,13 +164,13 @@ public Command BuildSiteListsNavCommand() {
return command;
}
///
- /// Instantiates a new InternetExplorerModeRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public InternetExplorerModeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new InternetExplorerModeRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public InternetExplorerModeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24expand,%24select}", rawUrl) {
@@ -174,6 +178,7 @@ public InternetExplorerModeRequestBuilder(string rawUrl) : base("{+baseurl}/admi
///
/// Delete navigation property internetExplorerMode for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -182,7 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/edge/internetExplorerMode", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// A container for Internet Explorer mode resources.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -206,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property internetExplorerMode in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -216,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.InternetExplor
public RequestInformation ToPatchRequestInformation(ApiSdk.Models.InternetExplorerMode body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/edge/internetExplorerMode", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs
index 3baaf5a191..455691d5ca 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -53,13 +54,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24filter,%24search}", rawUrl) {
@@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internet
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs
index 93ab729683..9ea485f096 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs
@@ -26,6 +26,7 @@ public class BrowserSiteListItemRequestBuilder : BaseCliRequestBuilder {
/// Delete a browserSiteList object.
/// Find more info here
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete a browserSiteList object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0";
@@ -60,6 +61,7 @@ public Command BuildDeleteCommand() {
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get a browserSiteList that contains browserSite and browserSharedCookie resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0";
@@ -111,6 +113,7 @@ public Command BuildGetCommand() {
/// Update the properties of a browserSiteList object.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the properties of a browserSiteList object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0";
@@ -160,6 +163,7 @@ public Command BuildPatchCommand() {
///
/// Provides operations to call the publish method.
///
+ /// A
public Command BuildPublishNavCommand() {
var command = new Command("publish");
command.Description = "Provides operations to call the publish method.";
@@ -175,6 +179,7 @@ public Command BuildPublishNavCommand() {
///
/// Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity.
///
+ /// A
public Command BuildSharedCookiesNavCommand() {
var command = new Command("shared-cookies");
command.Description = "Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity.";
@@ -200,6 +205,7 @@ public Command BuildSharedCookiesNavCommand() {
///
/// Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity.
///
+ /// A
public Command BuildSitesNavCommand() {
var command = new Command("sites");
command.Description = "Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity.";
@@ -223,13 +229,13 @@ public Command BuildSitesNavCommand() {
return command;
}
///
- /// Instantiates a new BrowserSiteListItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public BrowserSiteListItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new BrowserSiteListItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", rawUrl) {
@@ -237,6 +243,7 @@ public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin
///
/// Delete a browserSiteList object.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -245,7 +252,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -253,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -269,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the properties of a browserSiteList object.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -279,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSiteList body, Action
public RequestInformation ToPatchRequestInformation(BrowserSiteList body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.cs
index 2d88481f23..cce87547ce 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.cs
@@ -34,7 +34,7 @@ public class PublishPostRequestBody : IAdditionalDataHolder, IParsable {
public List Sites { get; set; }
#endif
///
- /// Instantiates a new publishPostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public PublishPostRequestBody() {
AdditionalData = new Dictionary();
@@ -42,6 +42,7 @@ public PublishPostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static PublishPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -50,6 +51,7 @@ public static PublishPostRequestBody CreateFromDiscriminatorValue(IParseNode par
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"revision", n => { Revision = n.GetStringValue(); } },
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs
index 7261494178..6f65c4715e 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs
@@ -23,6 +23,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder {
/// Publish the specified browserSiteList for devices to download.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Publish the specified browserSiteList for devices to download.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0";
@@ -70,13 +71,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new PublishRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public PublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", pathParameters) {
}
///
- /// Instantiates a new PublishRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", rawUrl) {
@@ -84,6 +85,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/intern
///
/// Publish the specified browserSiteList for devices to download.
///
+ /// A
/// The request body
/// 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/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs
index eb1de67b63..fd6968841f 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -59,13 +60,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24filter,%24search}", rawUrl) {
@@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internet
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs
index 56583a6977..da313d3ec7 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class BrowserSharedCookieItemRequestBuilder : BaseCliRequestBuilder {
/// Delete a browserSharedCookie from a browserSiteList.
/// Find more info here
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete a browserSharedCookie from a browserSiteList.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0";
@@ -63,6 +64,7 @@ public Command BuildDeleteCommand() {
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0";
@@ -120,6 +122,7 @@ public Command BuildGetCommand() {
/// Update the properties of a browserSharedCookie object.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the properties of a browserSharedCookie object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0";
@@ -173,13 +176,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new BrowserSharedCookieItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public BrowserSharedCookieItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new BrowserSharedCookieItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24expand,%24select}", rawUrl) {
@@ -187,6 +190,7 @@ public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/a
///
/// Delete a browserSharedCookie from a browserSiteList.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -195,7 +199,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the properties of a browserSharedCookie object.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -229,7 +235,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSharedCookie body, Ac
public RequestInformation ToPatchRequestInformation(BrowserSharedCookie body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs
index 8901cb649c..6b9fd57ff9 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class SharedCookiesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var builder = new BrowserSharedCookieItemRequestBuilder(PathParameters);
@@ -35,6 +36,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -51,6 +53,7 @@ public Command BuildCountNavCommand() {
/// Create a new browserSharedCookie object in a browserSiteList.
/// Find more info here
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create a new browserSharedCookie object in a browserSiteList.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0";
@@ -101,6 +104,7 @@ public Command BuildCreateCommand() {
/// Get a list of the browserSharedCookie objects and their properties.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get a list of the browserSharedCookie objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0";
@@ -197,13 +201,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new SharedCookiesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public SharedCookiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new SharedCookiesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -211,6 +215,7 @@ public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/
///
/// Get a list of the browserSharedCookie objects and their properties.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -227,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create a new browserSharedCookie object in a browserSiteList.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(BrowserSharedCookie body, Act
public RequestInformation ToPostRequestInformation(BrowserSharedCookie body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs
index 799be012cf..4cf9bc22ba 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -59,13 +60,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/$count{?%24filter,%24search}", rawUrl) {
@@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internet
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs
index ad197cc097..ad3a62b4a4 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class BrowserSiteItemRequestBuilder : BaseCliRequestBuilder {
/// Delete a browserSite from a browserSiteList.
/// Find more info here
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete a browserSite from a browserSiteList.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0";
@@ -63,6 +64,7 @@ public Command BuildDeleteCommand() {
/// Get a browserSite that resides on a browserSiteList.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get a browserSite that resides on a browserSiteList.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0";
@@ -120,6 +122,7 @@ public Command BuildGetCommand() {
/// Update the properties of a browserSite object.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the properties of a browserSite object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0";
@@ -173,13 +176,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new BrowserSiteItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public BrowserSiteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new BrowserSiteItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public BrowserSiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24expand,%24select}", rawUrl) {
@@ -187,6 +190,7 @@ public BrowserSiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edg
///
/// Delete a browserSite from a browserSiteList.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -195,7 +199,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get a browserSite that resides on a browserSiteList.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the properties of a browserSite object.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -229,7 +235,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSite body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs
index 82d17b5828..2179e94511 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var builder = new BrowserSiteItemRequestBuilder(PathParameters);
@@ -35,6 +36,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -51,6 +53,7 @@ public Command BuildCountNavCommand() {
/// Create a new browserSite object in a browserSiteList.
/// Find more info here
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create a new browserSite object in a browserSiteList.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0";
@@ -101,6 +104,7 @@ public Command BuildCreateCommand() {
/// Get a list of the browserSite objects and their properties.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get a list of the browserSite objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0";
@@ -197,13 +201,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new SitesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public SitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new SitesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -211,6 +215,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internet
///
/// Get a list of the browserSite objects and their properties.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -227,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create a new browserSite object in a browserSiteList.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(BrowserSite body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs
index a258e65dfc..5bf16584ed 100644
--- a/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs
+++ b/src/generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.cs
@@ -24,6 +24,7 @@ public class SiteListsRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -39,6 +40,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -55,6 +57,7 @@ public Command BuildCountNavCommand() {
/// Create a new browserSiteList object to support Internet Explorer mode.
/// Find more info here
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create a new browserSiteList object to support Internet Explorer mode.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0";
@@ -99,6 +102,7 @@ public Command BuildCreateCommand() {
/// Get a list of the browserSiteList objects and their properties.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get a list of the browserSiteList objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0";
@@ -189,13 +193,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new SiteListsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public SiteListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new SiteListsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public SiteListsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -203,6 +207,7 @@ public SiteListsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/inte
///
/// Get a list of the browserSiteList objects and their properties.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create a new browserSiteList object to support Internet Explorer mode.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -229,7 +235,7 @@ public RequestInformation ToPostRequestInformation(BrowserSiteList body, Action<
public RequestInformation ToPostRequestInformation(BrowserSiteList body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/edge/internetExplorerMode/siteLists", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/People/PeopleRequestBuilder.cs b/src/generated/Admin/People/PeopleRequestBuilder.cs
index 00e29cbf42..4983985b60 100644
--- a/src/generated/Admin/People/PeopleRequestBuilder.cs
+++ b/src/generated/Admin/People/PeopleRequestBuilder.cs
@@ -25,6 +25,7 @@ public class PeopleRequestBuilder : BaseCliRequestBuilder {
/// Retrieve the properties and relationships of a peopleAdminSettings object.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Retrieve the properties and relationships of a peopleAdminSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0";
@@ -69,6 +70,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity.
///
+ /// A
public Command BuildProfileCardPropertiesNavCommand() {
var command = new Command("profile-card-properties");
command.Description = "Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity.";
@@ -94,6 +96,7 @@ public Command BuildProfileCardPropertiesNavCommand() {
///
/// Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity.
///
+ /// A
public Command BuildPronounsNavCommand() {
var command = new Command("pronouns");
command.Description = "Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity.";
@@ -108,13 +111,13 @@ public Command BuildPronounsNavCommand() {
return command;
}
///
- /// Instantiates a new PeopleRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public PeopleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/people{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new PeopleRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public PeopleRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people{?%24expand,%24select}", rawUrl) {
@@ -122,6 +125,7 @@ public PeopleRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people{?%24e
///
/// Retrieve the properties and relationships of a peopleAdminSettings object.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs b/src/generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs
index 444a70a3c2..6fbbe13d1b 100644
--- a/src/generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/People/ProfileCardProperties/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -53,13 +54,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/people/profileCardProperties/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/profileCardProperties/$count{?%24filter,%24search}", rawUrl) {
@@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/profil
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/People/ProfileCardProperties/Item/ProfileCardPropertyItemRequestBuilder.cs b/src/generated/Admin/People/ProfileCardProperties/Item/ProfileCardPropertyItemRequestBuilder.cs
index 2da1a57c27..9a191e6c03 100644
--- a/src/generated/Admin/People/ProfileCardProperties/Item/ProfileCardPropertyItemRequestBuilder.cs
+++ b/src/generated/Admin/People/ProfileCardProperties/Item/ProfileCardPropertyItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ProfileCardPropertyItemRequestBuilder : BaseCliRequestBuilder {
/// Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
/// Find more info here
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0";
@@ -57,6 +58,7 @@ public Command BuildDeleteCommand() {
/// Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0";
@@ -108,6 +110,7 @@ public Command BuildGetCommand() {
/// Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0";
@@ -155,13 +158,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ProfileCardPropertyItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ProfileCardPropertyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/people/profileCardProperties/{profileCardProperty%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ProfileCardPropertyItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ProfileCardPropertyItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/profileCardProperties/{profileCardProperty%2Did}{?%24expand,%24select}", rawUrl) {
@@ -169,6 +172,7 @@ public ProfileCardPropertyItemRequestBuilder(string rawUrl) : base("{+baseurl}/a
///
/// Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -177,7 +181,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/people/profileCardProperties/{profileCardProperty%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ProfileCardProperty body, Ac
public RequestInformation ToPatchRequestInformation(ProfileCardProperty body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/people/profileCardProperties/{profileCardProperty%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs b/src/generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs
index 6545a053b3..d302c4217b 100644
--- a/src/generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs
+++ b/src/generated/Admin/People/ProfileCardProperties/ProfileCardPropertiesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class ProfileCardPropertiesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var builder = new ProfileCardPropertyItemRequestBuilder(PathParameters);
@@ -35,6 +36,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -51,6 +53,7 @@ public Command BuildCountNavCommand() {
/// Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
/// Find more info here
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0";
@@ -95,6 +98,7 @@ public Command BuildCreateCommand() {
/// Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0";
@@ -185,13 +189,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new ProfileCardPropertiesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ProfileCardPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/people/profileCardProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new ProfileCardPropertiesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ProfileCardPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/profileCardProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -199,6 +203,7 @@ public ProfileCardPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/adm
///
/// Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(ProfileCardProperty body, Act
public RequestInformation ToPostRequestInformation(ProfileCardProperty body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/people/profileCardProperties", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/People/Pronouns/PronounsRequestBuilder.cs b/src/generated/Admin/People/Pronouns/PronounsRequestBuilder.cs
index 420a56e4ea..5989c94cba 100644
--- a/src/generated/Admin/People/Pronouns/PronounsRequestBuilder.cs
+++ b/src/generated/Admin/People/Pronouns/PronounsRequestBuilder.cs
@@ -23,6 +23,7 @@ public class PronounsRequestBuilder : BaseCliRequestBuilder {
/// Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0";
@@ -68,6 +69,7 @@ public Command BuildGetCommand() {
/// Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0";
@@ -109,13 +111,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new PronounsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public PronounsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/people/pronouns{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new PronounsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public PronounsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/pronouns{?%24expand,%24select}", rawUrl) {
@@ -123,6 +125,7 @@ public PronounsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/people/pro
///
/// Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -139,6 +142,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -149,7 +153,7 @@ public RequestInformation ToPatchRequestInformation(PronounsSettings body, Actio
public RequestInformation ToPatchRequestInformation(PronounsSettings body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/people/pronouns", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs
index a6f9b12c10..6a1112af31 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -53,13 +54,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/$count{?%24filter,%24search}", rawUrl) {
@@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnoun
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs
index 860ede6e36..7312ead2b8 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs
@@ -24,6 +24,7 @@ public class HealthOverviewsRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -37,6 +38,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -52,6 +54,7 @@ public Command BuildCountNavCommand() {
///
/// Create new navigation property to healthOverviews for admin
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create new navigation property to healthOverviews for admin";
@@ -96,6 +99,7 @@ public Command BuildCreateCommand() {
/// Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0";
@@ -186,13 +190,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new HealthOverviewsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public HealthOverviewsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new HealthOverviewsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public HealthOverviewsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -200,6 +204,7 @@ public HealthOverviewsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/ser
///
/// Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create new navigation property to healthOverviews for admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -226,7 +232,7 @@ public RequestInformation ToPostRequestInformation(ServiceHealth body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/serviceAnnouncement/healthOverviews", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs
index e94b231b8b..43155f9e80 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -59,13 +60,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/$count{?%24filter,%24search}", rawUrl) {
@@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnoun
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs
index d779022d8b..b74f9b26d4 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class IssuesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -37,6 +38,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -52,6 +54,7 @@ public Command BuildCountNavCommand() {
///
/// Create new navigation property to issues for admin
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create new navigation property to issues for admin";
@@ -101,6 +104,7 @@ public Command BuildCreateCommand() {
///
/// A collection of issues that happened on the service, with detailed information for each issue.
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "A collection of issues that happened on the service, with detailed information for each issue.";
@@ -197,13 +201,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new IssuesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public IssuesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new IssuesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public IssuesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -211,6 +215,7 @@ public IssuesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnou
///
/// A collection of issues that happened on the service, with detailed information for each issue.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -227,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create new navigation property to issues for admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ServiceHealthIssue body, Acti
public RequestInformation ToPostRequestInformation(ServiceHealthIssue body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
index ea31099002..2f5d9392d3 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
@@ -21,6 +21,7 @@ public class IncidentReportRequestBuilder : BaseCliRequestBuilder {
///
/// Invoke function incidentReport
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Invoke function incidentReport";
@@ -63,13 +64,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new IncidentReportRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public IncidentReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}/incidentReport()", pathParameters) {
}
///
- /// Instantiates a new IncidentReportRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public IncidentReportRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}/incidentReport()", rawUrl) {
@@ -77,6 +78,7 @@ public IncidentReportRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serv
///
/// Invoke function incidentReport
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
index 2e3b2e6850..ac4fa543ee 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ServiceHealthIssueItemRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property issues for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property issues for admin";
@@ -62,6 +63,7 @@ public Command BuildDeleteCommand() {
///
/// A collection of issues that happened on the service, with detailed information for each issue.
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "A collection of issues that happened on the service, with detailed information for each issue.";
@@ -118,6 +120,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to call the incidentReport method.
///
+ /// A
public Command BuildIncidentReportNavCommand() {
var command = new Command("incident-report");
command.Description = "Provides operations to call the incidentReport method.";
@@ -133,6 +136,7 @@ public Command BuildIncidentReportNavCommand() {
///
/// Update the navigation property issues in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property issues in admin";
@@ -186,13 +190,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceHealthIssueItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceHealthIssueItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceHealthIssueItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceHealthIssueItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}{?%24expand,%24select}", rawUrl) {
@@ -200,6 +204,7 @@ public ServiceHealthIssueItemRequestBuilder(string rawUrl) : base("{+baseurl}/ad
///
/// Delete navigation property issues for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -208,7 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// A collection of issues that happened on the service, with detailed information for each issue.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -232,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property issues in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -242,7 +249,7 @@ public RequestInformation ToPatchRequestInformation(ServiceHealthIssue body, Act
public RequestInformation ToPatchRequestInformation(ServiceHealthIssue body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}/issues/{serviceHealthIssue%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.cs
index 62248fa616..30e631eeb8 100644
--- a/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ServiceHealthItemRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property healthOverviews for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property healthOverviews for admin";
@@ -57,6 +58,7 @@ public Command BuildDeleteCommand() {
/// Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0";
@@ -107,6 +109,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
///
+ /// A
public Command BuildIssuesNavCommand() {
var command = new Command("issues");
command.Description = "Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.";
@@ -132,6 +135,7 @@ public Command BuildIssuesNavCommand() {
///
/// Update the navigation property healthOverviews in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property healthOverviews in admin";
@@ -179,13 +183,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceHealthItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceHealthItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceHealthItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceHealthItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}{?%24expand,%24select}", rawUrl) {
@@ -193,6 +197,7 @@ public ServiceHealthItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/s
///
/// Delete navigation property healthOverviews for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -201,7 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -225,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property healthOverviews in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -235,7 +242,7 @@ public RequestInformation ToPatchRequestInformation(ServiceHealth body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement/healthOverviews/{serviceHealth%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs
index 36557dbc7b..a0160170ec 100644
--- a/src/generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Issues/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -53,13 +54,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/issues/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/issues/$count{?%24filter,%24search}", rawUrl) {
@@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnoun
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs
index e4c3227141..b53748a246 100644
--- a/src/generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class IssuesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -37,6 +38,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -52,6 +54,7 @@ public Command BuildCountNavCommand() {
///
/// Create new navigation property to issues for admin
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create new navigation property to issues for admin";
@@ -96,6 +99,7 @@ public Command BuildCreateCommand() {
/// Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0";
@@ -186,13 +190,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new IssuesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public IssuesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/issues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new IssuesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public IssuesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/issues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -200,6 +204,7 @@ public IssuesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnou
///
/// Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create new navigation property to issues for admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -226,7 +232,7 @@ public RequestInformation ToPostRequestInformation(ServiceHealthIssue body, Acti
public RequestInformation ToPostRequestInformation(ServiceHealthIssue body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/serviceAnnouncement/issues", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
index 415466c8dc..34a0be06d4 100644
--- a/src/generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs
@@ -21,6 +21,7 @@ public class IncidentReportRequestBuilder : BaseCliRequestBuilder {
///
/// Invoke function incidentReport
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Invoke function incidentReport";
@@ -57,13 +58,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new IncidentReportRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public IncidentReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}/incidentReport()", pathParameters) {
}
///
- /// Instantiates a new IncidentReportRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public IncidentReportRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}/incidentReport()", rawUrl) {
@@ -71,6 +72,7 @@ public IncidentReportRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serv
///
/// Invoke function incidentReport
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
index b5c0237e73..4a5b67b7ed 100644
--- a/src/generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ServiceHealthIssueItemRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property issues for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property issues for admin";
@@ -57,6 +58,7 @@ public Command BuildDeleteCommand() {
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0";
@@ -107,6 +109,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to call the incidentReport method.
///
+ /// A
public Command BuildIncidentReportNavCommand() {
var command = new Command("incident-report");
command.Description = "Provides operations to call the incidentReport method.";
@@ -122,6 +125,7 @@ public Command BuildIncidentReportNavCommand() {
///
/// Update the navigation property issues in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property issues in admin";
@@ -169,13 +173,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceHealthIssueItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceHealthIssueItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceHealthIssueItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceHealthIssueItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}{?%24expand,%24select}", rawUrl) {
@@ -183,6 +187,7 @@ public ServiceHealthIssueItemRequestBuilder(string rawUrl) : base("{+baseurl}/ad
///
/// Delete navigation property issues for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -191,7 +196,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property issues in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -225,7 +232,7 @@ public RequestInformation ToPatchRequestInformation(ServiceHealthIssue body, Act
public RequestInformation ToPatchRequestInformation(ServiceHealthIssue body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement/issues/{serviceHealthIssue%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.cs
index ab586f78a0..dfd9f396a1 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.cs
@@ -17,7 +17,7 @@ public class ArchivePostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new archivePostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public ArchivePostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public ArchivePostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static ArchivePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static ArchivePostRequestBody CreateFromDiscriminatorValue(IParseNode par
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.cs
index 0f5322357e..9ad8d746e1 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.cs
@@ -11,7 +11,7 @@ public class ArchivePostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new archivePostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public ArchivePostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public ArchivePostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static ArchivePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static ArchivePostResponse CreateFromDiscriminatorValue(IParseNode parseN
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs
index 93d8713696..bd738fe36e 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs
@@ -22,6 +22,7 @@ public class ArchiveRequestBuilder : BaseCliRequestBuilder {
/// Archive a list of serviceUpdateMessages for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Archive a list of serviceUpdateMessages for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new ArchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ArchiveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/archive", pathParameters) {
}
///
- /// Instantiates a new ArchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ArchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/archive", rawUrl) {
@@ -77,6 +78,7 @@ public ArchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnno
///
/// Archive a list of serviceUpdateMessages for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs
index 315366e470..fdfe2404d8 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -53,13 +54,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/$count{?%24filter,%24search}", rawUrl) {
@@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnoun
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.cs
index 2e88f4d616..7593cd6550 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.cs
@@ -17,7 +17,7 @@ public class FavoritePostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new favoritePostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public FavoritePostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public FavoritePostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static FavoritePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static FavoritePostRequestBody CreateFromDiscriminatorValue(IParseNode pa
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.cs
index 918b4f706f..f0e7edbbea 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.cs
@@ -11,7 +11,7 @@ public class FavoritePostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new favoritePostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public FavoritePostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public FavoritePostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static FavoritePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static FavoritePostResponse CreateFromDiscriminatorValue(IParseNode parse
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs
index 3d80c8fb16..b225f0ab28 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs
@@ -22,6 +22,7 @@ public class FavoriteRequestBuilder : BaseCliRequestBuilder {
/// Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Change the status of a list of serviceUpdateMessages to favorite for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new FavoriteRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public FavoriteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/favorite", pathParameters) {
}
///
- /// Instantiates a new FavoriteRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public FavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/favorite", rawUrl) {
@@ -77,6 +78,7 @@ public FavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnn
///
/// Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs
index 48393539a1..f35f28f305 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.cs
@@ -24,6 +24,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -37,6 +38,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -52,6 +54,7 @@ public Command BuildCountNavCommand() {
///
/// Create new navigation property to attachments for admin
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create new navigation property to attachments for admin";
@@ -102,6 +105,7 @@ public Command BuildCreateCommand() {
/// Get the list of attachments associated with a service message.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get the list of attachments associated with a service message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0";
@@ -198,13 +202,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new AttachmentsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AttachmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new AttachmentsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -212,6 +216,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/service
///
/// Get the list of attachments associated with a service message.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create new navigation property to attachments for admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -238,7 +244,7 @@ public RequestInformation ToPostRequestInformation(ServiceAnnouncementAttachment
public RequestInformation ToPostRequestInformation(ServiceAnnouncementAttachment body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs
index 091a62c69f..ed5e38a847 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Count/CountRequestBuilder.cs
@@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder {
///
/// Get the number of the resource
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the number of the resource";
@@ -59,13 +60,13 @@ public Command BuildGetCommand() {
return command;
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public CountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) {
}
///
- /// Instantiates a new CountRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) {
@@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnoun
///
/// Get the number of the resource
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/Content/ContentRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/Content/ContentRequestBuilder.cs
index 6711ff7fc3..71e4008b3a 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/Content/ContentRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/Content/ContentRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder {
/// The attachment content.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "The attachment content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0";
@@ -67,6 +68,7 @@ public Command BuildGetCommand() {
///
/// The attachment content.
///
+ /// A
public Command BuildPutCommand() {
var command = new Command("put");
command.Description = "The attachment content.";
@@ -117,13 +119,13 @@ public Command BuildPutCommand() {
return command;
}
///
- /// Instantiates a new ContentRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}/content", pathParameters) {
}
///
- /// Instantiates a new ContentRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}/content", rawUrl) {
@@ -131,6 +133,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnno
///
/// The attachment content.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -147,6 +150,7 @@ public RequestInformation ToGetRequestInformation(Action
/// The attachment content.
///
+ /// A
/// Binary request body
/// 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/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.cs
index 209091c78c..56c50210e4 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.cs
@@ -23,6 +23,7 @@ public class ServiceAnnouncementAttachmentItemRequestBuilder : BaseCliRequestBui
///
/// Provides operations to manage the media for the admin entity.
///
+ /// A
public Command BuildContentNavCommand() {
var command = new Command("content");
command.Description = "Provides operations to manage the media for the admin entity.";
@@ -39,6 +40,7 @@ public Command BuildContentNavCommand() {
///
/// Delete navigation property attachments for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property attachments for admin";
@@ -79,6 +81,7 @@ public Command BuildDeleteCommand() {
/// Read the properties and relationships of a serviceAnnouncementAttachment object.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Read the properties and relationships of a serviceAnnouncementAttachment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0";
@@ -135,6 +138,7 @@ public Command BuildGetCommand() {
///
/// Update the navigation property attachments in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property attachments in admin";
@@ -188,13 +192,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceAnnouncementAttachmentItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceAnnouncementAttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceAnnouncementAttachmentItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceAnnouncementAttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}{?%24expand,%24select}", rawUrl) {
@@ -202,6 +206,7 @@ public ServiceAnnouncementAttachmentItemRequestBuilder(string rawUrl) : base("{+
///
/// Delete navigation property attachments for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -210,7 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -218,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Read the properties and relationships of a serviceAnnouncementAttachment object.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -234,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property attachments in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -244,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(ServiceAnnouncementAttachmen
public RequestInformation ToPatchRequestInformation(ServiceAnnouncementAttachment body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments/{serviceAnnouncementAttachment%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Item/AttachmentsArchive/AttachmentsArchiveRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/AttachmentsArchive/AttachmentsArchiveRequestBuilder.cs
index 767334b5f0..b0e137f908 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/AttachmentsArchive/AttachmentsArchiveRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/AttachmentsArchive/AttachmentsArchiveRequestBuilder.cs
@@ -22,6 +22,7 @@ public class AttachmentsArchiveRequestBuilder : BaseCliRequestBuilder {
/// The zip file that contains all attachments for a message.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "The zip file that contains all attachments for a message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0";
@@ -60,6 +61,7 @@ public Command BuildGetCommand() {
///
/// The zip file that contains all attachments for a message.
///
+ /// A
public Command BuildPutCommand() {
var command = new Command("put");
command.Description = "The zip file that contains all attachments for a message.";
@@ -106,13 +108,13 @@ public Command BuildPutCommand() {
return command;
}
///
- /// Instantiates a new AttachmentsArchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AttachmentsArchiveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachmentsArchive", pathParameters) {
}
///
- /// Instantiates a new AttachmentsArchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AttachmentsArchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachmentsArchive", rawUrl) {
@@ -120,6 +122,7 @@ public AttachmentsArchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/
///
/// The zip file that contains all attachments for a message.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -136,6 +139,7 @@ public RequestInformation ToGetRequestInformation(Action
/// The zip file that contains all attachments for a message.
///
+ /// A
/// Binary request body
/// 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/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.cs
index d55ce9a64a..6aed60498e 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.cs
@@ -24,6 +24,7 @@ public class ServiceUpdateMessageItemRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the media for the admin entity.
///
+ /// A
public Command BuildAttachmentsArchiveNavCommand() {
var command = new Command("attachments-archive");
command.Description = "Provides operations to manage the media for the admin entity.";
@@ -40,6 +41,7 @@ public Command BuildAttachmentsArchiveNavCommand() {
///
/// Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.
///
+ /// A
public Command BuildAttachmentsNavCommand() {
var command = new Command("attachments");
command.Description = "Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.";
@@ -65,6 +67,7 @@ public Command BuildAttachmentsNavCommand() {
///
/// Delete navigation property messages for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property messages for admin";
@@ -99,6 +102,7 @@ public Command BuildDeleteCommand() {
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0";
@@ -149,6 +153,7 @@ public Command BuildGetCommand() {
///
/// Update the navigation property messages in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property messages in admin";
@@ -196,13 +201,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceUpdateMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceUpdateMessageItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceUpdateMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}{?%24expand,%24select}", rawUrl) {
@@ -210,6 +215,7 @@ public ServiceUpdateMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/
///
/// Delete navigation property messages for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -218,7 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -226,6 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -242,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property messages in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -252,7 +260,7 @@ public RequestInformation ToPatchRequestInformation(ServiceUpdateMessage body, A
public RequestInformation ToPatchRequestInformation(ServiceUpdateMessage body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.cs
index 01e27c309d..0e90e48d17 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.cs
@@ -17,7 +17,7 @@ public class MarkReadPostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new markReadPostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public MarkReadPostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public MarkReadPostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static MarkReadPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static MarkReadPostRequestBody CreateFromDiscriminatorValue(IParseNode pa
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.cs
index e189f9e6c7..30866502cb 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.cs
@@ -11,7 +11,7 @@ public class MarkReadPostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new markReadPostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public MarkReadPostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public MarkReadPostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static MarkReadPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static MarkReadPostResponse CreateFromDiscriminatorValue(IParseNode parse
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs
index 9ae8e7a2d4..86112ea5f1 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs
@@ -22,6 +22,7 @@ public class MarkReadRequestBuilder : BaseCliRequestBuilder {
/// Mark a list of serviceUpdateMessages as read for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Mark a list of serviceUpdateMessages as read for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new MarkReadRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public MarkReadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/markRead", pathParameters) {
}
///
- /// Instantiates a new MarkReadRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public MarkReadRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/markRead", rawUrl) {
@@ -77,6 +78,7 @@ public MarkReadRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnn
///
/// Mark a list of serviceUpdateMessages as read for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.cs
index 220e057946..71e475517e 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.cs
@@ -17,7 +17,7 @@ public class MarkUnreadPostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new markUnreadPostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public MarkUnreadPostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public MarkUnreadPostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static MarkUnreadPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static MarkUnreadPostRequestBody CreateFromDiscriminatorValue(IParseNode
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.cs
index 0874d6f33c..4ea3386ab6 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.cs
@@ -11,7 +11,7 @@ public class MarkUnreadPostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new markUnreadPostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public MarkUnreadPostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public MarkUnreadPostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static MarkUnreadPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static MarkUnreadPostResponse CreateFromDiscriminatorValue(IParseNode par
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs
index 05d79fad85..f355c83785 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs
@@ -22,6 +22,7 @@ public class MarkUnreadRequestBuilder : BaseCliRequestBuilder {
/// Mark a list of serviceUpdateMessages as unread for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Mark a list of serviceUpdateMessages as unread for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new MarkUnreadRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public MarkUnreadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/markUnread", pathParameters) {
}
///
- /// Instantiates a new MarkUnreadRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public MarkUnreadRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/markUnread", rawUrl) {
@@ -77,6 +78,7 @@ public MarkUnreadRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceA
///
/// Mark a list of serviceUpdateMessages as unread for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs
index 79e4ebdf50..25e52b855e 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.cs
@@ -30,6 +30,7 @@ public class MessagesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to call the archive method.
///
+ /// A
public Command BuildArchiveNavCommand() {
var command = new Command("archive");
command.Description = "Provides operations to call the archive method.";
@@ -45,6 +46,7 @@ public Command BuildArchiveNavCommand() {
///
/// Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -59,6 +61,7 @@ public Tuple, List> BuildCommand() {
///
/// Provides operations to count the resources in the collection.
///
+ /// A
public Command BuildCountNavCommand() {
var command = new Command("count");
command.Description = "Provides operations to count the resources in the collection.";
@@ -74,6 +77,7 @@ public Command BuildCountNavCommand() {
///
/// Create new navigation property to messages for admin
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Create new navigation property to messages for admin";
@@ -117,6 +121,7 @@ public Command BuildCreateCommand() {
///
/// Provides operations to call the favorite method.
///
+ /// A
public Command BuildFavoriteNavCommand() {
var command = new Command("favorite");
command.Description = "Provides operations to call the favorite method.";
@@ -133,6 +138,7 @@ public Command BuildFavoriteNavCommand() {
/// Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
/// Find more info here
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0";
@@ -225,6 +231,7 @@ public Command BuildListCommand() {
///
/// Provides operations to call the markRead method.
///
+ /// A
public Command BuildMarkReadNavCommand() {
var command = new Command("mark-read");
command.Description = "Provides operations to call the markRead method.";
@@ -240,6 +247,7 @@ public Command BuildMarkReadNavCommand() {
///
/// Provides operations to call the markUnread method.
///
+ /// A
public Command BuildMarkUnreadNavCommand() {
var command = new Command("mark-unread");
command.Description = "Provides operations to call the markUnread method.";
@@ -255,6 +263,7 @@ public Command BuildMarkUnreadNavCommand() {
///
/// Provides operations to call the unarchive method.
///
+ /// A
public Command BuildUnarchiveNavCommand() {
var command = new Command("unarchive");
command.Description = "Provides operations to call the unarchive method.";
@@ -270,6 +279,7 @@ public Command BuildUnarchiveNavCommand() {
///
/// Provides operations to call the unfavorite method.
///
+ /// A
public Command BuildUnfavoriteNavCommand() {
var command = new Command("unfavorite");
command.Description = "Provides operations to call the unfavorite method.";
@@ -283,13 +293,13 @@ public Command BuildUnfavoriteNavCommand() {
return command;
}
///
- /// Instantiates a new MessagesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public MessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) {
}
///
- /// Instantiates a new MessagesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public MessagesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
@@ -297,6 +307,7 @@ public MessagesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnn
///
/// Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -313,6 +324,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Create new navigation property to messages for admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -323,7 +335,7 @@ public RequestInformation ToPostRequestInformation(ServiceUpdateMessage body, Ac
public RequestInformation ToPostRequestInformation(ServiceUpdateMessage body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/admin/serviceAnnouncement/messages", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.cs
index 9b302db1a1..30a47b5e3e 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.cs
@@ -17,7 +17,7 @@ public class UnarchivePostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new unarchivePostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public UnarchivePostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public UnarchivePostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static UnarchivePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static UnarchivePostRequestBody CreateFromDiscriminatorValue(IParseNode p
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.cs
index b8689e1318..ddb609e72d 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.cs
@@ -11,7 +11,7 @@ public class UnarchivePostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new unarchivePostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public UnarchivePostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public UnarchivePostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static UnarchivePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static UnarchivePostResponse CreateFromDiscriminatorValue(IParseNode pars
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs
index 2e23e67841..aedc49ec88 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs
@@ -22,6 +22,7 @@ public class UnarchiveRequestBuilder : BaseCliRequestBuilder {
/// Unarchive a list of serviceUpdateMessages for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Unarchive a list of serviceUpdateMessages for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new UnarchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public UnarchiveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/unarchive", pathParameters) {
}
///
- /// Instantiates a new UnarchiveRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public UnarchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/unarchive", rawUrl) {
@@ -77,6 +78,7 @@ public UnarchiveRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAn
///
/// Unarchive a list of serviceUpdateMessages for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.cs
index 2a7a029f77..a66b44dcba 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.cs
@@ -17,7 +17,7 @@ public class UnfavoritePostRequestBody : IAdditionalDataHolder, IParsable {
public List MessageIds { get; set; }
#endif
///
- /// Instantiates a new unfavoritePostRequestBody and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public UnfavoritePostRequestBody() {
AdditionalData = new Dictionary();
@@ -25,6 +25,7 @@ public UnfavoritePostRequestBody() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static UnfavoritePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -33,6 +34,7 @@ public static UnfavoritePostRequestBody CreateFromDiscriminatorValue(IParseNode
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"messageIds", n => { MessageIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.cs
index 242bae2d0d..c100899e78 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.cs
@@ -11,7 +11,7 @@ public class UnfavoritePostResponse : IAdditionalDataHolder, IParsable {
/// The value property
public bool? Value { get; set; }
///
- /// Instantiates a new unfavoritePostResponse and sets the default values.
+ /// Instantiates a new and sets the default values.
///
public UnfavoritePostResponse() {
AdditionalData = new Dictionary();
@@ -19,6 +19,7 @@ public UnfavoritePostResponse() {
///
/// Creates a new instance of the appropriate class based on discriminator value
///
+ /// A
/// The parse node to use to read the discriminator value and create the object
public static UnfavoritePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) {
_ = parseNode ?? throw new ArgumentNullException(nameof(parseNode));
@@ -27,6 +28,7 @@ public static UnfavoritePostResponse CreateFromDiscriminatorValue(IParseNode par
///
/// The deserialization information for the current model
///
+ /// A >">
public virtual IDictionary> GetFieldDeserializers() {
return new Dictionary> {
{"value", n => { Value = n.GetBoolValue(); } },
diff --git a/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs
index 8fae59874c..bf0b50fdc3 100644
--- a/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.cs
@@ -22,6 +22,7 @@ public class UnfavoriteRequestBuilder : BaseCliRequestBuilder {
/// Remove the favorite status of serviceUpdateMessages for the signed in user.
/// Find more info here
///
+ /// A
public Command BuildPostCommand() {
var command = new Command("post");
command.Description = "Remove the favorite status of serviceUpdateMessages for the signed in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0";
@@ -63,13 +64,13 @@ public Command BuildPostCommand() {
return command;
}
///
- /// Instantiates a new UnfavoriteRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public UnfavoriteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement/messages/unfavorite", pathParameters) {
}
///
- /// Instantiates a new UnfavoriteRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public UnfavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement/messages/unfavorite", rawUrl) {
@@ -77,6 +78,7 @@ public UnfavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceA
///
/// Remove the favorite status of serviceUpdateMessages for the signed in user.
///
+ /// A
/// The request body
/// 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/Admin/ServiceAnnouncement/ServiceAnnouncementRequestBuilder.cs b/src/generated/Admin/ServiceAnnouncement/ServiceAnnouncementRequestBuilder.cs
index 5a69669440..f617782308 100644
--- a/src/generated/Admin/ServiceAnnouncement/ServiceAnnouncementRequestBuilder.cs
+++ b/src/generated/Admin/ServiceAnnouncement/ServiceAnnouncementRequestBuilder.cs
@@ -25,6 +25,7 @@ public class ServiceAnnouncementRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property serviceAnnouncement for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property serviceAnnouncement for admin";
@@ -52,6 +53,7 @@ public Command BuildDeleteCommand() {
///
/// A container for service communications resources. Read-only.
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "A container for service communications resources. Read-only.";
@@ -96,6 +98,7 @@ public Command BuildGetCommand() {
///
/// Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A
public Command BuildHealthOverviewsNavCommand() {
var command = new Command("health-overviews");
command.Description = "Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.";
@@ -121,6 +124,7 @@ public Command BuildHealthOverviewsNavCommand() {
///
/// Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A
public Command BuildIssuesNavCommand() {
var command = new Command("issues");
command.Description = "Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.";
@@ -146,6 +150,7 @@ public Command BuildIssuesNavCommand() {
///
/// Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
///
+ /// A
public Command BuildMessagesNavCommand() {
var command = new Command("messages");
command.Description = "Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.";
@@ -177,6 +182,7 @@ public Command BuildMessagesNavCommand() {
///
/// Update the navigation property serviceAnnouncement in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property serviceAnnouncement in admin";
@@ -218,13 +224,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new ServiceAnnouncementRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public ServiceAnnouncementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/serviceAnnouncement{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new ServiceAnnouncementRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public ServiceAnnouncementRequestBuilder(string rawUrl) : base("{+baseurl}/admin/serviceAnnouncement{?%24expand,%24select}", rawUrl) {
@@ -232,6 +238,7 @@ public ServiceAnnouncementRequestBuilder(string rawUrl) : base("{+baseurl}/admin
///
/// Delete navigation property serviceAnnouncement for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -240,7 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/serviceAnnouncement", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -248,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// A container for service communications resources. Read-only.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -264,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property serviceAnnouncement in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -274,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ServiceAnnounc
public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ServiceAnnouncement body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/serviceAnnouncement", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.cs b/src/generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.cs
index 0551ce7ef8..a6fb9355dd 100644
--- a/src/generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.cs
+++ b/src/generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.cs
@@ -22,6 +22,7 @@ public class SettingsRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property settings for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property settings for admin";
@@ -50,6 +51,7 @@ public Command BuildDeleteCommand() {
/// Get the tenant-level settings for SharePoint and OneDrive.
/// Find more info here
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get the tenant-level settings for SharePoint and OneDrive.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0";
@@ -95,6 +97,7 @@ public Command BuildGetCommand() {
/// Update one or more tenant-level settings for SharePoint and OneDrive.
/// Find more info here
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update one or more tenant-level settings for SharePoint and OneDrive.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0";
@@ -136,13 +139,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new SettingsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public SettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/sharepoint/settings{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new SettingsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/sharepoint/settings{?%24expand,%24select}", rawUrl) {
@@ -150,6 +153,7 @@ public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/admin/sharepoint
///
/// Delete navigation property settings for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -158,7 +162,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/sharepoint/settings", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get the tenant-level settings for SharePoint and OneDrive.
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update one or more tenant-level settings for SharePoint and OneDrive.
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(SharepointSettings body, Act
public RequestInformation ToPatchRequestInformation(SharepointSettings body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/sharepoint/settings", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Admin/Sharepoint/SharepointRequestBuilder.cs b/src/generated/Admin/Sharepoint/SharepointRequestBuilder.cs
index 637b4e214b..ec65a8b336 100644
--- a/src/generated/Admin/Sharepoint/SharepointRequestBuilder.cs
+++ b/src/generated/Admin/Sharepoint/SharepointRequestBuilder.cs
@@ -23,6 +23,7 @@ public class SharepointRequestBuilder : BaseCliRequestBuilder {
///
/// Delete navigation property sharepoint for admin
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete navigation property sharepoint for admin";
@@ -50,6 +51,7 @@ public Command BuildDeleteCommand() {
///
/// Get sharepoint from admin
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get sharepoint from admin";
@@ -94,6 +96,7 @@ public Command BuildGetCommand() {
///
/// Update the navigation property sharepoint in admin
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update the navigation property sharepoint in admin";
@@ -137,6 +140,7 @@ public Command BuildPatchCommand() {
///
/// Provides operations to manage the settings property of the microsoft.graph.sharepoint entity.
///
+ /// A
public Command BuildSettingsNavCommand() {
var command = new Command("settings");
command.Description = "Provides operations to manage the settings property of the microsoft.graph.sharepoint entity.";
@@ -152,13 +156,13 @@ public Command BuildSettingsNavCommand() {
return command;
}
///
- /// Instantiates a new SharepointRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public SharepointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/admin/sharepoint{?%24expand,%24select}", pathParameters) {
}
///
- /// Instantiates a new SharepointRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public SharepointRequestBuilder(string rawUrl) : base("{+baseurl}/admin/sharepoint{?%24expand,%24select}", rawUrl) {
@@ -166,6 +170,7 @@ public SharepointRequestBuilder(string rawUrl) : base("{+baseurl}/admin/sharepoi
///
/// Delete navigation property sharepoint for admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -174,7 +179,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/admin/sharepoint", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -182,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get sharepoint from admin
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -198,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update the navigation property sharepoint in admin
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -208,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Sharepoint bod
public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Sharepoint body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/admin/sharepoint", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs
index 67e589be62..d539cbdb11 100644
--- a/src/generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs
+++ b/src/generated/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs
@@ -23,6 +23,7 @@ public class AgreementAcceptancesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the collection of agreementAcceptance entities.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var builder = new AgreementAcceptanceItemRequestBuilder(PathParameters);
@@ -34,6 +35,7 @@ public Tuple, List> BuildCommand() {
///
/// Add new entity to agreementAcceptances
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Add new entity to agreementAcceptances";
@@ -77,6 +79,7 @@ public Command BuildCreateCommand() {
///
/// Get entities from agreementAcceptances
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get entities from agreementAcceptances";
@@ -129,13 +132,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new AgreementAcceptancesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AgreementAcceptancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreementAcceptances{?%24search,%24select}", pathParameters) {
}
///
- /// Instantiates a new AgreementAcceptancesRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AgreementAcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/agreementAcceptances{?%24search,%24select}", rawUrl) {
@@ -143,6 +146,7 @@ public AgreementAcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/agre
///
/// Get entities from agreementAcceptances
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -159,6 +163,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Add new entity to agreementAcceptances
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -169,7 +174,7 @@ public RequestInformation ToPostRequestInformation(AgreementAcceptance body, Act
public RequestInformation ToPostRequestInformation(AgreementAcceptance body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/agreementAcceptances", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs b/src/generated/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs
index ba207658b2..626209c3c8 100644
--- a/src/generated/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs
+++ b/src/generated/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs
@@ -22,6 +22,7 @@ public class AgreementAcceptanceItemRequestBuilder : BaseCliRequestBuilder {
///
/// Delete entity from agreementAcceptances
///
+ /// A
public Command BuildDeleteCommand() {
var command = new Command("delete");
command.Description = "Delete entity from agreementAcceptances";
@@ -55,6 +56,7 @@ public Command BuildDeleteCommand() {
///
/// Get entity from agreementAcceptances by key
///
+ /// A
public Command BuildGetCommand() {
var command = new Command("get");
command.Description = "Get entity from agreementAcceptances by key";
@@ -98,6 +100,7 @@ public Command BuildGetCommand() {
///
/// Update entity in agreementAcceptances
///
+ /// A
public Command BuildPatchCommand() {
var command = new Command("patch");
command.Description = "Update entity in agreementAcceptances";
@@ -145,13 +148,13 @@ public Command BuildPatchCommand() {
return command;
}
///
- /// Instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AgreementAcceptanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreementAcceptances/{agreementAcceptance%2Did}{?%24select}", pathParameters) {
}
///
- /// Instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AgreementAcceptanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreementAcceptances/{agreementAcceptance%2Did}{?%24select}", rawUrl) {
@@ -159,6 +162,7 @@ public AgreementAcceptanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/a
///
/// Delete entity from agreementAcceptances
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -167,7 +171,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) {
#endif
- var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreementAcceptances/{agreementAcceptance%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
@@ -175,6 +179,7 @@ public RequestInformation ToDeleteRequestInformation(Action
/// Get entity from agreementAcceptances by key
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -191,6 +196,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Update entity in agreementAcceptances
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -201,7 +207,7 @@ public RequestInformation ToPatchRequestInformation(AgreementAcceptance body, Ac
public RequestInformation ToPatchRequestInformation(AgreementAcceptance body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/agreementAcceptances/{agreementAcceptance%2Did}", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Agreements/AgreementsRequestBuilder.cs b/src/generated/Agreements/AgreementsRequestBuilder.cs
index ab1e2eeced..7619d96597 100644
--- a/src/generated/Agreements/AgreementsRequestBuilder.cs
+++ b/src/generated/Agreements/AgreementsRequestBuilder.cs
@@ -23,6 +23,7 @@ public class AgreementsRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the collection of agreement entities.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var commands = new List();
@@ -38,6 +39,7 @@ public Tuple, List> BuildCommand() {
///
/// Add new entity to agreements
///
+ /// A
public Command BuildCreateCommand() {
var command = new Command("create");
command.Description = "Add new entity to agreements";
@@ -81,6 +83,7 @@ public Command BuildCreateCommand() {
///
/// Get entities from agreements
///
+ /// A
public Command BuildListCommand() {
var command = new Command("list");
command.Description = "Get entities from agreements";
@@ -133,13 +136,13 @@ public Command BuildListCommand() {
return command;
}
///
- /// Instantiates a new AgreementsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
public AgreementsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements{?%24search,%24select}", pathParameters) {
}
///
- /// Instantiates a new AgreementsRequestBuilder and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// The raw URL to use for the request builder.
public AgreementsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements{?%24search,%24select}", rawUrl) {
@@ -147,6 +150,7 @@ public AgreementsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements{?%2
///
/// Get entities from agreements
///
+ /// A
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -163,6 +167,7 @@ public RequestInformation ToGetRequestInformation(Action
/// Add new entity to agreements
///
+ /// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -173,7 +178,7 @@ public RequestInformation ToPostRequestInformation(Agreement body, Action> requestConfiguration = default) {
#endif
_ = body ?? throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.POST, "{+baseurl}/agreements", PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
return requestInfo;
diff --git a/src/generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs b/src/generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs
index a5b02f212b..7ed5e0639f 100644
--- a/src/generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs
+++ b/src/generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs
@@ -24,6 +24,7 @@ public class AcceptancesRequestBuilder : BaseCliRequestBuilder {
///
/// Provides operations to manage the acceptances property of the microsoft.graph.agreement entity.
///
+ /// A , List>">
public Tuple, List> BuildCommand() {
var executables = new List();
var builder = new AgreementAcceptanceItemRequestBuilder(PathParameters);
@@ -35,6 +36,7 @@ public Tuple